sigesp 0.9.97-20240222 → 0.9.98-20240222

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.
@@ -4003,6 +4003,8 @@
4003
4003
  _this.centroCosto = '';
4004
4004
  _this.id = 0;
4005
4005
  _this.denominacionUnidadCentral = '';
4006
+ _this.codigoUnidadCentral = '';
4007
+ _this.denominacionCentroCosto = '';
4006
4008
  _this.estructuras = [];
4007
4009
  if (unidad) {
4008
4010
  _this.idEmpresa = unidad.id_empresa;
@@ -4014,6 +4016,8 @@
4014
4016
  _this.emiteRequisicion = unidad.estemireq;
4015
4017
  _this.centroCosto = unidad.codcencos;
4016
4018
  _this.denominacionUnidadCentral = unidad.denuac;
4019
+ _this.codigoUnidadCentral = unidad.codigouac;
4020
+ _this.denominacionCentroCosto = unidad.denenominacion;
4017
4021
  if (unidad.estructuras) {
4018
4022
  _this.estructuras = unidad.estructuras.map(function (e) { return new MEstructuras(e); });
4019
4023
  }