From e97f3a0b90112386f96def011c6d4864d974594a Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 14 二月 2025 10:26:08 +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