项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Allocate/AllocateOrderController.cs
@@ -69,7 +69,9 @@ Barcode = barcodeDto.Barcode, BatchNo = barcodeDto.BatchNo, BarcodeQty = barcodeDto.Qty, BarcodeUnit = barcodeDto.Unit BarcodeUnit = barcodeDto.Unit, ValidDate=barcodeDto.validDate, }; allocateOrder.Details.Add(orderDetail); }