From dd3064d7f5bb6c7d570f21e87b29012bfd95b1d2 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 17 二月 2025 11:29:12 +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