From 5d0080eecc63a8ea1feac3f4f248549eb68d2c5e Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 30 十月 2025 11:20:55 +0800
Subject: [PATCH] 增加验证

---
 DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
index 6a658a8..4301f3d 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -246,7 +246,8 @@
         /// <summary>
         /// 鐩存帴鎵撳嵃
         /// </summary>
-        private void _printZhiJie() {
+        private void _printZhiJie()
+        {
             var _obj = new
             {
                 rptParameter = rptParameter,
@@ -290,7 +291,9 @@
                     ds.Tables.Add(_mx2);
                     report.RegisterData(ds);
                     report.Print();
-                    // report.ShowPrepared();
+                    //2025-10-20鍔犱笂閲婃斁
+                    //report.Dispose();
+                    //report.ShowPrepared();
                 }
                 else
                 {

--
Gitblit v1.9.3