From f2631a7c034fda478641f04b21b9f13d4af25190 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 02 十一月 2024 14:58:49 +0800 Subject: [PATCH] 到货条码打印浏览 --- DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs index 299df99..712ce51 100644 --- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -463,6 +463,14 @@ txt.Enabled = !isEdt; continue; } + //鑷畾涔夌墿鏂� + if (colType is UcLookItems) + { + var txt = colType as UcLookItems; + txt.SetIdOrCode(strVal); + txt.Enabled = !isEdt; + continue; + } if (colType is SimpleButton) { var txt = colType as SimpleButton; @@ -570,6 +578,14 @@ txt.Enabled = !isEdt; continue; } + //鑷畾涔夌墿鏂� + if (ctrl is UcLookItems) + { + var txt = ctrl as UcLookItems; + txt.SetIdOrCode("-1"); + txt.Enabled = !isEdt; + continue; + } if (ctrl is SimpleButton) { var txt = ctrl as SimpleButton; -- Gitblit v1.9.3