项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs
@@ -357,8 +357,8 @@ MaterielName = "", BatchNo = item.Detail.BatchNo, OrderQuantity = item.Detail.OrderQuantity, BarcodeQty = (decimal)item.Detail.BarcodeQty, BarcodeUnit = item.Detail.BarcodeUnit, BarcodeQty = item.Detail.BarcodeQty??0, BarcodeUnit = item.Detail.BarcodeUnit??"", LockQuantity = 0, lineNo = item.Detail.LineNo, OverOutQuantity = 0, 项目代码/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); }