lu
2025-07-01 f5570a2f60dc9b9c201dcc8b227510a89bf69042
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -1,4 +1,5 @@
using Gs.DevApp.DevFrm.Rpt;
using Gs.DevApp.DevFrm.Sys;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
@@ -181,6 +182,7 @@
                }
            };
            //这是齐套标识卡,仅仅打印
            this.ucBtnPrint101.SetPlButton(false);
            this.ucBtnPrint101.btnPrintClick += (s, e) =>
            {
                _print101();
@@ -214,7 +216,14 @@
                };
                frm.ShowDialog();
            };
            this.btnDesign.Click += (s, e) =>
            {
                EasyRptEdtShow frm = new EasyRptEdtShow();
                frm.UpdateParent += (ss, ee) =>
                {
                };
                frm.ShowDialog();
            };
        }
        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
@@ -899,7 +908,6 @@
                   + "," + ""
                   + "}";
        }
        #endregion
    }
}