| | |
| | | { |
| | | } |
| | | |
| | | [HttpPost, Route("GenerateInboundTask")] |
| | | [HttpPost, Route("GenerateInboundTask"), AllowAnonymous] |
| | | public WebResponseContent GenerateInboundTask(string stationCode, int inboundType, string palletCode) |
| | | { |
| | | return Service.GenerateInboundTask(stationCode, inboundType, palletCode); |
| | |
| | | { |
| | | return Service.GenerateOutboundTask(keys); |
| | | } |
| | | [HttpPost, Route("PalletOutboundTask")] |
| | | public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation) |
| | | { |
| | | return Service.PalletOutboundTask(roadwayNo, endStation); |
| | | } |
| | | //[HttpPost, Route("PalletOutboundTask")] |
| | | //public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation) |
| | | //{ |
| | | // return Service.PalletOutboundTask(roadwayNo, endStation); |
| | | //} |
| | | [HttpPost, Route("GetTaskInfo")] |
| | | public WebResponseContent GetTaskInfo() |
| | | { |