From 21dba91c0a8056a25bd428a390f5f20b731e2556 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期一, 25 八月 2025 09:27:44 +0800
Subject: [PATCH] 1、注释代码提交
---
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index f0e2c71..2656a70 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -550,6 +550,13 @@
txt.IsReadly = isEdt;
continue;
}
+ if (colType is UcLookKw)
+ {
+ var txt = colType as UcLookKw;
+ txt.SetIdOrCode(strVal);
+ txt.IsReadly = isEdt;
+ continue;
+ }
//鑷畾鐢ㄦ埛
if (colType is UcLookUser)
{
@@ -910,6 +917,14 @@
txt.IsReadly = isEdt;
continue;
}
+ //
+ if (ctrl is UcLookKw)
+ {
+ var txt = ctrl as UcLookKw;
+ txt.SetIdOrCode("-1");
+ txt.IsReadly = isEdt;
+ continue;
+ }
//鑷畾涔夊崟鎹被鍨嬩笅鎷�
if (ctrl is UcDictionaryComBox)
{
@@ -1033,6 +1048,13 @@
txt.IsReadly = isEdt;
continue;
}
+ //鑷畾涔変粨搴�
+ if (ctrl is UcLookKw)
+ {
+ var txt = ctrl as UcLookKw;
+ txt.IsReadly = isEdt;
+ continue;
+ }
//鑷畾涔変緵搴斿晢
if (ctrl is UcLookSupplier)
{
--
Gitblit v1.9.3