sigesp 0.8.81-20220511 → 0.8.82-20220511

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.
@@ -4134,6 +4134,9 @@
4134
4134
  _this.prenomina = false;
4135
4135
  _this.editables = false;
4136
4136
  _this.calculada = false;
4137
+ _this.idOrganigrama = 0;
4138
+ _this.codigoEstructuraOrganizativa = '';
4139
+ _this.denominacionEstructuraOrganizativa = '';
4137
4140
  if (e) {
4138
4141
  _this.idEmpresa = parseInt(e.id_empresa);
4139
4142
  _this.idNomina = parseInt(e.id_nomina);
@@ -4147,6 +4150,9 @@
4147
4150
  _this.estatus = _this.calculada ? 'Calculada' :
4148
4151
  !_this.calculada && _this.prenomina ? 'Pre-Calculada' : 'Sin Calcular';
4149
4152
  _this.editables = (_this.calculada || _this.prenomina) ? false : true;
4153
+ _this.idOrganigrama = +e.id_organigrama;
4154
+ _this.codigoEstructuraOrganizativa = e.codestorg;
4155
+ _this.denominacionEstructuraOrganizativa = e.denestorg;
4150
4156
  }
4151
4157
  else {
4152
4158
  _this.isNew = true;