sigesp 0.8.76-20220506 → 0.8.79-20220510
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 +5 -0
- 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/Nomina.js +1 -1
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +5 -1
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +2 -1
- package/fesm2015/sigesp.js +5 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +3 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +2 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +1 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -436,6 +436,7 @@
|
|
|
436
436
|
_this.nominaRac = 0;
|
|
437
437
|
_this.situacionPersonal = '';
|
|
438
438
|
_this.montoPension = 0;
|
|
439
|
+
_this.nacionalidad = '';
|
|
439
440
|
if (e) {
|
|
440
441
|
_this.idEmpresa = parseInt(e.id_empresa);
|
|
441
442
|
_this.idPersonalNomina = parseInt(e.id_personalnomina);
|
|
@@ -4158,6 +4159,8 @@
|
|
|
4158
4159
|
var _this = _super.call(this) || this;
|
|
4159
4160
|
_this.idEmpresa = 0;
|
|
4160
4161
|
_this.idCargoPersonal = 0;
|
|
4162
|
+
_this.codigoCargo = '';
|
|
4163
|
+
_this.descripcionCargo = '';
|
|
4161
4164
|
_this.idOrganigrama = 0;
|
|
4162
4165
|
_this.idDtCargoEstructura = 0;
|
|
4163
4166
|
_this.idPersonal = 0;
|
|
@@ -4169,6 +4172,8 @@
|
|
|
4169
4172
|
_this.idCargoPersonal = parseInt(e.id_carper);
|
|
4170
4173
|
_this.idOrganigrama = parseInt(e.id_organigrama);
|
|
4171
4174
|
_this.codigoEstructuraOrganizativa = e.codestorg;
|
|
4175
|
+
_this.codigoCargo = e.codcar;
|
|
4176
|
+
_this.descripcionCargo = e.descar;
|
|
4172
4177
|
_this.denominacionEstructuraOrganizativa = e.denestorg;
|
|
4173
4178
|
_this.idPersonal = parseInt(e.id_personal);
|
|
4174
4179
|
_this.nivel = parseInt(e.nivel);
|