From 0cedb538f7bfefa75a80134fffb8d65cf5074e98 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 03 十二月 2025 11:18:40 +0800
Subject: [PATCH] 其他出入库代码搬祈禧的
---
DevApp/Gs.DevApp/UserControl/UcLookKw.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookKw.cs b/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
index 0542bcf..6079dd2 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
@@ -40,7 +40,7 @@
lookSearchSupplier.EditValue = null;
string _keyWhere = "";
if (!string.IsNullOrEmpty(orgId) && !string.IsNullOrEmpty(depotId))
- _keyWhere = " and a.FSubsidiary ='" + orgId + "' and b.depot_guid ='" + depotId + "'";
+ _keyWhere = " and a.FSubsidiary ='" + orgId + "' and a.depot_id ='" + depotId + "'";
var pgq = new PageQueryModel(1, 999999, "b.xh", "asc", "",
" and is_ng='A'" + _keyWhere);
var json = JsonConvert.SerializeObject(pgq);
--
Gitblit v1.9.3