sigesp 0.8.76-20220506 → 0.8.77-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 +4 -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/fesm2015/sigesp.js +4 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +2 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +2 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -4158,6 +4158,8 @@
|
|
|
4158
4158
|
var _this = _super.call(this) || this;
|
|
4159
4159
|
_this.idEmpresa = 0;
|
|
4160
4160
|
_this.idCargoPersonal = 0;
|
|
4161
|
+
_this.codigoCargo = '';
|
|
4162
|
+
_this.descripcionCargo = '';
|
|
4161
4163
|
_this.idOrganigrama = 0;
|
|
4162
4164
|
_this.idDtCargoEstructura = 0;
|
|
4163
4165
|
_this.idPersonal = 0;
|
|
@@ -4169,6 +4171,8 @@
|
|
|
4169
4171
|
_this.idCargoPersonal = parseInt(e.id_carper);
|
|
4170
4172
|
_this.idOrganigrama = parseInt(e.id_organigrama);
|
|
4171
4173
|
_this.codigoEstructuraOrganizativa = e.codestorg;
|
|
4174
|
+
_this.codigoCargo = e.codcar;
|
|
4175
|
+
_this.descripcionCargo = e.descar;
|
|
4172
4176
|
_this.denominacionEstructuraOrganizativa = e.denestorg;
|
|
4173
4177
|
_this.idPersonal = parseInt(e.id_personal);
|
|
4174
4178
|
_this.nivel = parseInt(e.nivel);
|