From 00cb0f25c4ebce50f57950dbbc69872e6cf3fade Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 08 十二月 2025 13:43:39 +0800
Subject: [PATCH] 取消出库任务CancelSoTask去除仓库=w01限制

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

diff --git a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
index 3074347..d59cf80 100644
--- a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
+++ b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
@@ -23,10 +23,8 @@
         /// <param name="bitBoxMark">闆剁鏍囪</param>
         /// <param name="inspectStatus">璐ㄩ噺鐘舵��</param>
         /// <returns></returns>
-        List<StockDetailDto> GetBindList(string skuNo, string skuName, string palletNo, string lotNo, 
-            string boxNo, string status, string inspectMark, string bitPalletMark, string bitBoxMark, 
-            string inspectStatus, string ownerNo, string ownerName, string startTime, string endTIme, 
-            string WareHouseNo, string AreaNo);
+        List<StockDetailDto> GetBindList(string skuNo, string skuName, string palletNo, string lotNo, string boxNo, string status, string inspectMark, string bitPalletMark, string bitBoxMark, string inspectStatus, string ownerNo, string ownerName, string startTime, string endTIme, string WareHouseNo, string AreaNo);
+        void EditStockDetailDemo(int id, string demo, int userId);
 
         /// <summary>
         /// 瀵煎嚭鎵樼洏鏄庣粏

--
Gitblit v1.8.0