sigesp 0.9.42-23230327 → 0.9.43-23230413

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.
@@ -3390,6 +3390,12 @@
3390
3390
  _this.descripcionMunicipio = '';
3391
3391
  _this.descripcionParroquia = '';
3392
3392
  _this.descripcionComunidad = '';
3393
+ _this.cuentaDiferencialCambiario = '';
3394
+ _this.idEP1 = 0;
3395
+ _this.idEP2 = 0;
3396
+ _this.idEP3 = 0;
3397
+ _this.idEP4 = 0;
3398
+ _this.idEP5 = 0;
3393
3399
  if (emp) {
3394
3400
  _this.idEmpresa = parseInt(emp.id_empresa);
3395
3401
  _this.rif = emp.rifemp;
@@ -3423,6 +3429,13 @@
3423
3429
  _this.descripcionMunicipio = emp.desmun;
3424
3430
  _this.descripcionParroquia = emp.despar;
3425
3431
  _this.descripcionComunidad = emp.descom;
3432
+ _this.cuentaDiferencialCambiario;
3433
+ _this.cuentaDiferencialCambiario = emp.cuenta_diferencial;
3434
+ _this.idEP1 = +emp.id_ep1;
3435
+ _this.idEP2 = +emp.id_ep2;
3436
+ _this.idEP3 = +emp.id_ep3;
3437
+ _this.idEP4 = +emp.id_ep4;
3438
+ _this.idEP5 = +emp.id_ep5;
3426
3439
  }
3427
3440
  return _this;
3428
3441
  }
@@ -3460,6 +3473,12 @@
3460
3473
  perfiscal: this.periodoFiscal,
3461
3474
  nroivss: this.numeroSeguroSocial,
3462
3475
  presupuesto: this.estatusPresupuesto ? '1' : '0',
3476
+ cuenta_diferencial: this.cuentaDiferencialCambiario,
3477
+ id_ep1: this.idEP1.toString(),
3478
+ id_ep2: this.idEP2.toString(),
3479
+ id_ep3: this.idEP3.toString(),
3480
+ id_ep4: this.idEP4.toString(),
3481
+ id_ep5: this.idEP5.toString(),
3463
3482
  };
3464
3483
  };
3465
3484
  return MEmpresa;
@@ -4960,15 +4979,15 @@
4960
4979
  { value: 10, descripcion: 'Nivel 10' },
4961
4980
  ];
4962
4981
  var Meses = [
4963
- { value: '1', denominacion: 'Enero' },
4964
- { value: '2', denominacion: 'Febrero' },
4965
- { value: '3', denominacion: 'Marzo' },
4966
- { value: '4', denominacion: 'Abril' },
4967
- { value: '5', denominacion: 'Mayo' },
4968
- { value: '6', denominacion: 'Junio' },
4969
- { value: '7', denominacion: 'Julio' },
4970
- { value: '8', denominacion: 'Agosto' },
4971
- { value: '9', denominacion: 'Septiembre' },
4982
+ { value: '01', denominacion: 'Enero' },
4983
+ { value: '02', denominacion: 'Febrero' },
4984
+ { value: '03', denominacion: 'Marzo' },
4985
+ { value: '04', denominacion: 'Abril' },
4986
+ { value: '05', denominacion: 'Mayo' },
4987
+ { value: '06', denominacion: 'Junio' },
4988
+ { value: '07', denominacion: 'Julio' },
4989
+ { value: '08', denominacion: 'Agosto' },
4990
+ { value: '09', denominacion: 'Septiembre' },
4972
4991
  { value: '10', denominacion: 'Octubre' },
4973
4992
  { value: '11', denominacion: 'Noviembre' },
4974
4993
  { value: '12', denominacion: 'Diciembre' },