sigesp 0.9.24-20230111 → 0.9.25-20230119
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/MGrado.model.js +5 -5
- package/fesm2015/sigesp.js +4 -4
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/models/SNO/MGrado.model.d.ts +2 -2
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -11716,8 +11716,8 @@
|
|
|
11716
11716
|
_this.idEnterprise = 0;
|
|
11717
11717
|
_this.idEmpresa = 0;
|
|
11718
11718
|
_this.idTabulador = 0;
|
|
11719
|
-
_this.codigoGrado =
|
|
11720
|
-
_this.codigoPaso =
|
|
11719
|
+
_this.codigoGrado = '';
|
|
11720
|
+
_this.codigoPaso = '';
|
|
11721
11721
|
_this.montoSalario = 0;
|
|
11722
11722
|
_this.montoCompensacion = 0;
|
|
11723
11723
|
_this.yearDesde = 0;
|
|
@@ -11728,8 +11728,8 @@
|
|
|
11728
11728
|
_this.idEnterprise = +e.id_enterprise;
|
|
11729
11729
|
_this.idEmpresa = +e.id_empresa;
|
|
11730
11730
|
_this.idTabulador = parseInt(e.id_tabulador);
|
|
11731
|
-
_this.codigoGrado =
|
|
11732
|
-
_this.codigoPaso =
|
|
11731
|
+
_this.codigoGrado = e.codgra;
|
|
11732
|
+
_this.codigoPaso = e.codpas;
|
|
11733
11733
|
_this.montoSalario = parseFloat(e.monsalgra);
|
|
11734
11734
|
_this.montoCompensacion = parseFloat(e.moncomgra);
|
|
11735
11735
|
_this.yearDesde = parseInt(e.aniodes);
|