From eedfab0cc6288b09227ee6970c8071114dd831de Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 11 九月 2025 18:52:55 +0800
Subject: [PATCH] 首检

---
 DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
index 62c774f..880d0a9 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
@@ -91,6 +91,16 @@
                     return;
                 }
                 var frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId());
+
+                if (txt_bl017.Text.Trim() == "鐢熶骇琛ユ枡")
+                {
+                     frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId(), txt_bl017.Text.Trim());
+                }
+                else
+                {
+                     frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId());
+                    
+                }
                 //璧嬪�肩粰鏄庣粏琛�
                 frm.UpdateParent += (ss, ee) =>
                 {
@@ -310,6 +320,8 @@
             gridViews.Add(gvMx1);
             UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews);
             Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+            //澧炲姞鏃讹紝榛樿缁勭粐
+            string deftOrg = UtilityHelper.GetFirstOrg(txt_orgId);
 
         }
         /// <summary>

--
Gitblit v1.9.3