fcx
2025-10-28 50dadff3581c449fe6b239ec486038e0771e1315
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs
@@ -176,6 +176,12 @@
                lbGuid, txt_billNo, gridView1);
            toolBarMenu1.guidKey = rowGuid;
        }
        /// <summary>
        /// 这是打印
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnPrintClick(object sender, EventArgs e)
        {
            //guidKey, rptParameter
@@ -187,8 +193,8 @@
                MsgHelper.ShowError("请先选择你要操作的行!");
                return;
            }
            this.toolBarMenu1.rptParameter = "rpt_CGTH{"
                                               + ""
            this.toolBarMenu1.rptParameter = "rpt_CGTHSQ{"
                                               + "100"
                                               + "," + ""
                                               + "," + ""
                                               + "," + ""
@@ -802,5 +808,9 @@
            }
        }
    }
}