ÎļþÃû´Ó Tiger.Business/WMS/Transaction/InMatStorage.cs ÐÞ¸Ä |
| | |
| | | return action; |
| | | } |
| | | var nLocation = new WMS_LOCATION(); |
| | | 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; |
| | |
| | | } |
| | | |
| | | //æ§è¡å
¥åº |
| | | Result<PutOnInfo> onResult = Biz.WmsItem.PutOn(inv, input.AuthOption, nLocation.LOCATION_CODE); |
| | | Result<PutOnInfo> onResult = WMS_ITEM_Biz.WmsItem.PutOn(inv, input.AuthOption, nLocation.LOCATION_CODE); |
| | | if (!onResult.IsSuccessed) { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = onResult.LocaleMsg; |
| | |
| | | pmdt018 = billHeader.REMARK |
| | | }); |
| | | } |
| | | var ret = Biz.ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4> |
| | | var ret = ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4> |
| | | { |
| | | parameter = new InParameter<Detail4> |
| | | { |
| | |
| | | itemDesc = inv.ItemInfo.SPEC, |
| | | qty = inv.CurPkg.QTY, |
| | | dateCode = inv.Barcode.ProdDate.ToString()??DateTime.MinValue.ToString(), |
| | | Tips = Biz.iWMS.GetERP_RECEIPTTips(barcodeScanneds[0]?.BILLCODE, barcodeScanneds[0]?.ITEM_CODE),//isCompleted ? "æ°éï¼0 (0ç)" : |
| | | Tips = iWMS.GetERP_RECEIPTTips(barcodeScanneds[0]?.BILLCODE, barcodeScanneds[0]?.ITEM_CODE),//isCompleted ? "æ°éï¼0 (0ç)" : |
| | | IsScanShelf = false |
| | | }; |
| | | } |