From 9c2dd09bc32849ed4adaf6763ddec140b16bc5a3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 31 十月 2024 08:18:51 +0800
Subject: [PATCH] 改了组织表
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
index 9daa5cf..ebd329d 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
@@ -31,6 +31,7 @@
this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick1;
this.toolBarMenu1.btnEscClick += ToolBarMenu1_btnEscClick;
this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
+ this.toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
gcMain.MouseDoubleClick += GcMain_MouseDoubleClick;
gvMx1.FocusedRowChanged += GvMx1_FocusedRowChanged;
getPageList(1, UtilityHelper.GetPageSize());
@@ -57,6 +58,9 @@
gvMx2.OptionsView.ShowGroupPanel = false;
_setIno();
}
+
+
+
/// <summary>
/// 鍙屽嚮浜嬩欢
/// </summary>
@@ -98,7 +102,14 @@
_filterList = e.FilterList;
getPageList(1, pageBar1.RowsCount);
}
-
+ private void ToolBarMenu1_btnChkClick(object sender, EventArgs e)
+ {
+ toolBarMenu1.guidKey = "";
+ string rowGuid, rowName;
+ (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
+ lbGuid, txt_releaseNo, gridView1);
+ toolBarMenu1.guidKey = rowGuid;
+ }
/// <summary>
/// 鍙栨秷浜嬩欢
/// </summary>
@@ -391,7 +402,11 @@
txt_itemNo.Text = this.txt_itemId.GetCode();
};
}
-
+ /// <summary>
+ /// 璇诲彇妫�楠岀粨鏋�
+ /// </summary>
+ /// <param name="sender"></param>
+ /// <param name="e"></param>
private void GvMx1_FocusedRowChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventArgs e)
{
var rowGuid = "";
--
Gitblit v1.9.3