sigesp 1.1.40-20250123 → 1.1.42-20250124
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/esm2020/lib/core/interfaces/ITipoDepositos.mjs +1 -1
- package/esm2020/lib/core/models/SIV/MTipoDepositos.model.mjs +4 -4
- package/fesm2015/sigesp.mjs +3 -3
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +3 -3
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/ITipoDepositos.d.ts +1 -1
- package/lib/core/models/SIV/MTipoDepositos.model.d.ts +1 -1
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -6347,7 +6347,7 @@ class MTipoDepositos extends MBasicModel {
|
|
|
6347
6347
|
this.idDeposito = 0;
|
|
6348
6348
|
this.idTipoDeposito = 0;
|
|
6349
6349
|
this.idArticulo = 0;
|
|
6350
|
-
this.
|
|
6350
|
+
this.idUbicaciones = 0;
|
|
6351
6351
|
this.idLote = 0;
|
|
6352
6352
|
this.codigoAlmacen = '';
|
|
6353
6353
|
this.nombreAlmacen = '';
|
|
@@ -6375,7 +6375,7 @@ class MTipoDepositos extends MBasicModel {
|
|
|
6375
6375
|
this.idAlmacen = +e.id_almacen;
|
|
6376
6376
|
this.idDeposito = +e.id_deposito;
|
|
6377
6377
|
this.idTipoDeposito = +e.id_tipodeposito;
|
|
6378
|
-
this.
|
|
6378
|
+
this.idUbicaciones = +e.id_ubicaciones;
|
|
6379
6379
|
this.idArticulo = +e.id_articulo;
|
|
6380
6380
|
this.idLote = +e.id_lote;
|
|
6381
6381
|
this.codigoAlmacen = e.codalm;
|
|
@@ -6411,7 +6411,7 @@ class MTipoDepositos extends MBasicModel {
|
|
|
6411
6411
|
id_deposito: this.idDeposito.toString(),
|
|
6412
6412
|
id_tipodeposito: this.idTipoDeposito.toString(),
|
|
6413
6413
|
id_articulo: this.idArticulo.toString(),
|
|
6414
|
-
|
|
6414
|
+
id_ubicaciones: this.idUbicaciones.toString(),
|
|
6415
6415
|
id_lote: this.idLote.toString(),
|
|
6416
6416
|
codlote: this.codigoLote,
|
|
6417
6417
|
serlot: this.seriaLote,
|