lg
2025-11-24 dfd02ad42c5b4f8ee7190fe51730c21cf75d37a5
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
@@ -1,5 +1,4 @@
using Gs.DevApp.DevFrm.QC;
using Gs.DevApp.DevFrm.Rpt;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
@@ -46,6 +45,7 @@
            toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick;
            toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
            toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick;
            toolBarMenu1.btnOutClick += ToolBarMenu1_btnOutClick;
            toolBarMenu1.btnOutClick += ToolBarMenu1_btnOutClick;
            this.toolBarMenu1.getXmlConfig();
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1, tips);
@@ -442,7 +442,7 @@
                lst = ee.StringList;
                if (!string.IsNullOrEmpty(lst[0]))
                {
                    if(lst[0] == "列表导出")
                    if (lst[0] == "列表导出")
                    {
                        type = 1;
                    }
@@ -453,11 +453,11 @@
                }
            };
            frm.ShowDialog();
            if(type == 1)
            if (type == 1)
            {
                LstOutput();
            }
            if(type == 2)
            if (type == 2)
            {
                MxOutput();
            }
@@ -563,6 +563,7 @@
            }
        }
        /// <summary>
        /// 刷新事件
        /// </summary>