sigesp 0.9.68-20230914 → 0.9.70-20230914
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.
- package/bundles/sigesp.umd.js +6 -3
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MFamiliares.model.js +2 -2
- package/fesm2015/sigesp.js +6 -3
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +1 -0
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +1 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -9373,6 +9373,7 @@
|
|
|
9373
9373
|
_this.descripcionParroquia = '---';
|
|
9374
9374
|
_this.cuentaPagoProveedores = '';
|
|
9375
9375
|
_this.rifProveedor = '';
|
|
9376
|
+
_this.idCuentaBancoProveedor = 0;
|
|
9376
9377
|
if (e) {
|
|
9377
9378
|
_this.idEnterprise = +e.id_enterprise;
|
|
9378
9379
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9415,6 +9416,7 @@
|
|
|
9415
9416
|
_this.idDtBeneficiario = +e.id_dt_ben;
|
|
9416
9417
|
_this.cuentaPagoProveedores = e.sc_cuentarecdoc;
|
|
9417
9418
|
_this.rifProveedor = e.rifpro;
|
|
9419
|
+
_this.idCuentaBancoProveedor = +e.id_ctabcoprov;
|
|
9418
9420
|
}
|
|
9419
9421
|
else {
|
|
9420
9422
|
_this.isNew = true;
|
|
@@ -9453,10 +9455,11 @@
|
|
|
9453
9455
|
despar: this.descripcionParroquia,
|
|
9454
9456
|
nomfam: this.nombreFamiliar,
|
|
9455
9457
|
cedpro: this.cedulaAutorizado,
|
|
9456
|
-
nompro: this.
|
|
9458
|
+
nompro: this.nombreCheque,
|
|
9457
9459
|
id_dt_ben: this.idDtBeneficiario.toString(),
|
|
9458
9460
|
sc_cuentarecdoc: this.cuentaPagoProveedores,
|
|
9459
|
-
rifpro: this.rifProveedor
|
|
9461
|
+
rifpro: this.rifProveedor,
|
|
9462
|
+
id_ctabcoprov: this.idCuentaBancoProveedor.toString(),
|
|
9460
9463
|
};
|
|
9461
9464
|
};
|
|
9462
9465
|
return MBeneficiario;
|
|
@@ -11462,7 +11465,7 @@
|
|
|
11462
11465
|
sexfam: this.sexoFamiliar,
|
|
11463
11466
|
fecnacfam: this.fechaNacimientoFamiliar,
|
|
11464
11467
|
nexfam: this.nexoFamiliar,
|
|
11465
|
-
estfam: this.estatudiaFamiliar,
|
|
11468
|
+
estfam: this.estatudiaFamiliar ? '1' : '0',
|
|
11466
11469
|
hcfam: this.HCFamiliar ? '1' : '0',
|
|
11467
11470
|
hcmfam: this.HCMFamiliar ? '1' : '0',
|
|
11468
11471
|
hijesp: this.hijoEspecial ? '1' : '0',
|