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.
@@ -11716,8 +11716,8 @@
11716
11716
  _this.idEnterprise = 0;
11717
11717
  _this.idEmpresa = 0;
11718
11718
  _this.idTabulador = 0;
11719
- _this.codigoGrado = 0;
11720
- _this.codigoPaso = 0;
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 = parseInt(e.codgra);
11732
- _this.codigoPaso = parseInt(e.codpas);
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);