| | |
| | | { |
| | | return Service.WMSGenerateNewOutboundTask(keys); |
| | | } |
| | | |
| | | [HttpPost, Route("WMSGenerateSTOutboundTask"), AllowAnonymous] |
| | | public WebResponseContent WMSGenerateSTOutboundTask([FromBody] int[] keys) |
| | | { |
| | | return Service.WMSGenerateSTOutboundTask(keys); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// WCS申请入库任务 |
| | | /// </summary> |
| | |
| | | public WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType) |
| | | { |
| | | return Service.DeviceRequestInboundTaskSimple(stationCode, palletCode, heightType); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("CPDeviceRequestInboundTaskSimple"), AllowAnonymous] |
| | | public WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress) |
| | | { |
| | | return Service.CPDeviceRequestInboundTaskSimple(stationCode, palletCode, heightType, courceAddress); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | |
| | | [HttpPost, Route("FeedBackInboundERP"), AllowAnonymous] |
| | | public WebResponseContent FeedBackInboundERP(string upperOrderNo,string linId) |
| | | public WebResponseContent FeedBackInboundERP(string upperOrderNo, string linId) |
| | | { |
| | | return Service.FeedBackInboundERP(upperOrderNo , linId); |
| | | return Service.FeedBackInboundERP(upperOrderNo, linId); |
| | | } |
| | | |
| | | /// <summary> |