| | |
| | | return Service.OtherOutBoundTaskAsync(details); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, AllowAnonymous, Route("HandAllocateOutBoundTaskAsync")] |
| | | [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 2 })] |
| | | public Task<WebResponseContent> HandAllocateOutBoundTaskAsync([FromBody] List<DtStockInfoDetail> details) |
| | | { |
| | | return Service.HandAllocateOutBoundTaskAsync(details); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æä¿®æ¹ |
| | | /// </summary> |
| | |
| | | { |
| | | return await Service.AGVIsNeedRelocationAsync(taskDto); |
| | | } |
| | | |
| | | [HttpPost, AllowAnonymous, Route("GetTaskData")] |
| | | public async Task<WebResponseContent> GetTaskData() |
| | | { |
| | | return await Service.GetTaskData(); |
| | | } |
| | | } |