sigesp 0.9.68-20230914 → 0.9.69-20230914

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.
@@ -9373,6 +9373,7 @@
9373
9373
  _this.descripcionParroquia = '---';
9374
9374
  _this.cuentaPagoProveedores = '';
9375
9375
  _this.rifProveedor = '';
9376
+ _this.idCuentaBancoProveedor = 0;
9376
9377
  if (e) {
9377
9378
  _this.idEnterprise = +e.id_enterprise;
9378
9379
  _this.idEmpresa = +e.id_empresa;
@@ -9415,6 +9416,7 @@
9415
9416
  _this.idDtBeneficiario = +e.id_dt_ben;
9416
9417
  _this.cuentaPagoProveedores = e.sc_cuentarecdoc;
9417
9418
  _this.rifProveedor = e.rifpro;
9419
+ _this.idCuentaBancoProveedor = +e.id_ctabcoprov;
9418
9420
  }
9419
9421
  else {
9420
9422
  _this.isNew = true;
@@ -9453,10 +9455,11 @@
9453
9455
  despar: this.descripcionParroquia,
9454
9456
  nomfam: this.nombreFamiliar,
9455
9457
  cedpro: this.cedulaAutorizado,
9456
- nompro: this.cedulaAutorizado,
9458
+ nompro: this.nombreCheque,
9457
9459
  id_dt_ben: this.idDtBeneficiario.toString(),
9458
9460
  sc_cuentarecdoc: this.cuentaPagoProveedores,
9459
- rifpro: this.rifProveedor
9461
+ rifpro: this.rifProveedor,
9462
+ id_ctabcoprov: this.idCuentaBancoProveedor.toString(),
9460
9463
  };
9461
9464
  };
9462
9465
  return MBeneficiario;