| | |
| | | { |
| | | return Service.WMSGenerateOutboundTask(keys); |
| | | } |
| | | |
| | | [HttpPost, Route("WMSGenerateNewOutboundTask"), AllowAnonymous] |
| | | public WebResponseContent WMSGenerateNewOutboundTask([FromBody] int[] keys) |
| | | { |
| | | return Service.WMSGenerateNewOutboundTask(keys); |
| | | } |
| | | /// <summary> |
| | | /// WCS申请入库任务 |
| | | /// </summary> |
| | |
| | | { |
| | | return Service.DeviceRequestInboundTaskSimple(stationCode, palletCode, heightType); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 申请巷道 |
| | | /// </summary> |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("ApplyLocation"), AllowAnonymous] |
| | | public WebResponseContent ApplyLocation(string palletCode) |
| | | { |
| | | return Service.ApplyLocation(palletCode); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 判断巷道内移库 |
| | | /// </summary> |