分拣、工位bom、现场问题处理
This commit is contained in:
@@ -363,10 +363,6 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
InStockStrategyQuery inStockStrategyInput = new() { warehouse_id = "1", Size = 1, AvoidBusyPassage = true, Region_id = WmsWareHouseConst.REGION_YCLCache_ID };
|
||||
List<BasLocation> endLocations = await _wareHouseService.InStockStrategy(inStockStrategyInput);
|
||||
if (endLocations.Count == 0)
|
||||
{
|
||||
throw new AppFriendlyException("没有可以回库的库位", 500);
|
||||
}
|
||||
|
||||
if (endLocations.Count() == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user