sigesp 0.9.80-20231019 → 0.9.81-20231022
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 +30 -28
- 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/models/SNO/MBeneficiario.model.js +28 -26
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +4 -4
- package/fesm2015/sigesp.js +30 -28
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +24 -24
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -9368,43 +9368,45 @@
|
|
|
9368
9368
|
_this.idDtBeneficiario = 0;
|
|
9369
9369
|
_this.idPersonal = 0;
|
|
9370
9370
|
_this.idFamiliar = 0;
|
|
9371
|
-
_this.
|
|
9372
|
-
_this.
|
|
9373
|
-
_this.
|
|
9371
|
+
_this.telefonoFamiliar = '';
|
|
9372
|
+
_this.codigoPais = '---';
|
|
9373
|
+
_this.codigoEstado = '---';
|
|
9374
|
+
_this.codigoMunicipio = '---';
|
|
9375
|
+
_this.codigoParroquia = '---';
|
|
9376
|
+
_this.descripcionPais = '---';
|
|
9377
|
+
_this.descripcionEstado = '---';
|
|
9378
|
+
_this.descripcionMunicipio = '---';
|
|
9379
|
+
_this.descripcionParroquia = '---';
|
|
9374
9380
|
_this.codigoBeneficiario = '';
|
|
9375
9381
|
_this.tipoBeneficiario = '';
|
|
9376
|
-
_this.porcentajePagoBeneficiario = 0;
|
|
9377
|
-
_this.montoPagoBeneficiario = 0;
|
|
9378
|
-
_this.cuentaBancoBeneficiario = '';
|
|
9379
|
-
_this.formaPagoBeneficiario = '';
|
|
9380
|
-
_this.numeroExpedienteBeneficiario = '';
|
|
9381
|
-
_this.nombreCheque = '';
|
|
9382
|
-
_this.cedulaAutorizado = '';
|
|
9383
9382
|
_this.nombreFamiliar = '';
|
|
9384
9383
|
_this.apellidoFamiliar = '';
|
|
9385
9384
|
_this.cedulaFamiliar = '';
|
|
9386
9385
|
_this.direccionFamiliar = '';
|
|
9387
|
-
_this.telefonoFamiliar = '';
|
|
9388
9386
|
_this.nexoFamiliar = '';
|
|
9389
|
-
|
|
9390
|
-
_this.denominacionTipoCuenta = '';
|
|
9387
|
+
//Datos Resolucion
|
|
9391
9388
|
_this.medidaActiva = false;
|
|
9392
9389
|
_this.tribunal = '';
|
|
9393
9390
|
_this.fechaResolucion = '1900-01-01';
|
|
9394
9391
|
_this.numeroResolucion = '';
|
|
9392
|
+
_this.porcentajePagoBeneficiario = 0;
|
|
9393
|
+
_this.montoPagoBeneficiario = 0;
|
|
9394
|
+
_this.idProveedor = 0;
|
|
9395
|
+
_this.idCuentaBancoProveedor = 0;
|
|
9396
|
+
_this.numeroExpedienteBeneficiario = '';
|
|
9397
|
+
//Autorizado
|
|
9398
|
+
_this.nombreCheque = '';
|
|
9399
|
+
_this.cedulaAutorizado = '';
|
|
9400
|
+
_this.rifProveedor = '';
|
|
9401
|
+
_this.idBanco = 0;
|
|
9402
|
+
_this.idTipoCuenta = 0;
|
|
9403
|
+
_this.cuentaBancoBeneficiario = '';
|
|
9404
|
+
_this.formaPagoBeneficiario = '';
|
|
9405
|
+
_this.nombreBanco = '';
|
|
9406
|
+
_this.denominacionTipoCuenta = '';
|
|
9407
|
+
_this.cuentaPagoProveedores = '';
|
|
9395
9408
|
_this.direccionProveedor = '';
|
|
9396
9409
|
_this.telelefonoProveedor = '';
|
|
9397
|
-
_this.codigoPais = '---';
|
|
9398
|
-
_this.codigoEstado = '---';
|
|
9399
|
-
_this.codigoMunicipio = '---';
|
|
9400
|
-
_this.codigoParroquia = '---';
|
|
9401
|
-
_this.descripcionPais = '---';
|
|
9402
|
-
_this.descripcionEstado = '---';
|
|
9403
|
-
_this.descripcionMunicipio = '---';
|
|
9404
|
-
_this.descripcionParroquia = '---';
|
|
9405
|
-
_this.cuentaPagoProveedores = '';
|
|
9406
|
-
_this.rifProveedor = '';
|
|
9407
|
-
_this.idCuentaBancoProveedor = 0;
|
|
9408
9410
|
if (e) {
|
|
9409
9411
|
_this.idEnterprise = +e.id_enterprise;
|
|
9410
9412
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9415,7 +9417,6 @@
|
|
|
9415
9417
|
_this.idTipoCuenta = parseInt(e.id_tipocta);
|
|
9416
9418
|
_this.codigoBeneficiario = e.codben;
|
|
9417
9419
|
_this.tipoBeneficiario = e.tipben;
|
|
9418
|
-
_this.cuentaBancoBeneficiario = e.ctabanben;
|
|
9419
9420
|
_this.formaPagoBeneficiario = e.forpagben;
|
|
9420
9421
|
_this.numeroExpedienteBeneficiario = e.numexpben;
|
|
9421
9422
|
_this.porcentajePagoBeneficiario = parseFloat(e.porpagben);
|
|
@@ -9448,6 +9449,7 @@
|
|
|
9448
9449
|
_this.cuentaPagoProveedores = e.sc_cuentarecdoc;
|
|
9449
9450
|
_this.rifProveedor = e.rifpro;
|
|
9450
9451
|
_this.idCuentaBancoProveedor = +e.id_ctabcoprov;
|
|
9452
|
+
_this.cuentaBancoBeneficiario = e.ctabanben;
|
|
9451
9453
|
}
|
|
9452
9454
|
else {
|
|
9453
9455
|
_this.isNew = true;
|
|
@@ -13311,7 +13313,7 @@
|
|
|
13311
13313
|
_this.tipoJubilacion = 0;
|
|
13312
13314
|
_this.fechaResolucion = '1900-01-01';
|
|
13313
13315
|
_this.numeroResolucion = '';
|
|
13314
|
-
_this.porcentajeDiscapacidad =
|
|
13316
|
+
_this.porcentajeDiscapacidad = 0;
|
|
13315
13317
|
if (e) {
|
|
13316
13318
|
_this.idEnterprise = +e.id_enterprise;
|
|
13317
13319
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -13326,7 +13328,7 @@
|
|
|
13326
13328
|
_this.tipoJubilacion = parseInt(e.tipjub);
|
|
13327
13329
|
_this.fechaResolucion = e.fecres;
|
|
13328
13330
|
_this.numeroResolucion = e.numres;
|
|
13329
|
-
_this.porcentajeDiscapacidad = e.pordis;
|
|
13331
|
+
_this.porcentajeDiscapacidad = +e.pordis;
|
|
13330
13332
|
}
|
|
13331
13333
|
else {
|
|
13332
13334
|
_this.isNew = true;
|
|
@@ -13348,7 +13350,7 @@
|
|
|
13348
13350
|
tipjub: this.tipoJubilacion.toString(),
|
|
13349
13351
|
fecres: this.fechaResolucion,
|
|
13350
13352
|
numres: this.numeroResolucion,
|
|
13351
|
-
pordis: this.porcentajeDiscapacidad,
|
|
13353
|
+
pordis: this.porcentajeDiscapacidad.toString(),
|
|
13352
13354
|
};
|
|
13353
13355
|
};
|
|
13354
13356
|
return MPersonalJubilado;
|