From 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 19:54:25 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs |   41 ++++++++++++++---------------------------
 1 files changed, 14 insertions(+), 27 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
index cf91c47..c595243 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
@@ -4,43 +4,21 @@
 using System.Text;
 using System.Threading.Tasks;
 using WIDESEA_Core;
+using WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_ISquareCabinServices
 {
     public interface IDeliveryOrderServices : IService<Dt_DeliveryOrder>
     {
-        /// <summary>
-        /// 鑾峰彇涓婃父鍑哄簱鍗曟暟鎹�
-        /// </summary>
-        /// <param name="searchDate"></param>
-        /// <returns></returns>
-        WebResponseContent GetUpstreamOutOrder();
-        /// <summary>
-        /// 缁欎笅娓竪cs鍑哄簱鍗�
-        /// </summary>
-        /// <returns></returns>
-        WebResponseContent EdiOut();
-
+        IRepository<Dt_DeliveryOrder> Repository { get; }
         /// <summary>
         /// 鐩樼偣鍑哄簱鎺ュ彛
         /// </summary>
         /// <returns></returns>
         public WebResponseContent InventoryGood(string batchNo, string goodsNo);
-
-        ///// <summary>
-        ///// 鍑哄簱鎶ュ畬鎴愭帴鍙�
-        ///// </summary>
-        ///// <param name="out_no">鍑哄簱鍗曞彿</param>
-        ///// <returns></returns>
-        //WebResponseContent CompleteOutOrder(string out_no);
-
-        /// <summary>
-        /// 鍑哄簱鎶ュ畬鎴愭帴鍙�
-        /// </summary>
-        /// <returns></returns>
-        WebResponseContent CompleteAllOutOrders();
         WebResponseContent GetDeliveryOrders(SaveModel saveModel);
         WebResponseContent GetDeliveryOrderDetail(int pageNo, string orderNo, bool isPick);
         /// <summary>
@@ -72,8 +50,12 @@
         /// <param name="saveModel"></param>
         /// <returns></returns>
         WebResponseContent GetCheckOrders(SaveModel saveModel);
-
-
+        /// <summary>
+        /// 瀹屾垚鍑哄簱鍗�
+        /// </summary>
+        /// <param name="key"></param>
+        /// <returns></returns>
+        WebResponseContent FinishOutOrder(int key);
 
         /// <summary>
         /// 瀹屾垚鐩樼偣浠诲姟
@@ -82,5 +64,10 @@
         /// <returns></returns>
         WebResponseContent CheckFinish(SaveModel saveModel);
         WebResponseContent GetCheckOutTasks(SaveModel saveModel);
+        WebResponseContent OutTaskFinish(Dt_SupplyTask supplyTask);
+        WebResponseContent CheckTaskFinish(Dt_SupplyTask supplyTask, string LocationCode = null);
+        WebResponseContent CreateOutboundOrder(OrderDto.UpstramOutOrderInfo upstramOutOrderInfo);
+        WebResponseContent CreateCheckOutOrder(OrderDto.UpstramOutOrderInfo outorder);
+        WebResponseContent CompleteLKOutOrder(Dt_DeliveryOrder deliveryOrder, TowcsDto.EdiOrderCallbackRequest request);
     }
 }

--
Gitblit v1.9.3