From c884c789edec46084c81ee500a404da2f0685e7d Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 27 八月 2025 14:18:13 +0800 Subject: [PATCH] 生产部分优化 --- 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