ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Allocate/AllocateOrderController.cs
@@ -57,6 +57,10 @@ { allocateOrder.OrderType = 115; } else if (businessType == BusinessTypeEnum.æºä»è°æºä») { allocateOrder.OrderType = 117; } foreach (var detailDto in model.Details) { @@ -81,7 +85,7 @@ BarcodeQty = barcodeDto.Qty, BarcodeUnit = barcodeDto.Unit, ValidDate = barcodeDto.validDate, BoxSN = barcodeDto.BoxSN }; allocateOrder.Details.Add(orderDetail); }