| | |
| | | { |
| | | return Service.ReceiveWMSTask(taskDTOs); |
| | | } |
| | | [HttpPost, Route("ModifyBarcode"), AllowAnonymous] |
| | | public WebResponseContent ModifyBarcode([FromBody] WMSTaskDTO taskDTO) |
| | | { |
| | | return Service.ModifyBarcode(taskDTO); |
| | | } |
| | | |
| | | |
| | | [HttpPost, Route("ManualTask"), AllowAnonymous] |
| | | public WebResponseContent ManualTask([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.ManualTask(saveModel); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("UpdateTaskExceptionMessage")] |
| | | public WebResponseContent UpdateTaskExceptionMessage(int taskNum, string message) |