ÎļþÃû´Ó Tiger.Business.WMS/Transaction/CustomerSupplyInNew.cs ÐÞ¸Ä |
| | |
| | | } |
| | | var nLocation = new WMS_LOCATION(); |
| | | input.AuthOption.OrgCode.IsNullOrEmpty(input.AuthOption.CurOrg); |
| | | Result<Inventory> result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, true); |
| | | Result<IInventory> result = WMS_ITEM_Biz.WmsItem.GetK(input.SN, input.AuthOption, true); |
| | | if (!result.IsSuccessed) |
| | | { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = result.LocaleMsg; |
| | | return action; |
| | | } |
| | | var inv = result.Data; |
| | | var inv = result.Data as Inventory; |
| | | |
| | | //夿æ¯å¦ä¸ç»´ç |
| | | if (!inv.IsQRCode) |