From 8c3ce2841882164d380faaee3cc7f8a32d36a3b1 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 27 十一月 2025 10:27:16 +0800
Subject: [PATCH] 增加生产入库申请

---
 DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

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

--
Gitblit v1.9.3