齐套出库
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Tnb.WarehouseMgr
|
||||
decimal canOutstockQty = items.Sum(r => r.Item3.codeqty).ParseToDecimal();
|
||||
if (canOutstockQty < input.qty)
|
||||
{
|
||||
throw new AppFriendlyException($@"当前可出库数量只有 {canOutstockQty}", 500);
|
||||
throw new AppFriendlyException($@"当前可出库数量只有 {canOutstockQty.ToString("G")}", 500);
|
||||
}
|
||||
|
||||
List<Tuple<string, WmsCarryH, WmsCarryCode, BasLocation>> items_sorttask = items.Where(r => r.Item1 == "分拣任务").ToList();
|
||||
|
||||
Reference in New Issue
Block a user