项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Allocate/AllocateOrderController.cs @@ -95,6 +95,7 @@ LineNo = detailDto.LineNo, OrderQuantity = detailDto.Qty, Unit = detailDto.Unit }; allocateOrder.Details.Add(orderDetail); }