ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/Base/OutboundOrderService.cs
@@ -102,8 +102,8 @@ List<Dt_OutboundOrderDetail> orderDetails = new List<Dt_OutboundOrderDetail>(); foreach (var item in _OutboundOrders) { if (item.Details.Where(x => x.LockQuantity != x.OverOutQuantity).Any()) throw new Exception("å卿ªåºåºå®ææç"); //if (item.Details.Where(x => x.LockQuantity != x.OverOutQuantity).Any()) // throw new Exception("å卿ªåºåºå®ææç"); orderDetails.AddRange(item.Details); item.Details = null; }