sigesp 0.9.24-20230111 → 0.9.26-20230203

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.
@@ -6139,6 +6139,13 @@
6139
6139
  return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
6140
6140
  };
6141
6141
  /**
6142
+ * @Actualiza la distribución de la cuenta de egreso
6143
+ * @param distribution
6144
+ */
6145
+ SigespService.prototype.updateDistributionExpenseAccount2 = function (distribution) {
6146
+ return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
6147
+ };
6148
+ /**
6142
6149
  * @Actualiza la distribución de la cuenta de Ingreso
6143
6150
  * @param distribution
6144
6151
  */
@@ -11716,8 +11723,8 @@
11716
11723
  _this.idEnterprise = 0;
11717
11724
  _this.idEmpresa = 0;
11718
11725
  _this.idTabulador = 0;
11719
- _this.codigoGrado = 0;
11720
- _this.codigoPaso = 0;
11726
+ _this.codigoGrado = '';
11727
+ _this.codigoPaso = '';
11721
11728
  _this.montoSalario = 0;
11722
11729
  _this.montoCompensacion = 0;
11723
11730
  _this.yearDesde = 0;
@@ -11728,8 +11735,8 @@
11728
11735
  _this.idEnterprise = +e.id_enterprise;
11729
11736
  _this.idEmpresa = +e.id_empresa;
11730
11737
  _this.idTabulador = parseInt(e.id_tabulador);
11731
- _this.codigoGrado = parseInt(e.codgra);
11732
- _this.codigoPaso = parseInt(e.codpas);
11738
+ _this.codigoGrado = e.codgra;
11739
+ _this.codigoPaso = e.codpas;
11733
11740
  _this.montoSalario = parseFloat(e.monsalgra);
11734
11741
  _this.montoCompensacion = parseFloat(e.moncomgra);
11735
11742
  _this.yearDesde = parseInt(e.aniodes);
@@ -14439,16 +14446,16 @@
14439
14446
  exports.academico = academico;
14440
14447
  exports.camposConstaciaTrabajo = camposConstaciaTrabajo;
14441
14448
  exports.customPaginator = customPaginator;
14442
- exports.ɵf = AppComponent;
14443
- exports.ɵg = SharedModule;
14444
- exports.ɵh = CatalogoComponent;
14445
- exports.ɵj = ConfirmComponent;
14446
- exports.ɵk = IconComponent;
14447
- exports.ɵl = TableSelectComponent;
14448
- exports.ɵm = CatalogoEstructurasComponent;
14449
- exports.ɵn = CatalogoDobleInputComponent;
14450
- exports.ɵo = IsoCurrencyPipe;
14451
- exports.ɵp = CustonMaterialModule;
14449
+ exports.ɵg = AppComponent;
14450
+ exports.ɵh = SharedModule;
14451
+ exports.ɵi = CatalogoComponent;
14452
+ exports.ɵk = ConfirmComponent;
14453
+ exports.ɵl = IconComponent;
14454
+ exports.ɵm = TableSelectComponent;
14455
+ exports.ɵn = CatalogoEstructurasComponent;
14456
+ exports.ɵo = CatalogoDobleInputComponent;
14457
+ exports.ɵp = IsoCurrencyPipe;
14458
+ exports.ɵq = CustonMaterialModule;
14452
14459
 
14453
14460
  Object.defineProperty(exports, '__esModule', { value: true });
14454
14461