| | |
| | | ValidDate = barcodeDto.validDate, |
| | | BoxSN = barcodeDto.BoxSN |
| | | }; |
| | | if (businessType == BusinessTypeEnum.æºä»è°å¤é¨ä»åº || businessType == BusinessTypeEnum.æºä»è°æºä») |
| | | { |
| | | orderDetail.WarehouseCode = model.fromWarehouse; |
| | | } |
| | | allocateOrder.Details.Add(orderDetail); |
| | | } |
| | | } |
| | |
| | | BarcodeQty=detailDto.Qty, |
| | | MaterielName = materialName |
| | | }; |
| | | if (businessType == BusinessTypeEnum.æºä»è°å¤é¨ä»åº || businessType == BusinessTypeEnum.æºä»è°æºä») |
| | | { |
| | | orderDetail.WarehouseCode = model.fromWarehouse; |
| | | } |
| | | allocateOrder.Details.Add(orderDetail); |
| | | } |
| | | allocateOrder.Details.AddRange(allocateOrder.Details); |