From 0acd18b6bebdcfc24a0d7c27edb0f8ef1fc7f9aa Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期一, 04 三月 2024 10:29:34 +0800
Subject: [PATCH] 出库单复核功能修改

---
 Wms/WMS.IBLL/IBllAsnServer/IBllLabelBoxNoServer.cs |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllLabelBoxNoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllLabelBoxNoServer.cs
index be6e45b..4fbfdd5 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IBllLabelBoxNoServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IBllLabelBoxNoServer.cs
@@ -16,5 +16,32 @@
         /// <param name="count">鏁伴噺</param>
         /// <returns>鏍囩绠辩爜淇℃伅</returns>
         List<LabelBoxDto> GetLabelBoxList(LabelBoxVm model, out int count);
+
+        /// <summary>
+        /// 鑾峰彇鏍囩妯℃澘鏍规嵁鍏ュ簱鍗曟槑缁咺D
+        /// </summary>
+        /// <param name="id">鍏ュ簱鍗曟槑缁咺D</param>
+        /// <returns>鏍囩淇℃伅妯℃澘</returns>
+        LabelBoxDto GetLabelBoxModel(int id);
+        
+        /// <summary>
+        /// 鑾峰彇鏍囩淇℃伅(鐢熸垚鏍囩)
+        /// </summary>
+        /// <param name="imId">鍏ュ簱鍗曟槑缁咺D</param>
+        /// <param name="isReset">鏄惁閲嶆柊鐢熸垚鑷湁鎵规 0:鍚� 1:鏄�</param>
+        /// <param name="arriveQty">鍒拌揣鏁伴噺</param>
+        /// <param name="skuName">鐗╂枡鍚嶇О</param>
+        /// <param name="standard">瑙勬牸/鍨嬪彿</param>
+        /// <param name="packStandard">鍖呰瑙勬牸</param>
+        /// <param name="skuNo">鐗╂枡缂栫爜</param>
+        /// <param name="supplierLot">渚涘簲鍟嗘壒娆�</param>
+        /// <param name="productionTime">鐢熶骇鏃ユ湡</param>
+        /// <param name="expirationTime">鏈夋晥鏈熻嚦</param>
+        /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param>
+        /// <param name="userId">鎿嶄綔浜�</param>
+        /// <returns></returns>
+        List<LabelBoxDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string skuName,string standard,string packStandard,string skuNo, string supplierLot, string productionTime, string expirationTime, string storeTime,int userId);
+
+
     }
 }

--
Gitblit v1.8.0