sigesp 0.9.75-20231012 → 0.9.78-20231014
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 +3 -1
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +4 -1
- package/fesm2015/sigesp.js +5 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +1 -0
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +1 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -5058,6 +5058,8 @@
|
|
|
5058
5058
|
_this.codigoCentroCosto = e.codcencos;
|
|
5059
5059
|
_this.dnominacionCentroCosto = e.denominacion;
|
|
5060
5060
|
_this.idDtCargoEstructura = parseInt(e.id_dt);
|
|
5061
|
+
_this.cogigoUnidadOrganizativa = e.coduniadm;
|
|
5062
|
+
_this.denominacionUnidadOrganizativa = e.denuniadm;
|
|
5061
5063
|
}
|
|
5062
5064
|
else {
|
|
5063
5065
|
_this.isNew = true;
|
|
@@ -9885,6 +9887,7 @@
|
|
|
9885
9887
|
_this.codigoUnidadAdministrativa = '';
|
|
9886
9888
|
_this.denominacionUnidadAdministraiva = '';
|
|
9887
9889
|
_this.perteneceBeneficiario = 0;
|
|
9890
|
+
_this.perteneceFallecido = 0;
|
|
9888
9891
|
if (e) {
|
|
9889
9892
|
_this.idEnterprise = +e.id_enterprise;
|
|
9890
9893
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9961,6 +9964,7 @@
|
|
|
9961
9964
|
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9962
9965
|
_this.estructuraProgramatica = e.estructura;
|
|
9963
9966
|
_this.perteneceBeneficiario = +e.perben;
|
|
9967
|
+
_this.perteneceBeneficiario = +e.perfal;
|
|
9964
9968
|
}
|
|
9965
9969
|
else {
|
|
9966
9970
|
_this.isNew = true;
|
|
@@ -10034,6 +10038,7 @@
|
|
|
10034
10038
|
antigcomp: this.antiguedadComplementaria.toString(),
|
|
10035
10039
|
id_uniadm: this.idUnidadAdministrativa.toString(),
|
|
10036
10040
|
perben: this.perteneceBeneficiario.toString(),
|
|
10041
|
+
perfal: this.perteneceFallecido.toString(),
|
|
10037
10042
|
};
|
|
10038
10043
|
};
|
|
10039
10044
|
MConceptosNomina.prototype.denominacionSigno = function (sig) {
|