lu
2025-02-19 06d6a778ee0762d5b1108278f15ec8f8261ea8ba
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs
@@ -27,7 +27,10 @@
            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
            toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick;
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1,picCheckBox, this, "status", "", (value) =>
            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
            gvList.Add(gridView1);
            Gs.DevApp.ToolBox.UtilityHelper.getGridViewConfig(this.GetType().FullName, gvList);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "status", "", (value) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
            });
@@ -40,7 +43,8 @@
            });
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            this.txt_fSubsidiary.EditChanged += (s, e) => {
            this.txt_fSubsidiary.EditChanged += (s, e) =>
            {
                string _orgId = txt_fSubsidiary.GetId();
                if (string.IsNullOrEmpty(_orgId))
                    return;
@@ -65,7 +69,7 @@
            getPageList(1);
        }
        /// <summary>
        /// 分页事件
        /// </summary>
@@ -412,6 +416,6 @@
            }
        }
    }
}