sigesp 1.0.17-20240820 → 1.0.19-20240821
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/Nomina.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConceptosNomina.model.mjs +4 -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/lib/core/models/SNO/MConceptosNomina.model.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -10090,6 +10090,7 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10090
10090
|
this.reporteAcumuladoConcepto = 0;
|
|
10091
10091
|
this.reporteConstanteUnidadConcepto = 0;
|
|
10092
10092
|
this.constanteUnicaConcepto = '';
|
|
10093
|
+
this.idConstanteUnicaConcepto = 0;
|
|
10093
10094
|
this.quincenaAReportarConcepto = '';
|
|
10094
10095
|
this.asignacionFideicomisoPersonal = 0;
|
|
10095
10096
|
this.asignacionFideicomisoPatron = 0;
|
|
@@ -10199,6 +10200,7 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10199
10200
|
this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
10200
10201
|
this.estructuraProgramatica = e.estructura;
|
|
10201
10202
|
this.perteneceBeneficiario = +e.perben;
|
|
10203
|
+
this.idConstanteUnicaConcepto = +e.id_constante;
|
|
10202
10204
|
}
|
|
10203
10205
|
else {
|
|
10204
10206
|
this.isNew = true;
|
|
@@ -10242,6 +10244,7 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10242
10244
|
repacucon: this.reporteAcumuladoConcepto.toString(),
|
|
10243
10245
|
repconsunicon: this.reporteConstanteUnidadConcepto.toString(),
|
|
10244
10246
|
consunicon: this.constanteUnicaConcepto,
|
|
10247
|
+
id_constante: this.idConstanteUnicaConcepto.toString(),
|
|
10245
10248
|
quirepcon: this.quincenaAReportarConcepto,
|
|
10246
10249
|
asifidper: this.asignacionFideicomisoPersonal.toString(),
|
|
10247
10250
|
frevarcon: this.frecuenciaVariableConcepto.toString(),
|