From 98ab093f1f35f9130e586d81540060b286e45e8e Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期日, 24 八月 2025 14:14:32 +0800 Subject: [PATCH] 通用控件采购明细修改 --- 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