sigesp 0.9.80-20231019 → 0.9.82-20231024

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8637,43 +8637,45 @@ class MBeneficiario extends MBasicModel {
8637
8637
  this.idDtBeneficiario = 0;
8638
8638
  this.idPersonal = 0;
8639
8639
  this.idFamiliar = 0;
8640
- this.idProveedor = 0;
8641
- this.idBanco = 0;
8642
- this.idTipoCuenta = 0;
8640
+ this.telefonoFamiliar = '';
8641
+ this.codigoPais = '---';
8642
+ this.codigoEstado = '---';
8643
+ this.codigoMunicipio = '---';
8644
+ this.codigoParroquia = '---';
8645
+ this.descripcionPais = '---';
8646
+ this.descripcionEstado = '---';
8647
+ this.descripcionMunicipio = '---';
8648
+ this.descripcionParroquia = '---';
8643
8649
  this.codigoBeneficiario = '';
8644
8650
  this.tipoBeneficiario = '';
8645
- this.porcentajePagoBeneficiario = 0;
8646
- this.montoPagoBeneficiario = 0;
8647
- this.cuentaBancoBeneficiario = '';
8648
- this.formaPagoBeneficiario = '';
8649
- this.numeroExpedienteBeneficiario = '';
8650
- this.nombreCheque = '';
8651
- this.cedulaAutorizado = '';
8652
8651
  this.nombreFamiliar = '';
8653
8652
  this.apellidoFamiliar = '';
8654
8653
  this.cedulaFamiliar = '';
8655
8654
  this.direccionFamiliar = '';
8656
- this.telefonoFamiliar = '';
8657
8655
  this.nexoFamiliar = '';
8658
- this.nombreBanco = '';
8659
- this.denominacionTipoCuenta = '';
8656
+ //Datos Resolucion
8660
8657
  this.medidaActiva = false;
8661
8658
  this.tribunal = '';
8662
8659
  this.fechaResolucion = '1900-01-01';
8663
8660
  this.numeroResolucion = '';
8661
+ this.porcentajePagoBeneficiario = 0;
8662
+ this.montoPagoBeneficiario = 0;
8663
+ this.idProveedor = 0;
8664
+ this.idCuentaBancoProveedor = 0;
8665
+ this.numeroExpedienteBeneficiario = '';
8666
+ //Autorizado
8667
+ this.nombreCheque = '';
8668
+ this.cedulaAutorizado = '';
8669
+ this.rifProveedor = '';
8670
+ this.idBanco = 0;
8671
+ this.idTipoCuenta = 0;
8672
+ this.cuentaBancoBeneficiario = '';
8673
+ this.formaPagoBeneficiario = '';
8674
+ this.nombreBanco = '';
8675
+ this.denominacionTipoCuenta = '';
8676
+ this.cuentaPagoProveedores = '';
8664
8677
  this.direccionProveedor = '';
8665
8678
  this.telelefonoProveedor = '';
8666
- this.codigoPais = '---';
8667
- this.codigoEstado = '---';
8668
- this.codigoMunicipio = '---';
8669
- this.codigoParroquia = '---';
8670
- this.descripcionPais = '---';
8671
- this.descripcionEstado = '---';
8672
- this.descripcionMunicipio = '---';
8673
- this.descripcionParroquia = '---';
8674
- this.cuentaPagoProveedores = '';
8675
- this.rifProveedor = '';
8676
- this.idCuentaBancoProveedor = 0;
8677
8679
  if (e) {
8678
8680
  this.idEnterprise = +e.id_enterprise;
8679
8681
  this.idEmpresa = +e.id_empresa;
@@ -8684,7 +8686,6 @@ class MBeneficiario extends MBasicModel {
8684
8686
  this.idTipoCuenta = parseInt(e.id_tipocta);
8685
8687
  this.codigoBeneficiario = e.codben;
8686
8688
  this.tipoBeneficiario = e.tipben;
8687
- this.cuentaBancoBeneficiario = e.ctabanben;
8688
8689
  this.formaPagoBeneficiario = e.forpagben;
8689
8690
  this.numeroExpedienteBeneficiario = e.numexpben;
8690
8691
  this.porcentajePagoBeneficiario = parseFloat(e.porpagben);
@@ -8717,6 +8718,7 @@ class MBeneficiario extends MBasicModel {
8717
8718
  this.cuentaPagoProveedores = e.sc_cuentarecdoc;
8718
8719
  this.rifProveedor = e.rifpro;
8719
8720
  this.idCuentaBancoProveedor = +e.id_ctabcoprov;
8721
+ this.cuentaBancoBeneficiario = e.ctabanben;
8720
8722
  }
8721
8723
  else {
8722
8724
  this.isNew = true;
@@ -8853,6 +8855,8 @@ class MCargosPersonal extends MBasicModel {
8853
8855
  id_personalcargo: this.idPersonalCargo.toString(),
8854
8856
  id_clasificacion_docente: this.idClasificadorDocente.toString(),
8855
8857
  id_claper: this.idClasificadorPersonal.toString(),
8858
+ id_dedicacion: this.idDedicacion.toString(),
8859
+ id_tipopersonal: this.idTipoPersonalSno.toString(),
8856
8860
  detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
8857
8861
  detalles_nomina: this.detallesNomina.map(function (e) { return e.dataInterface(); }),
8858
8862
  };
@@ -12370,7 +12374,7 @@ class MPersonalJubilado extends MBasicModel {
12370
12374
  this.tipoJubilacion = 0;
12371
12375
  this.fechaResolucion = '1900-01-01';
12372
12376
  this.numeroResolucion = '';
12373
- this.porcentajeDiscapacidad = '';
12377
+ this.porcentajeDiscapacidad = 0;
12374
12378
  if (e) {
12375
12379
  this.idEnterprise = +e.id_enterprise;
12376
12380
  this.idEmpresa = +e.id_empresa;
@@ -12385,7 +12389,7 @@ class MPersonalJubilado extends MBasicModel {
12385
12389
  this.tipoJubilacion = parseInt(e.tipjub);
12386
12390
  this.fechaResolucion = e.fecres;
12387
12391
  this.numeroResolucion = e.numres;
12388
- this.porcentajeDiscapacidad = e.pordis;
12392
+ this.porcentajeDiscapacidad = +e.pordis;
12389
12393
  }
12390
12394
  else {
12391
12395
  this.isNew = true;
@@ -12406,7 +12410,7 @@ class MPersonalJubilado extends MBasicModel {
12406
12410
  tipjub: this.tipoJubilacion.toString(),
12407
12411
  fecres: this.fechaResolucion,
12408
12412
  numres: this.numeroResolucion,
12409
- pordis: this.porcentajeDiscapacidad,
12413
+ pordis: this.porcentajeDiscapacidad.toString(),
12410
12414
  };
12411
12415
  }
12412
12416
  }