From c1c541e577285aa4ea7d7321f6388c9b0add3d73 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 04 九月 2025 13:04:36 +0800 Subject: [PATCH] 1、汉化及汉化包(解压后放入到Debug文件目录下) --- 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