sigesp 0.9.44-23230418 → 0.9.45-23230426

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.
@@ -7529,6 +7529,12 @@
7529
7529
  return res;
7530
7530
  }));
7531
7531
  };
7532
+ /**
7533
+ * @description obtiene las cuenta segun el id
7534
+ * @param tipo {'banco', 'default'}
7535
+ * @param id para la opcion banco usar id=idBanco, opcion defaulf id=idEnterprise
7536
+ * @returns
7537
+ */
7532
7538
  SigespService.prototype.getAllBankAccount = function (tipo, id) {
7533
7539
  return this.http.get(this.URL + "/dao/scb/cuenta_banco_dao.php?tipo=" + tipo + "&e=" + id, { headers: this.getHttpHeaders() })
7534
7540
  .pipe(operators.map(function (res) {
@@ -9258,7 +9264,7 @@
9258
9264
  _this.codigoTabulador = p.codtab;
9259
9265
  _this.denominacionTabulador = p.destab;
9260
9266
  _this.idPersonalCargo = parseInt(p.id_personalcargo);
9261
- _this.montoSalarioGrado = parseFloat(p.moncomgra);
9267
+ _this.montoSalarioGrado = parseFloat(p.monsalgra);
9262
9268
  _this.montoCompensacionGrado = parseFloat(p.moncomgra);
9263
9269
  _this.estatusMPPPE = p.estmpppe == '1' ? true : false;
9264
9270
  _this.idClasificadorDocente = +p.id_clasificacion_docente;