From 5b4f00ff3ea04a3246a8f6f86bdefe749fcfd0c4 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 26 三月 2024 08:24:28 +0800
Subject: [PATCH] 合并代码

---
 Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
index aeb95b6..9a2bcc2 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -55,7 +55,35 @@
         /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param>
         /// <param name="userId">鎿嶄綔浜�</param>
         /// <returns></returns>
-        List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId);
+        List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, string supplierLot, int userId);
+
+        /// <summary>
+        /// 琛ユ墦鏍囩
+        /// </summary>
+        /// <param name="boxNo">寮�濮嬬鐮�</param>
+        /// <param name="endBoxNo">缁撴潫绠辩爜</param>
+        /// <param name="boxNo2">寮�濮嬫敮鐮�</param>
+        /// <param name="endBoxNo2">缁撴潫鏀爜</param>
+        /// <param name="type">1绠辩爜 2鏀爜 3绠辩爜鍜屾敮鐮�</param>
+        /// <param name="userId">鎿嶄綔浜篒D</param>
+        /// <returns></returns>
+        List<BoxInfoDto> GetBuDaLabelList(string boxNo, string endBoxNo, string boxNo2, string endBoxNo2, string type,
+            int userId);
+
+        /// <summary>
+        /// 鏍规嵁鍏ュ簱鍗曞彿杩囧幓鍗曟嵁涓嬫墍鏈夋壒娆″彿
+        /// </summary>
+        /// <param name="asnNo">鍏ュ簱鍗曞彿</param>
+        /// <returns>鎵规鍙烽泦鍚�</returns>
+        List<string> GetLotNoListByAsn(string asnNo);
+
+        /// <summary>
+        /// 鍒犻櫎鍗曟嵁涓嬪崟涓垨澶氫釜鎵规鐨勬爣绛�
+        /// </summary>
+        /// <param name="asnNo">鍏ュ簱鍗曞彿</param>
+        /// <param name="lotNo">鎵规鍙�</param>
+        /// <param name="userId">鎿嶄綔浜篒D</param>
+        void DelLabelByAsnNo(string asnNo, string lotNo,int userId);
 
     }
 }

--
Gitblit v1.8.0