| | |
| | | return Service.PalletInboundTask(wCSTask); |
| | | } |
| | | |
| | | // WCS浠诲姟鐩殑鍦拌幏鍙栵紝string TargetAddress ,杩斿洖WebResponseContent |
| | | [HttpPost, Route("GetTaskDestination"), AllowAnonymous] |
| | | public WebResponseContent GetTaskDestination(string TargetAddress) |
| | | { |
| | | return Service.GetTaskDestination(TargetAddress); |
| | | } |
| | | [HttpPost, Route("CESTEXT"), AllowAnonymous] |
| | | public WebResponseContent CESTEXT() |
| | | { |
| | |
| | | { |
| | | return Service.MESManualUpload(saveModel); |
| | | } |
| | | |
| | | [HttpPost, Route("WMSTaskRecovery"), AllowAnonymous] |
| | | public WebResponseContent WMSTaskRecovery([FromBody] SaveModel saveModel) |
| | | { |
| | | return Service.WMSTaskRecovery(saveModel); |
| | | } |
| | | } |
| | | } |