From b489f865bab00bedfce5e8f772095600b8034ac0 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 23 九月 2025 03:03:20 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 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 d37cbe2..b844fc7 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"
@@ -28,6 +28,7 @@
 using WIDESEA_Core.BaseServices;
 using WIDESEA_Core.Enums;
 using WIDESEA_DTO;
+using WIDESEA_DTO.Basic;
 using WIDESEA_DTO.ERP;
 using WIDESEA_DTO.MES;
 using WIDESEA_DTO.Stock;
@@ -199,6 +200,12 @@
         /// <param name="locationCode"></param>
         /// <returns></returns>
         WebResponseContent IsRelocation(int taskNum, string locationCode);
+        /// <summary>
+        /// 鎵嬪姩绉诲簱
+        /// </summary>
+        /// <param name="relocationDTO"></param>
+        /// <returns></returns>
+        WebResponseContent ManualRelocation(RelocationDTO relocationDTO);
 
         /// <summary>
         /// 
@@ -391,5 +398,12 @@
         /// </summary>
         WebResponseContent OutProductSelect(int orderDetailId, List<ProStockViewDTO> proStockViews);
         WebResponseContent GetZHMesMaterialLot(string materialLot);
+        /// <summary>
+        /// 浠诲姟鍙栨秷
+        /// </summary>
+        /// <param name="taskNum"></param>
+        /// <param name="warehouseId"></param>
+        /// <returns></returns>
+        public Task<WebResponseContent> TaskHandCancel(int taskNum);
     }
 }

--
Gitblit v1.9.3