cnf
2025-11-27 8c3ce2841882164d380faaee3cc7f8a32d36a3b1
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs
@@ -1,15 +1,15 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading.Tasks;
using System.Windows.Forms;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp.DevFrm.Ck
namespace Gs.DevApp.DevFrm
{
    public partial class Frm_MesCgthSq : DevExpress.XtraEditors.XtraForm
    {
@@ -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 @@
            }
        }
    }
}