ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
@@ -140,8 +140,8 @@ List<Dt_InboundOrderDetail> orderDetails = new List<Dt_InboundOrderDetail>(); foreach (var item in inboundOrders) { if (item.Details.Where(x => x.ReceiptQuantity != x.OverInQuantity).Any()) throw new Exception("å卿ªå ¥åºå®ææç"); //if (item.Details.Where(x => x.ReceiptQuantity != x.OverInQuantity).Any()) // throw new Exception("å卿ªå ¥åºå®ææç"); orderDetails.AddRange(item.Details); item.Details = null; }