文件名从 Tiger.Business/WMS/Transaction/OutSplit.cs 修改 |
| | |
| | | return action; |
| | | } |
| | | //瑙f瀽鏉$爜 |
| | | Result<Inventory> result = Biz.WmsItem.Get(input.SN, input.AuthOption, true); |
| | | Result<Inventory> result = WMS_ITEM_Biz.WmsItem.Get(input.SN, input.AuthOption, true); |
| | | if (!result.IsSuccessed) |
| | | { |
| | | action.IsSuccessed = false; |
| | |
| | | var sctrwo = query != null ? (query.TARGET_WORKORDER.IsNullOrEmpty() ? sourcecode : query.TARGET_WORKORDER) : sourcecode; |
| | | toMes = new ProductionPickToMes() |
| | | { |
| | | qrcode = Biz.WmsItem.GetQRCode(nSplitBarcode1.SN), |
| | | qrcode = WMS_ITEM_Biz.WmsItem.GetQRCode(nSplitBarcode1.SN), |
| | | wo = sctrwo, // nCurrentLines.First().SourceCode, |
| | | pkgid = nSplitBarcode1.SN, |
| | | mfrkp = CurInv.Barcode.OEMItemCode, |