代码管理/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/InboundOrderService.cs
@@ -829,6 +829,10 @@ stockInfoDetails.Add(stockInfoDetail); notGroupDetail.ReceiptQuantity += model.Quantity; if (notGroupDetail.ReceiptQuantity>notGroupDetail.OrderQuantity) { return WebResponseContent.Instance.Error($"缁勭洏鏁伴噺婧㈠嚭{notGroupDetail.ReceiptQuantity - notGroupDetail.OrderQuantity}"); } if (notGroupDetail.OrderDetailStatus == OrderDetailStatusEnum.New.ObjToInt()) { notGroupDetail.OrderDetailStatus = OrderDetailStatusEnum.GroupAndInbound.ObjToInt();