外协入库与四楼自动移库逻辑修改、现场问题处理
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Tnb.WarehouseMgr
|
||||
}*/
|
||||
|
||||
/// <summary>
|
||||
/// 1楼到3楼 外协入库
|
||||
/// 1楼到4楼 外协入库
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
@@ -198,7 +198,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
await _db.Ado.BeginTranAsync();
|
||||
//入库取终点 //出库起点
|
||||
InStockStrategyQuery inStockStrategyInput = new() { warehouse_id = WmsWareHouseConst.WAREHOUSE_CP_ID,Region_id = WmsWareHouseConst.REGION_CPOutstock_ID, Size = 1 };
|
||||
InStockStrategyQuery inStockStrategyInput = new() { warehouse_id = WmsWareHouseConst.WAREHOUSE_JXK_ID, Size = 1 };
|
||||
List<BasLocation> endLocations = await _wareHouseService.InStockStrategy(inStockStrategyInput);
|
||||
if (endLocations.Count == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user