文件名从 Tiger.Business.WMS/Transaction/LocationTransfer.cs 修改 |
| | |
| | | return action; |
| | | } |
| | | |
| | | Result<Inventory> result = WMS_ITEM_Biz.WmsItem.Get(input.SN, input.AuthOption, true); |
| | | Result<IInventory> result = WMS_ITEM_Biz.WmsItem.Get(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; |
| | | |
| | | //楠岃瘉鏉$爜鏄惁姝g‘ |
| | | if (!inv.isNormalStatus || !new[] { WMS_ITEM.STATUSs.InStore }.Contains(inv.Status)) |