sigesp 1.0.21-20240826 → 1.0.22-20240826
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/fesm2020/sigesp.mjs
CHANGED
|
@@ -4468,7 +4468,6 @@ class MPeriodoNomina extends MBasicModel {
|
|
|
4468
4468
|
this.ingresoContabilizadoPeriodo = 0;
|
|
4469
4469
|
this.fideicomisoContabilizado = 0;
|
|
4470
4470
|
this.fideicomisoInteresContabilizadoPeriodo = 0;
|
|
4471
|
-
this.fechaMostar = '';
|
|
4472
4471
|
this.mes = 0;
|
|
4473
4472
|
this.denominacionEstatus = '';
|
|
4474
4473
|
if (e) {
|
|
@@ -4490,7 +4489,6 @@ class MPeriodoNomina extends MBasicModel {
|
|
|
4490
4489
|
this.fideicomisoInteresContabilizadoPeriodo = parseInt(e.fidintconper);
|
|
4491
4490
|
this.denominacionEstatus = this.estatusPeriodo();
|
|
4492
4491
|
this.mes = +e.mes;
|
|
4493
|
-
this.fechaMostar = formatDate(this.fechaDesdePeriodo, 'dd-MM-yyyy', 'es-ES') + " / " + formatDate(this.fechaHastaperiodo, 'dd-MM-yyyy', 'es-ES');
|
|
4494
4492
|
}
|
|
4495
4493
|
}
|
|
4496
4494
|
dataInterface() {
|