From 50dadff3581c449fe6b239ec486038e0771e1315 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com.com>
Date: 星期二, 28 十月 2025 17:25:34 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~kyy/LB_MesClient

---
 DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs
index 30cce3a..e35256c 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs
+++ b/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 @@
             }
         }
 
+   
+    
+    
+    
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3