From 0182a12e08e1253e9fb2d1b4dabb353babf1feea Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期六, 25 十月 2025 09:01:49 +0800
Subject: [PATCH] 更新操作人
---
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
index 6a658a8..ab97abb 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,6 +291,8 @@
ds.Tables.Add(_mx2);
report.RegisterData(ds);
report.Print();
+ //2025-10-20鍔犱笂閲婃斁
+ // report.Dispose();
// report.ShowPrepared();
}
else
--
Gitblit v1.9.3