lu
2025-05-27 7b439679bb037a218439e9eeebf9bb2ba44fab7a
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -76,7 +76,7 @@
            {
                _print98();
            };
            //这是后盖码,仅仅打印,
            //这是后盖码
            this.ucBtnPrint100.btnDesignClick += (s, e) =>
            {
                ucBtnPrint100.rptParameter = "rpt_hgm{}";
@@ -84,6 +84,15 @@
            this.ucBtnPrint100.btnReportClick += (s, e) =>
            {
                _print100();
            };
            //这是齐套标识卡,仅仅打印
            this.ucBtnPrint101.btnDesignClick += (s, e) =>
            {
                ucBtnPrint101.rptParameter = "rpt_qitao{}";
            };
            this.ucBtnPrint101.btnReportClick += (s, e) =>
            {
                _print101();
            };
            //导入模板
            this.btnIn.Click += (s, e) =>
@@ -741,7 +750,7 @@
                this.ucBtnPrint100.rptParameter = "return false";
                return;
            }
            this.ucBtnPrint100.rptParameter = "rpt_trace{"
            this.ucBtnPrint100.rptParameter = "rpt_hgm{"
                   + ""
                   + "," + ""
                   + "," + ""
@@ -751,6 +760,30 @@
        }
        /// <summary>
        /// 这是齐套
        /// </summary>
        private void _print101()
        {
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_daa001, gridView1);
            ucBtnPrint101.guidKey = rowGuid;
            if (rowGuid.Length < 36)
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择你要打印的行!");
                this.ucBtnPrint101.rptParameter = "return false";
                return;
            }
            this.ucBtnPrint101.rptParameter = "rpt_qitao{"
                   + ""
                   + "," + ""
                   + "," + ""
                   + "," + ""
                   + "," + ""
                   + "}";
        }
        /// <summary>
        /// 重打
        /// </summary>
        /// <param name="sender"></param>