From 2fed7f8d1dffa30a32153e4e1c23a571b3e102b3 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 28 十二月 2024 13:59:43 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 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 7d2eb1b..3963410 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"
@@ -39,7 +39,9 @@
     {
         ITaskRepository Repository { get; }
 
-        WebResponseContent PushTasksToWCS();
+        WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = "");
+
+        WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = "");
 
         /// <summary>
         /// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅)
@@ -58,6 +60,8 @@
         /// <param name="palletType">鎵樼洏绫诲瀷</param>
         /// <returns></returns>
         WebResponseContent AssignInboundTaskLocation(int taskNum, string roadwayNo);
+
+        WebResponseContent TaskCompleted(int taskNum);
 
         /// <summary>
         /// 
@@ -93,5 +97,21 @@
         /// <param name="taskNum">浠诲姟鍙�</param>
         /// <returns></returns>
         WebResponseContent OutboundTaskCompleted(int taskNum);
+
+        /// <summary>
+        /// 鍒ゆ柇鏄惁闇�瑕佺Щ搴�
+        /// </summary>
+        /// <param name="taskNum">浠诲姟鍙�</param>
+        /// <param name="locationCode">鍏ュ簱鎴栧嚭搴撶殑璐т綅鍙�</param>
+        /// <returns></returns>
+        MesResponseContent TestToolBack(TestToolBackModel backModel);
+        /// <summary>
+        /// 娴嬭瘯鏋舵姤搴�
+        /// </summary>
+        /// <param name="toolScrap"></param>
+        /// <returns></returns>
+        MesResponseContent TestScrap(TestToolScrap toolScrap);
+        WebResponseContent IsRelocation(int taskNum, string locationCode);
+        WebResponseContent TestSynStock(TestToolSynInfo toolSynInfo);
     }
 }

--
Gitblit v1.9.3