sigesp 0.9.40-20230321 → 0.9.42-23230327
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/bundles/sigesp.umd.js +4 -7
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Configuracion.js +1 -1
- package/esm2015/lib/core/models/CFG/TasaCambio.model.js +1 -4
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +5 -5
- package/fesm2015/sigesp.js +4 -7
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Configuracion.d.ts +0 -1
- package/lib/core/models/CFG/TasaCambio.model.d.ts +0 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -6022,9 +6022,7 @@
|
|
|
6022
6022
|
_this.fechaHasta = '1900-01-01';
|
|
6023
6023
|
_this.montoTasa = 0;
|
|
6024
6024
|
_this.denominacionMoneda = '';
|
|
6025
|
-
_this.idTasaCambio = 0;
|
|
6026
6025
|
if (e) {
|
|
6027
|
-
_this.idTasaCambio = +e.id_tascam;
|
|
6028
6026
|
_this.codigoMoneda = +e.codmon;
|
|
6029
6027
|
_this.fechaDesde = e.fectasdes;
|
|
6030
6028
|
_this.horaCambioTasa = e.horcamtas;
|
|
@@ -6039,7 +6037,6 @@
|
|
|
6039
6037
|
}
|
|
6040
6038
|
MExchangeRate.prototype.dataInterface = function () {
|
|
6041
6039
|
return {
|
|
6042
|
-
id_tascam: this.idTasaCambio.toString(),
|
|
6043
6040
|
codmon: this.codigoMoneda.toString(),
|
|
6044
6041
|
fectasdes: this.fechaDesde,
|
|
6045
6042
|
horcamtas: this.horaCambioTasa,
|
|
@@ -9622,14 +9619,14 @@
|
|
|
9622
9619
|
_this.nombreSigno = _this.denominacionSigno(_this.signoConcepto);
|
|
9623
9620
|
_this.evaluarEnPrenomina = +e.evaprenom;
|
|
9624
9621
|
_this.antiguedadComplementaria = +e.antigcomp;
|
|
9622
|
+
_this.idUnidadAdministrativa = +e.id_uniadm;
|
|
9623
|
+
_this.codigoUnidadAdministrativa = e.coduniadm;
|
|
9624
|
+
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9625
|
+
_this.estructuraProgramatica = e.estructura;
|
|
9625
9626
|
}
|
|
9626
9627
|
else {
|
|
9627
9628
|
_this.isNew = true;
|
|
9628
9629
|
}
|
|
9629
|
-
_this.idUnidadAdministrativa = +e.id_uniadm;
|
|
9630
|
-
_this.codigoUnidadAdministrativa = e.coduniadm;
|
|
9631
|
-
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9632
|
-
_this.estructuraProgramatica = e.estructura;
|
|
9633
9630
|
return _this;
|
|
9634
9631
|
}
|
|
9635
9632
|
MConceptosNomina.prototype.dataInterface = function () {
|