From 9ae6f47ca642d1d52c42dbb5bb771bd5910b60d6 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 17 十二月 2025 18:00:59 +0800
Subject: [PATCH] 工单复选框开启可编辑

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
index b59fa36..3c7e497 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -308,6 +308,7 @@
             txt_ftranstype.ReadOnly = true;
             txt_fOwnerTypeIdHead.ReadOnly = true;
             txt_fOwnerTypeInIdHead.ReadOnly = true;
+            txt_djtype.ReadOnly = true;
         }
         /// <summary>
         /// 鏂板浜嬩欢
@@ -324,7 +325,11 @@
             Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
             //澧炲姞鏃讹紝榛樿缁勭粐
             string deftOrg = UtilityHelper.GetFirstOrg(txt_fapporgid);
-
+            txt_fapporgid.IsReadly = true;
+            txt_ftranstype.ReadOnly = true;
+            txt_fOwnerTypeIdHead.ReadOnly = true;
+            txt_fOwnerTypeInIdHead.ReadOnly = true;
+            txt_djtype.ReadOnly = true;
         }
         /// <summary>
         /// 淇濆瓨浜嬩欢

--
Gitblit v1.9.3