From 821e74f483c3fddebe42ef30bb06e8fe29b1a5b9 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期二, 02 十二月 2025 13:06:11 +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