sigesp 1.1.83-20251218 → 1.1.84-20251219
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/esm2020/lib/core/interfaces/Auditoria.mjs +2 -1
- package/esm2020/lib/core/interfaces/Nomina.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MNominaSimple.model.mjs +3 -1
- package/fesm2015/sigesp.mjs +3 -0
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +3 -0
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -5410,6 +5410,8 @@ class MNominaSimple extends MBasicModel {
|
|
|
5410
5410
|
this.idPlanHorario = +e.id_planhor;
|
|
5411
5411
|
this.codigoPlanHorario = e.codplanhor;
|
|
5412
5412
|
this.denominacionPlanHorario = e.denplanhor;
|
|
5413
|
+
e.editable == '1' ? this.editable = true : this.editable = false;
|
|
5414
|
+
e.editable == '1' ? this.estatus = 'CALCULADA' : this.estatus = 'NO CALCULADA';
|
|
5413
5415
|
}
|
|
5414
5416
|
else {
|
|
5415
5417
|
this.isNew = true;
|
|
@@ -14836,6 +14838,7 @@ const Campos = [
|
|
|
14836
14838
|
{ value: "id_ep3", denominacion: "idEp3" },
|
|
14837
14839
|
{ value: "id_ep4", denominacion: "idEp4" },
|
|
14838
14840
|
{ value: "id_ep5", denominacion: "idEp5" },
|
|
14841
|
+
{ value: "id_tipopersonal", denominacion: "idTipoPersonal" },
|
|
14839
14842
|
];
|
|
14840
14843
|
const Eventos = [
|
|
14841
14844
|
{ value: "UPDATE" },
|