| | |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> OutBoundTaskAsync(string palletCode); |
| | | |
| | | Task<WebResponseContent> OtherOutBoundTaskAsync(List<DtStockInfoDetail> details); |
| | | |
| | | (List<DtLocationStatusChangeRecord>, List<DtLocationInfo>) GetlcoationState(List<Dt_Task> tasks, int StatusChangeTypeEnum); |
| | | |
| | | (List<DtLocationStatusChangeRecord>, List<DtLocationInfo>) GetlcoationState(Dt_Task task, int StatusChangeTypeEnum); |
| | |
| | | Task<WebResponseContent> AGVIsNeedRelocationAsync(RequestTaskDto taskDto); |
| | | |
| | | |
| | | Task<WebResponseContent> ERPAllocate(DtStockInfo stockInfo); |
| | | |
| | | Task<WebResponseContent> SendWCSTask(List<WMSTaskDTO> taskDTO); |
| | | |