| | |
| | | OutBoxbarcodes = barcode.outBoxbarcodes, |
| | | BarcodeUnit = barcode.unit, |
| | | BarcodeQty = barcode.qty, |
| | | OrderQuantity = barcode.qty |
| | | OrderQuantity = barcode.qty, |
| | | Remark = detailitem.remark??"", |
| | | |
| | | }; |
| | | |
| | | dt_InboundOrder.Details.Add(inboundOrderDetail); |
| | |
| | | OrderQuantity = detailitem.qty, |
| | | BarcodeUnit = detailitem.unit, |
| | | BarcodeQty = detailitem.qty, |
| | | MaterielName = materialName |
| | | MaterielName = materialName, |
| | | Remark = detailitem.remark??"" |
| | | }; |
| | | dt_InboundOrder.Details.Add(inboundOrderDetail); |
| | | } |
| | |
| | | |
| | | |
| | | [HttpPost, Route("HandCloseOrder"), AllowAnonymous, MethodParamsValidate] |
| | | public WebResponseContent HandCloseOrder(List<int> orderIds) |
| | | public WebResponseContent HandCloseOrder(List<string> orderIds) |
| | | { |
| | | return Service.HandCloseOrder(orderIds); |
| | | } |