From fbe33a615f1c4e798a0f8e58163e68c3ce789614 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 10:17:49 +0800
Subject: [PATCH] 初始化标准版
---
DevApp/Gs.DevApp/UserControl/UcLookGx.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookGx.cs b/DevApp/Gs.DevApp/UserControl/UcLookGx.cs
index e7de230..d5ae8e4 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookGx.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookGx.cs
@@ -14,7 +14,7 @@
lookSearchSupplier.Properties.NullText = "璇烽�夋嫨";
lookSearchSupplier.EditValueChanged +=
LookSearchSupplier_EditValueChanged;
- getSuppler("");
+ //getSuppler("");
}
@@ -37,10 +37,9 @@
/// </summary>
/// <param name="orgId"></param>
/// <param name="_dftVale"></param>
- public void getSuppler(string _dftVale = "")
+ public void getSuppler(string _dftVale = "", string _keyWhere = "")
{
lookSearchSupplier.EditValue = null;
- string _keyWhere = "";
var pgq = new PageQueryModel(1, 999999, "a.processNo", "asc", "", " " + _keyWhere);
var json = JsonConvert.SerializeObject(pgq);
try
--
Gitblit v1.9.3