From da4257bc32483409af02a06dd342c6981ec786ec Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期一, 17 十一月 2025 17:14:14 +0800
Subject: [PATCH] 更新大屏幕页面和任务信息页面

---
 项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
index e2e26f0..00a5e34 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -77,13 +77,13 @@
         /// </summary>
         /// <param name="palletCode"></param>
         /// <returns></returns>
-        WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0);
+        WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0,string stationCode = "");
         /// <summary>
         /// 鍘熸枡閲囪喘缁戝畾RFID
         /// </summary>
         /// <param name="palletCode">绾稿嵎鏉$爜</param>
         /// <returns></returns>
-        WebResponseContent PurchaseBoxing(string palletCode);
+        WebResponseContent PurchaseBoxing(string palletCode, int orderType = 0);
 
         /// <summary>
         /// 鍒嗛厤鍘熸枡宸烽亾
@@ -136,9 +136,9 @@
         /// <param name="task"></param>
         /// <returns></returns>
         WebResponseContent UpdateTaskInfo(WCSTaskDTO task);
-       
+
         /// <summary>
-        /// 鎴愬搧绌烘鍥炲簱
+        /// 鎴愬搧绌烘墭鍥炲簱
         /// </summary>
         /// <param name="barCode"></param>
         /// <param name="startPoint"></param>
@@ -150,6 +150,12 @@
         /// </summary>
         /// <returns></returns>
         WebResponseContent InboundFLOrCPTask(string barCode, string startPoint, string matCode, int matCount,int oneCount);
+
+        /// <summary>
+        /// 杈呮枡(鎴愬搧)閲囪喘/鏈熷垵鍏ュ簱
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent InboundOrderInTask(string bindCode, string barCode, string startPoint, int orderType = 0);
 
         /// <summary>
         /// 鎴愬搧鍑哄簱
@@ -210,12 +216,6 @@
         /// <returns></returns>
         WebResponseContent PrintInbound(SaveModel saveModel);
         /// <summary>
-        /// 鍒涘缓鍘熺焊鐢熶骇鎺掔▼鍑哄簱浠诲姟
-        /// </summary>
-        /// <param name="keys"></param>
-        /// <returns></returns>
-        WebResponseContent CreateBSTOutboundTasks(int[] keys);
-        /// <summary>
         /// 鍒涘缓鍘熺焊鐢熺鍑哄簱浠诲姟
         /// </summary>
         /// <param name="keys"></param>
@@ -241,6 +241,17 @@
         /// </summary>
         /// <returns></returns>
         WebResponseContent ReceiveReturnIssue(List<MESReturnIssueDTO> returnIssueDTOs);
+        /// <summary>
+        /// 娣诲姞鐢熺
+        /// </summary>
+        /// <param name="outOrderDTOs"></param>
+        /// <returns></returns>
         WebResponseContent AddOutSGOrder(List<SGOutOrderDTO> outOrderDTOs);
+        /// <summary>
+        /// BST棰嗘枡淇℃伅鍚屾
+        /// </summary>
+        /// <param name="bSTPickInfoDTO"></param>
+        /// <returns></returns>
+        WebResponseContent ReceivePicking(BSTPickInfoDTO bSTPickInfoDTO);
     }
 }

--
Gitblit v1.9.3