sigesp 0.9.51-20230813 → 0.9.53-20230830
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 +5 -4
- 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/Usuario.js +1 -1
- package/esm2015/lib/core/models/SPG/estructuraPresupuestaria.model.js +2 -2
- package/esm2015/lib/core/models/SSS/user.model.js +5 -4
- package/fesm2015/sigesp.js +5 -4
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Usuario.d.ts +1 -0
- package/lib/core/models/SSS/user.model.d.ts +1 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -984,11 +984,12 @@
|
|
|
984
984
|
_this.procede = user.procede;
|
|
985
985
|
_this.codsis = user.codsis;
|
|
986
986
|
_this.foto = user.foto;
|
|
987
|
-
_this.id =
|
|
987
|
+
_this.id = +user.id_usuario;
|
|
988
988
|
_this.interface = user;
|
|
989
|
-
_this.nomina =
|
|
990
|
-
_this.periodo =
|
|
989
|
+
_this.nomina = +user.nomina;
|
|
990
|
+
_this.periodo = +user.periodo;
|
|
991
991
|
_this.carpeta = user.carpeta;
|
|
992
|
+
_this.sistema = user.sistema;
|
|
992
993
|
}
|
|
993
994
|
else {
|
|
994
995
|
_this.isNew = true;
|
|
@@ -1704,7 +1705,7 @@
|
|
|
1704
1705
|
id_ep2: this.idEstructuraTwo,
|
|
1705
1706
|
id_ep3: this.idEstructuraThree,
|
|
1706
1707
|
id_ep4: this.idEstructuraFor,
|
|
1707
|
-
id_ep5: this.
|
|
1708
|
+
id_ep5: this.idEstructuraFive,
|
|
1708
1709
|
codigoftefin: this.codigoFuenteFinancieraParaMostrar,
|
|
1709
1710
|
denfuefin: this.denominacionFueteFinanaciamiento,
|
|
1710
1711
|
};
|