From 2a573d519cb924b55b859895c92cc0b9bc0e9394 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期三, 05 十一月 2025 16:05:44 +0800
Subject: [PATCH] 更新仓库差异,erp没有不显示的问题

---
 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