文件名从 Tiger.Business/WMS/Transaction/LocationTransfer.cs 修改 |
| | |
| | | return action; |
| | | } |
| | | |
| | | 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, target?.LOCATION_CODE, true); |
| | | Result<PutOnInfo> onResult = WMS_ITEM_Biz.WmsItem.PutOn(inv, input.AuthOption, target?.LOCATION_CODE, true); |
| | | if (!onResult.IsSuccessed) |
| | | { |
| | | action.IsSuccessed = false; |