sigesp 0.9.74-20231011 → 0.9.75-20231012

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.
@@ -5038,6 +5038,11 @@
5038
5038
  _this.idPersonal = 0;
5039
5039
  _this.codigoEstructuraOrganizativa = '';
5040
5040
  _this.denominacionEstructuraOrganizativa = '';
5041
+ _this.cogigoUnidadOrganizativa = '';
5042
+ _this.denominacionUnidadOrganizativa = '';
5043
+ _this.codigoEstructuraPresupuestaria = '';
5044
+ _this.codigoCentroCosto = '';
5045
+ _this.dnominacionCentroCosto = '';
5041
5046
  _this.nivel = 0;
5042
5047
  if (e) {
5043
5048
  _this.idEmpresa = parseInt(e.id_empresa);
@@ -5049,6 +5054,9 @@
5049
5054
  _this.denominacionEstructuraOrganizativa = e.denestorg;
5050
5055
  _this.idPersonal = parseInt(e.id_personal);
5051
5056
  _this.nivel = parseInt(e.nivel);
5057
+ _this.codigoEstructuraPresupuestaria = e.codigo_estructura;
5058
+ _this.codigoCentroCosto = e.codcencos;
5059
+ _this.dnominacionCentroCosto = e.denominacion;
5052
5060
  _this.idDtCargoEstructura = parseInt(e.id_dt);
5053
5061
  }
5054
5062
  else {