sigesp 0.9.40-20230321 → 0.9.41-23230321
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 -4
- 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/MConceptosNomina.model.js +5 -5
- package/fesm2015/sigesp.js +4 -4
- package/fesm2015/sigesp.js.map +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -9622,14 +9622,14 @@
|
|
|
9622
9622
|
_this.nombreSigno = _this.denominacionSigno(_this.signoConcepto);
|
|
9623
9623
|
_this.evaluarEnPrenomina = +e.evaprenom;
|
|
9624
9624
|
_this.antiguedadComplementaria = +e.antigcomp;
|
|
9625
|
+
_this.idUnidadAdministrativa = +e.id_uniadm;
|
|
9626
|
+
_this.codigoUnidadAdministrativa = e.coduniadm;
|
|
9627
|
+
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9628
|
+
_this.estructuraProgramatica = e.estructura;
|
|
9625
9629
|
}
|
|
9626
9630
|
else {
|
|
9627
9631
|
_this.isNew = true;
|
|
9628
9632
|
}
|
|
9629
|
-
_this.idUnidadAdministrativa = +e.id_uniadm;
|
|
9630
|
-
_this.codigoUnidadAdministrativa = e.coduniadm;
|
|
9631
|
-
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9632
|
-
_this.estructuraProgramatica = e.estructura;
|
|
9633
9633
|
return _this;
|
|
9634
9634
|
}
|
|
9635
9635
|
MConceptosNomina.prototype.dataInterface = function () {
|