lu
2025-03-14 7d43ccf3c00d034c2072a9d45af9b96171310854
DevApp/Gs.DevApp/DevFrm/WOM/Frm_MesWomdaahb.cs
@@ -31,7 +31,7 @@
            
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(this.GetType().FullName,gridView1);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1);
            gridView1.CustomDrawRowIndicator += (s, e) =>
            {
                if (e.Info.IsRowIndicator && e.RowHandle >= 0)
@@ -299,6 +299,7 @@
                list = new List<dynamic>(),
            };
            gvMx1.CloseEditor();
            gvMx1.PostEditor();
            gvMx1.UpdateCurrentRow();
            if (gvMx1.DataRowCount <= 0)
            {