| | |
| | | /// <returns></returns> |
| | | WebResponseContent GetTaskInfo(); |
| | | |
| | | Task<WebResponseContent> GetTaskData(); |
| | | |
| | | /// <summary> |
| | | /// 璇锋眰浠诲姟宸烽亾 |
| | | /// </summary> |
| | |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> OutBoundTaskAsync(string palletCode); |
| | | |
| | | Task<WebResponseContent> OtherOutBoundTaskAsync(List<DtStockInfoDetail> details); |
| | | |
| | | (List<DtLocationStatusChangeRecord>, List<DtLocationInfo>) GetlcoationState(List<Dt_Task> tasks, int StatusChangeTypeEnum); |
| | | |
| | |
| | | Task<WebResponseContent> AGVIsNeedRelocationAsync(RequestTaskDto taskDto); |
| | | |
| | | |
| | | Task<WebResponseContent> ERPAllocate(string palletCode); |
| | | |
| | | Task<WebResponseContent> SendWCSTask(List<WMSTaskDTO> taskDTO); |
| | | |