ÏîÄ¿´úÂë/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) { @@ -94,7 +98,10 @@ MaterielCode = detailDto.MaterialCode, LineNo = detailDto.LineNo, OrderQuantity = detailDto.Qty, Unit = detailDto.Unit Unit = detailDto.Unit, BarcodeUnit =detailDto.Unit, BarcodeQty=detailDto.Qty, }; allocateOrder.Details.Add(orderDetail); }