| | |
| | | { |
| | | ITaskRepository Repository { get; } |
| | | |
| | | WebResponseContent PushTasksToWCS(); |
| | | WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = ""); |
| | | |
| | | WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = ""); |
| | | |
| | | /// <summary> |
| | | /// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅) |
| | |
| | | /// <returns></returns> |
| | | //WebResponseContent RequestInboundTask(string palletCode, string stationCode); |
| | | WebResponseContent RequestInboundTask(SaveModel saveModel); |
| | | /// <summary> |
| | | /// 绌虹鍏ュ簱 |
| | | /// </summary> |
| | | /// <param name="barcode"></param> |
| | | /// <param name="address"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent InEmpty(string barcode, string address, int WarehouseId); |
| | | |
| | | /// <summary> |
| | | /// WCS鐢宠鍏ュ簱 |
| | | /// </summary> |
| | | /// <param name="stationCode"></param> |
| | | /// <param name="roadwayNo"></param> |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent DeviceRequestInboundTask(string stationCode, string roadwayNo, string palletCode); |
| | | |
| | | /// <summary> |
| | | /// 鍏ュ簱浠诲姟鐢宠鍒嗛厤璐т綅 |
| | |
| | | /// <param name="palletType">鎵樼洏绫诲瀷</param> |
| | | /// <returns></returns> |
| | | WebResponseContent AssignInboundTaskLocation(int taskNum, string roadwayNo); |
| | | |
| | | WebResponseContent TaskCompleted(int taskNum); |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | /// </summary> |
| | | /// <param name="toolScrap"></param> |
| | | /// <returns></returns> |
| | | MesResponseContent TestScrap(TestToolScrap toolScrap); |
| | | MesResponseContent TestScrap(TestToolScrap toolScraps); |
| | | WebResponseContent IsRelocation(int taskNum, string locationCode); |
| | | WebResponseContent TestSynStock(TestToolSynInfo toolSynInfo); |
| | | /// <summary> |
| | | /// 閫夋嫨搴撳瓨鐢熸垚鍑哄簱浠诲姟 |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent Outbound(int id); |
| | | WebResponseContent OutEmpty(int qty, string address, int WarehouseId); |
| | | } |
| | | } |