From 8f6e51b0674bfa6382e1b9730c0eaadeb5a78bc9 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 29 二月 2024 14:23:52 +0800
Subject: [PATCH] 调整pda手持是否数量盘点代码,修改更换有无码盘点界面及后台代码,修改pda确认代码,修改调整库存代码。

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index d3eab85..32bd884 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -34,8 +34,9 @@
         /// <param name="crDetail">鐩樼偣鏄庣粏ID 鐗╂枡-鎵规</param>
         /// <param name="palletNo">鎵樼洏鍙�</param>
         /// <param name="boxNo">绠辩爜鍙�</param>
+        /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
         /// <returns></returns>
-        List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo);
+        List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo,string isContinue);
 
         /// <summary>
         /// 鐩樼偣搴撳瓨
@@ -47,8 +48,9 @@
         /// <param name="boxNo3">鏀爜</param>
         /// <param name="result">缁撴灉</param>
         /// <param name="qty">鏁伴噺</param>
+        /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
         /// <param name="userId"></param>
-        void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, int? qty,int userId);
+        void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, int? qty,string isContinue, int userId);
 
         #endregion
 

--
Gitblit v1.8.0