From f02a4e20cb6effb2c7f5018b5b2e92b39a7f56f5 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 18 二月 2025 13:36:42 +0800
Subject: [PATCH] 保存板面

---
 DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs |   34 ++--------------------------------
 1 files changed, 2 insertions(+), 32 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index a3f5459..e0e6db0 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -640,17 +640,7 @@
                                 txt.Enabled = false;
                             continue;
                         }
-                        //鑷畾璐т富
-                        if (colType is UcLookHuoZhu)
-                        {
-                            var txt = colType as UcLookHuoZhu;
-                            //txt.SetIdOrCode(strVal);
-                            if (txt.IsReadly == false)
-                                txt.Enabled = !isEdt;
-                            else
-                                txt.Enabled = false;
-                            continue;
-                        }
+                       
                         if (colType is SimpleButton)
                         {
                             var txt = colType as SimpleButton;
@@ -918,15 +908,7 @@
                     txt.Enabled = !isEdt;
                     continue;
                 }
-                //鑷畾涔夎揣涓�
-                if (ctrl is UcLookHuoZhu)
-                {
-                    var txt = ctrl as UcLookHuoZhu;
-                    txt.SetHzId("-1");
-                    txt.SetHzLx(0);
-                    txt.Enabled = !isEdt;
-                    continue;
-                }
+             
                 if (ctrl is SimpleButton)
                 {
                     var txt = ctrl as SimpleButton;
@@ -1178,18 +1160,6 @@
                         txt.Enabled = false;
                     continue;
                 }
-
-                //鑷畾涔夎揣涓�
-                if (ctrl is UcLookHuoZhu)
-                {
-                    var txt = ctrl as UcLookHuoZhu;
-                    if (txt.IsReadly == false)
-                        txt.Enabled = !isEdt;
-                    else
-                        txt.Enabled = false;
-                    continue;
-                }
-
                 if (ctrl is SimpleButton)
                 {
                     var txt = ctrl as SimpleButton;

--
Gitblit v1.9.3