From 909f579cd488f5da42c1cb7b5373e3fa49bc023e Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期一, 01 九月 2025 13:20:25 +0800 Subject: [PATCH] 1、移除挪位置 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs index 92a4c65..ec4b11c 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs @@ -210,6 +210,8 @@ lbGuid.Text = ""; Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4); UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true); + //澧炲姞鏃讹紝榛樿缁勭粐 + string deftOrg = UtilityHelper.GetFirstOrg(txt_fSubsidiary); } /// <summary> /// 淇濆瓨浜嬩欢 @@ -234,12 +236,12 @@ txt_itemId.Focus(); return; } - if (string.IsNullOrEmpty(_suppNo)) - { - Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨渚涘簲鍟嗭紒"); - txt_suppId.Focus(); - return; - } + //if (string.IsNullOrEmpty(_suppNo)) + //{ + // Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨渚涘簲鍟嗭紒"); + // txt_suppId.Focus(); + // return; + //} var _obj = new MesQaMj { Guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓 @@ -258,6 +260,14 @@ toolBarMenu1.isSetBtn = true; UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, false); toolBarMenu1.currentAction = ""; + + // 銆愭柊澧炲埛鏂伴�昏緫銆戜繚瀛樻垚鍔熷悗绔嬪嵆鍒锋柊褰撳墠妯″瀷鏁版嵁鍜屽垪琛� + // 鍒锋柊褰撳墠鍗曟嵁璇︽儏 + getModel(lbGuid.Text.Trim()); + // 鍒锋柊鍒楄〃椤垫暟鎹� + getPageList(this.pageBar1.CurrentPage); + + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 6); } } -- Gitblit v1.9.3