sigesp 0.9.63-20230912 → 0.9.64-20230913

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.
@@ -4187,6 +4187,14 @@
4187
4187
  _this.manejoIndependienteModulo = 0;
4188
4188
  _this.digitosCodigoConcepto = 10;
4189
4189
  _this.segmentarPersonal = 10000;
4190
+ _this.codigoPais = '';
4191
+ _this.codigoEstado = '';
4192
+ _this.codigoMunicipio = '';
4193
+ _this.codigoParroquia = '';
4194
+ _this.descripcionPais = '';
4195
+ _this.descripcionEstado = '';
4196
+ _this.descripcionMunicipio = '';
4197
+ _this.descripcionParroquia = '';
4190
4198
  if (I) {
4191
4199
  _this.idEnterprise = +I.id_enterprise;
4192
4200
  _this.idEmpresa = +I.id_empresa;
@@ -4313,6 +4321,14 @@
4313
4321
  _this.registroasistenciaincidencia = I.regasiinc;
4314
4322
  _this.manejoIndependienteModulo = parseInt(I.manindmod);
4315
4323
  _this.digitosCodigoConcepto = parseInt(I.digcodcon);
4324
+ _this.codigoPais = I.codpai;
4325
+ _this.codigoEstado = I.codest;
4326
+ _this.codigoMunicipio = I.codmun;
4327
+ _this.codigoParroquia = I.codpar;
4328
+ _this.descripcionPais = I.despai;
4329
+ _this.descripcionEstado = I.desest;
4330
+ _this.descripcionMunicipio = I.desmun;
4331
+ _this.descripcionParroquia = I.despar;
4316
4332
  }
4317
4333
  else {
4318
4334
  _this.isNew = true;
@@ -4446,6 +4462,10 @@
4446
4462
  regasiinc: this.registroasistenciaincidencia,
4447
4463
  manindmod: this.manejoIndependienteModulo.toString(),
4448
4464
  digcodcon: this.digitosCodigoConcepto.toString(),
4465
+ codpai: this.codigoPais,
4466
+ codest: this.codigoEstado,
4467
+ codmun: this.codigoMunicipio,
4468
+ codpar: this.codigoParroquia,
4449
4469
  };
4450
4470
  };
4451
4471
  return MConfiguracionSNO;
@@ -9334,6 +9354,16 @@
9334
9354
  _this.tribunal = '';
9335
9355
  _this.fechaResolucion = '1900-01-01';
9336
9356
  _this.numeroResolucion = '';
9357
+ _this.direccionProveedor = '';
9358
+ _this.telelefonoProveedor = '';
9359
+ _this.codigoPais = '';
9360
+ _this.codigoEstado = '';
9361
+ _this.codigoMunicipio = '';
9362
+ _this.codigoParroquia = '';
9363
+ _this.descripcionPais = '';
9364
+ _this.descripcionEstado = '';
9365
+ _this.descripcionMunicipio = '';
9366
+ _this.descripcionParroquia = '';
9337
9367
  if (e) {
9338
9368
  _this.idEnterprise = +e.id_enterprise;
9339
9369
  _this.idEmpresa = +e.id_empresa;
@@ -9363,6 +9393,16 @@
9363
9393
  _this.denominacionTipoCuenta = e.nomtipcta;
9364
9394
  _this.fechaResolucion = e.fecres;
9365
9395
  _this.numeroResolucion = e.numres;
9396
+ _this.direccionProveedor = e.numres;
9397
+ _this.telelefonoProveedor = e.numres;
9398
+ _this.codigoPais = e.codpai;
9399
+ _this.codigoEstado = e.codest;
9400
+ _this.codigoMunicipio = e.codmun;
9401
+ _this.codigoParroquia = e.codpar;
9402
+ _this.descripcionPais = e.despai;
9403
+ _this.descripcionEstado = e.desest;
9404
+ _this.descripcionMunicipio = e.desmun;
9405
+ _this.descripcionParroquia = e.despar;
9366
9406
  }
9367
9407
  else {
9368
9408
  _this.isNew = true;
@@ -9389,6 +9429,19 @@
9389
9429
  tribunal: this.tribunal,
9390
9430
  fecres: this.fechaResolucion,
9391
9431
  numres: this.numeroResolucion,
9432
+ dirpro: this.direccionProveedor,
9433
+ telpro: this.telelefonoProveedor,
9434
+ codpai: this.codigoPais,
9435
+ codest: this.codigoEstado,
9436
+ codmun: this.codigoMunicipio,
9437
+ codpar: this.codigoParroquia,
9438
+ despai: this.descripcionPais,
9439
+ desest: this.descripcionEstado,
9440
+ desmun: this.descripcionMunicipio,
9441
+ despar: this.descripcionParroquia,
9442
+ nomfam: this.nombreFamiliar,
9443
+ cedpro: this.cedulaAutorizado,
9444
+ nompro: this.cedulaAutorizado,
9392
9445
  };
9393
9446
  };
9394
9447
  return MBeneficiario;
@@ -13204,6 +13257,9 @@
13204
13257
  _this.ultimaRemuneracion = 0;
13205
13258
  _this.fechaFeVida = '1900-01-01';
13206
13259
  _this.tipoJubilacion = 0;
13260
+ _this.fechaResolucion = '1900-01-01';
13261
+ _this.numeroResolucion = '';
13262
+ _this.porcentajeDiscapacidad = '';
13207
13263
  if (e) {
13208
13264
  _this.idEnterprise = +e.id_enterprise;
13209
13265
  _this.idEmpresa = +e.id_empresa;
@@ -13216,6 +13272,9 @@
13216
13272
  _this.ultimaRemuneracion = parseFloat(e.ultrem);
13217
13273
  _this.fechaFeVida = e.fecvida;
13218
13274
  _this.tipoJubilacion = parseInt(e.tipjub);
13275
+ _this.fechaResolucion = e.fecres;
13276
+ _this.numeroResolucion = e.numres;
13277
+ _this.porcentajeDiscapacidad = e.pordis;
13219
13278
  }
13220
13279
  else {
13221
13280
  _this.isNew = true;
@@ -13235,6 +13294,9 @@
13235
13294
  ultrem: this.ultimaRemuneracion.toString(),
13236
13295
  fecvida: this.fechaFeVida.toString(),
13237
13296
  tipjub: this.tipoJubilacion.toString(),
13297
+ fecres: this.fechaResolucion,
13298
+ numres: this.numeroResolucion,
13299
+ pordis: this.porcentajeDiscapacidad,
13238
13300
  };
13239
13301
  };
13240
13302
  return MPersonalJubilado;