From c5cf76657ef4bda557a445b56466a85db0b2662d Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期五, 14 三月 2025 18:05:52 +0800
Subject: [PATCH] 新增物料出库详情单页面

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs"
index 5939418..26760b3 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs"
@@ -6,6 +6,7 @@
 using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_DTO;
+using WIDESEA_DTO.ERP;
 using WIDESEA_DTO.Inbound;
 using WIDESEA_External.Model;
 using WIDESEA_IInboundRepository;
@@ -21,30 +22,30 @@
         WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, string serNum);
 
         WebResponseContent InPinKu(string inboundOrderId,int warehouseId, List<string> serNums);
+        WebResponseContent WMSInPinKu(int warehouseId, List<string> serNums);
         WebResponseContent MaterielGroup(string palletCode, int Initiallife, int warehouseId, List<string> serNums);
 
         //WebResponseContent FeedbackInboundOrder(int id);
 
         WebResponseContent MaterielGroup(SaveModel saveModel);
         /// <summary>
-        /// 鍏ュ簱瀹屾垚涓婃姤 寮冪敤
-        /// </summary>
-        /// <returns></returns>
-        #region 寮冪敤
-        WebResponseContent FeedbackInboundOrder(Dt_StockInfo stockInfo,Dt_InboundOrder inboundOrder, List<ERPInboundDetailModel> detailModels);
-        #endregion
-        /// <summary>
         /// 鍏ュ簱瀹屾垚涓婃姤
         /// </summary>
         /// <returns></returns>
-        WebResponseContent FeedbackInboundOrder(Dt_InboundOrder inboundOrder,List<Dt_StockInfoDetail> stockInfoDetails);
+        WebResponseContent FeedbackInboundOrder(Dt_InboundOrder inboundOrder);
         /// <summary>
-        /// 
+        /// 閫�鏂欏畬鎴愪笂鎶ヨ嚦ERP
         /// </summary>
-        /// <param name="warehouse"></param>
-        /// <param name="palletCode"></param>
-        /// <param name="materielInfo"></param>
+        public WebResponseContent FeedbackReturnOrder(Dt_InboundOrder inboundOrder,Dt_ReturnOrder returnOrder);
+        /// <summary>
+        /// 鏍规嵁浠撳簱鍜屾墭鐩樺彿鑾峰彇鎵樼洏绫诲瀷
+        /// </summary>
         /// <returns></returns>
         int GetPalletType(Dt_Warehouse warehouse, string palletCode);
+        /// <summary>
+        /// 鍏朵粬鍏ュ簱鍗曟帴鏀�(璋冩嫈鍏ヤ粨,瀹緵鍥炴敹,鐗╂枡閿�鍞��璐�)
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent ReceiveWarehousingOrder(ErpInOrderDTO model);
     }
 }

--
Gitblit v1.9.3