1
This commit is contained in:
@@ -539,7 +539,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
}
|
}
|
||||||
|
|
||||||
InStockStrategyQuery inStockStrategyInput = new() { warehouse_id = WmsWareHouseConst.WAREHOUSE_CP_ID, Size = items_pretask.Count, Region_id = WmsWareHouseConst.REGION_CPOutstock_ID };
|
InStockStrategyQuery inStockStrategyInput = new() { warehouse_id = WmsWareHouseConst.WAREHOUSE_CP_ID, Size = items_pretask.Count, Region_id = WmsWareHouseConst.REGION_CPOutstock_ID };
|
||||||
List<BasLocation> endLocations = await _wareHouseService.InStockStrategy(inStockStrategyInput);
|
List<BasLocation> endLocations = await _wareHouseService.InStockStrategy(inStockStrategyInput, _db);
|
||||||
|
|
||||||
int instockLocIndex = 0;
|
int instockLocIndex = 0;
|
||||||
foreach (Tuple<string, WmsCarryH, WmsCarryCode, BasLocation> item in items_pretask)
|
foreach (Tuple<string, WmsCarryH, WmsCarryCode, BasLocation> item in items_pretask)
|
||||||
|
|||||||
@@ -489,7 +489,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
code_batch = r.Key.code_batch,
|
code_batch = r.Key.code_batch,
|
||||||
material_specification = item.material_specification,
|
material_specification = item.material_specification,
|
||||||
container_no = item.container_no,
|
container_no = item.container_no,
|
||||||
warehouse_id = WmsWareHouseConst.WAREHOUSE_CP_ID,
|
warehouse_id = WmsWareHouseConst.WAREHOUSE_YCL_ID,
|
||||||
print_qty = qty,
|
print_qty = qty,
|
||||||
scan_qty = qty,
|
scan_qty = qty,
|
||||||
print_id = "",
|
print_id = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user