From 2fbbc3ccaa4123a2d550fa64d91fa8ac25323a58 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期五, 11 七月 2025 15:32:03 +0800 Subject: [PATCH] 上传最新 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" index d1eb330..d37cbe2 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" @@ -47,7 +47,7 @@ /// <param name="tasks"></param> /// <param name="agvDescription"></param> /// <returns></returns> - WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = ""); + WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = "", string agvtaskNum = ""); /// <summary> /// @@ -55,7 +55,7 @@ /// <param name="taskNum"></param> /// <param name="agvDescription"></param> /// <returns></returns> - WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = ""); + WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = "", string agvtaskNum = ""); /// <summary> /// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅) @@ -65,6 +65,10 @@ /// <returns></returns> //WebResponseContent RequestInboundTask(string palletCode, string stationCode); WebResponseContent RequestInboundTask(SaveModel saveModel); + /// <summary> + /// 鏌ヨ璐ㄦ鏁伴噺 + /// </summary> + WebResponseContent InQualityConfirm(string palletCode); /// <summary> /// 绌虹鍏ュ簱 /// </summary> @@ -87,7 +91,7 @@ /// <param name="roadwayNo"></param> /// <param name="palletCode"></param> /// <returns></returns> - WebResponseContent DeviceRequestInboundTask(string stationCode, string roadwayNo, string palletCode); + WebResponseContent DeviceRequestInboundTask(string stationCode, string roadwayNo, string palletCode,string materielBoxCode = ""); /// <summary> /// 浠呯敵璇蜂换鍔★紝璁¦CS鏍规嵁璺敱纭畾涓嬩竴鍦板潃 @@ -125,6 +129,8 @@ /// <returns></returns> WebResponseContent AssignInboundTaskLocationByHeight(int taskNum, string roadwayNo, int heightType); + WebResponseContent RequestZHInboundTask(string agvTaskCode, string palletCode, string palletType, string materialLot); + /// <summary> /// /// </summary> @@ -145,6 +151,10 @@ /// <returns></returns> MesResponseContent TestToolOut(TestToolOutModel model); + //闃茬剨鍒扮嚎杈� + MesResponseContent SolderMaskOut(SolderMaskOut model); + //闃茬剨娲惧伐 + MesResponseContent SolderMaskOutNotice(SolderMaskOutNotice model); /// <summary> /// 鐢熸垚鍑哄簱浠诲姟 /// </summary> @@ -203,6 +213,7 @@ /// <param name="id"></param> /// <returns></returns> WebResponseContent Outbound(int id); + WebResponseContent TakeOutbound(List<StockViewDTO> stockViews); /// <summary> /// 鐗╂枡鍑哄簱锛學MS鍚屾鍑哄簱鐗╂枡鎵规鑷矼ES @@ -332,6 +343,11 @@ /// <returns></returns> WebResponseContent ShipmentOrderSync(MesShipmentOrderSync model); /// <summary> + /// WMS鍚屾鎴愬搧鍑哄簱鑷矼ES澶栧寘瑁呮満 + /// </summary> + /// <returns></returns> + WebResponseContent ShipmentOrderMESSync(MesShipmentOrderSync model); + /// <summary> /// 鐢熸垚MESPP澶у嵎鍑哄簱浠诲姟 /// </summary> /// <param name="keys"></param> @@ -355,6 +371,7 @@ /// <param name="StationCode">绔欏彴鍦板潃</param> /// <returns></returns> Task<WebResponseContent> OutProductTask(int[] keys, string StationCode, int Grade); + Task<WebResponseContent> OutProScrapTask(int[] keys, string StationCode, int Grade); /// <summary> /// 鎴愬搧浣欐枡閫�搴撳叆浠� /// </summary> @@ -373,5 +390,6 @@ /// 浜哄伐閫夋嫨搴撳瓨 /// </summary> WebResponseContent OutProductSelect(int orderDetailId, List<ProStockViewDTO> proStockViews); + WebResponseContent GetZHMesMaterialLot(string materialLot); } } -- Gitblit v1.9.3