sigesp 0.8.76-20220506 → 0.8.79-20220510

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.
@@ -436,6 +436,7 @@
436
436
  _this.nominaRac = 0;
437
437
  _this.situacionPersonal = '';
438
438
  _this.montoPension = 0;
439
+ _this.nacionalidad = '';
439
440
  if (e) {
440
441
  _this.idEmpresa = parseInt(e.id_empresa);
441
442
  _this.idPersonalNomina = parseInt(e.id_personalnomina);
@@ -4158,6 +4159,8 @@
4158
4159
  var _this = _super.call(this) || this;
4159
4160
  _this.idEmpresa = 0;
4160
4161
  _this.idCargoPersonal = 0;
4162
+ _this.codigoCargo = '';
4163
+ _this.descripcionCargo = '';
4161
4164
  _this.idOrganigrama = 0;
4162
4165
  _this.idDtCargoEstructura = 0;
4163
4166
  _this.idPersonal = 0;
@@ -4169,6 +4172,8 @@
4169
4172
  _this.idCargoPersonal = parseInt(e.id_carper);
4170
4173
  _this.idOrganigrama = parseInt(e.id_organigrama);
4171
4174
  _this.codigoEstructuraOrganizativa = e.codestorg;
4175
+ _this.codigoCargo = e.codcar;
4176
+ _this.descripcionCargo = e.descar;
4172
4177
  _this.denominacionEstructuraOrganizativa = e.denestorg;
4173
4178
  _this.idPersonal = parseInt(e.id_personal);
4174
4179
  _this.nivel = parseInt(e.nivel);