From 937fb165a9fadf7f56fb56ccd3c1e2a40564b263 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 16:19:31 +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