From 2c67fce2e64ea2fe2880ad656413d90515e5c8e6 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 28 八月 2025 09:18:11 +0800
Subject: [PATCH] 移龙巍27号下午两点的版本
---
DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
index 62c774f..bb3ca7b 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) =>
{
--
Gitblit v1.9.3