sigesp 0.9.80-20231019 → 0.9.82-20231024

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.
@@ -9368,43 +9368,45 @@
9368
9368
  _this.idDtBeneficiario = 0;
9369
9369
  _this.idPersonal = 0;
9370
9370
  _this.idFamiliar = 0;
9371
- _this.idProveedor = 0;
9372
- _this.idBanco = 0;
9373
- _this.idTipoCuenta = 0;
9371
+ _this.telefonoFamiliar = '';
9372
+ _this.codigoPais = '---';
9373
+ _this.codigoEstado = '---';
9374
+ _this.codigoMunicipio = '---';
9375
+ _this.codigoParroquia = '---';
9376
+ _this.descripcionPais = '---';
9377
+ _this.descripcionEstado = '---';
9378
+ _this.descripcionMunicipio = '---';
9379
+ _this.descripcionParroquia = '---';
9374
9380
  _this.codigoBeneficiario = '';
9375
9381
  _this.tipoBeneficiario = '';
9376
- _this.porcentajePagoBeneficiario = 0;
9377
- _this.montoPagoBeneficiario = 0;
9378
- _this.cuentaBancoBeneficiario = '';
9379
- _this.formaPagoBeneficiario = '';
9380
- _this.numeroExpedienteBeneficiario = '';
9381
- _this.nombreCheque = '';
9382
- _this.cedulaAutorizado = '';
9383
9382
  _this.nombreFamiliar = '';
9384
9383
  _this.apellidoFamiliar = '';
9385
9384
  _this.cedulaFamiliar = '';
9386
9385
  _this.direccionFamiliar = '';
9387
- _this.telefonoFamiliar = '';
9388
9386
  _this.nexoFamiliar = '';
9389
- _this.nombreBanco = '';
9390
- _this.denominacionTipoCuenta = '';
9387
+ //Datos Resolucion
9391
9388
  _this.medidaActiva = false;
9392
9389
  _this.tribunal = '';
9393
9390
  _this.fechaResolucion = '1900-01-01';
9394
9391
  _this.numeroResolucion = '';
9392
+ _this.porcentajePagoBeneficiario = 0;
9393
+ _this.montoPagoBeneficiario = 0;
9394
+ _this.idProveedor = 0;
9395
+ _this.idCuentaBancoProveedor = 0;
9396
+ _this.numeroExpedienteBeneficiario = '';
9397
+ //Autorizado
9398
+ _this.nombreCheque = '';
9399
+ _this.cedulaAutorizado = '';
9400
+ _this.rifProveedor = '';
9401
+ _this.idBanco = 0;
9402
+ _this.idTipoCuenta = 0;
9403
+ _this.cuentaBancoBeneficiario = '';
9404
+ _this.formaPagoBeneficiario = '';
9405
+ _this.nombreBanco = '';
9406
+ _this.denominacionTipoCuenta = '';
9407
+ _this.cuentaPagoProveedores = '';
9395
9408
  _this.direccionProveedor = '';
9396
9409
  _this.telelefonoProveedor = '';
9397
- _this.codigoPais = '---';
9398
- _this.codigoEstado = '---';
9399
- _this.codigoMunicipio = '---';
9400
- _this.codigoParroquia = '---';
9401
- _this.descripcionPais = '---';
9402
- _this.descripcionEstado = '---';
9403
- _this.descripcionMunicipio = '---';
9404
- _this.descripcionParroquia = '---';
9405
- _this.cuentaPagoProveedores = '';
9406
- _this.rifProveedor = '';
9407
- _this.idCuentaBancoProveedor = 0;
9408
9410
  if (e) {
9409
9411
  _this.idEnterprise = +e.id_enterprise;
9410
9412
  _this.idEmpresa = +e.id_empresa;
@@ -9415,7 +9417,6 @@
9415
9417
  _this.idTipoCuenta = parseInt(e.id_tipocta);
9416
9418
  _this.codigoBeneficiario = e.codben;
9417
9419
  _this.tipoBeneficiario = e.tipben;
9418
- _this.cuentaBancoBeneficiario = e.ctabanben;
9419
9420
  _this.formaPagoBeneficiario = e.forpagben;
9420
9421
  _this.numeroExpedienteBeneficiario = e.numexpben;
9421
9422
  _this.porcentajePagoBeneficiario = parseFloat(e.porpagben);
@@ -9448,6 +9449,7 @@
9448
9449
  _this.cuentaPagoProveedores = e.sc_cuentarecdoc;
9449
9450
  _this.rifProveedor = e.rifpro;
9450
9451
  _this.idCuentaBancoProveedor = +e.id_ctabcoprov;
9452
+ _this.cuentaBancoBeneficiario = e.ctabanben;
9451
9453
  }
9452
9454
  else {
9453
9455
  _this.isNew = true;
@@ -9589,6 +9591,8 @@
9589
9591
  id_personalcargo: this.idPersonalCargo.toString(),
9590
9592
  id_clasificacion_docente: this.idClasificadorDocente.toString(),
9591
9593
  id_claper: this.idClasificadorPersonal.toString(),
9594
+ id_dedicacion: this.idDedicacion.toString(),
9595
+ id_tipopersonal: this.idTipoPersonalSno.toString(),
9592
9596
  detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
9593
9597
  detalles_nomina: this.detallesNomina.map(function (e) { return e.dataInterface(); }),
9594
9598
  };
@@ -13311,7 +13315,7 @@
13311
13315
  _this.tipoJubilacion = 0;
13312
13316
  _this.fechaResolucion = '1900-01-01';
13313
13317
  _this.numeroResolucion = '';
13314
- _this.porcentajeDiscapacidad = '';
13318
+ _this.porcentajeDiscapacidad = 0;
13315
13319
  if (e) {
13316
13320
  _this.idEnterprise = +e.id_enterprise;
13317
13321
  _this.idEmpresa = +e.id_empresa;
@@ -13326,7 +13330,7 @@
13326
13330
  _this.tipoJubilacion = parseInt(e.tipjub);
13327
13331
  _this.fechaResolucion = e.fecres;
13328
13332
  _this.numeroResolucion = e.numres;
13329
- _this.porcentajeDiscapacidad = e.pordis;
13333
+ _this.porcentajeDiscapacidad = +e.pordis;
13330
13334
  }
13331
13335
  else {
13332
13336
  _this.isNew = true;
@@ -13348,7 +13352,7 @@
13348
13352
  tipjub: this.tipoJubilacion.toString(),
13349
13353
  fecres: this.fechaResolucion,
13350
13354
  numres: this.numeroResolucion,
13351
- pordis: this.porcentajeDiscapacidad,
13355
+ pordis: this.porcentajeDiscapacidad.toString(),
13352
13356
  };
13353
13357
  };
13354
13358
  return MPersonalJubilado;