From 7584c97271e35d824d592f29c943715e0e2a0d34 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 12 十二月 2025 11:07:43 +0800
Subject: [PATCH] 自动分配AutoAllot增加车间库存条件限制

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

diff --git a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
index 42c6f4b..d59cf80 100644
--- a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
+++ b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs
@@ -23,10 +23,7 @@
         /// <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