sigesp 1.1.67-20250906 → 1.1.68-20250910
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.
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -13999,6 +13999,7 @@ class MMetodoBanco extends MBasicModel {
|
|
|
13999
13999
|
this.numeroConvenio = '';
|
|
14000
14000
|
this.activo = 0;
|
|
14001
14001
|
this.usarRifLinea = 0;
|
|
14002
|
+
this.denominacionTipoMetodo = '';
|
|
14002
14003
|
if (e) {
|
|
14003
14004
|
this.idEnterprise = +e.id_enterprise;
|
|
14004
14005
|
this.idEmpresa = +e.id_empresa;
|
|
@@ -14015,6 +14016,7 @@ class MMetodoBanco extends MBasicModel {
|
|
|
14015
14016
|
this.numeroReferencia = parseInt(e.nroref);
|
|
14016
14017
|
this.activo = parseInt(e.activo);
|
|
14017
14018
|
this.numeroConvenio = e.numconnom;
|
|
14019
|
+
e.tipmet == '0' ? this.denominacionTipoMetodo = 'Nómina (Déposito al Banco)' : this.denominacionTipoMetodo = 'Pago a Proveedores';
|
|
14018
14020
|
}
|
|
14019
14021
|
else {
|
|
14020
14022
|
this.isNew = true;
|