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/UcBtnPrintAll.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrintAll.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrintAll.cs
index cc018bc..a793d6d 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrintAll.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrintAll.cs
@@ -1,5 +1,6 @@
 锘縰sing DevExpress.Utils.DirectXPaint;
 using DevExpress.XtraEditors;
+using FastReport;
 using Gs.DevApp.ToolBox;
 using Newtonsoft.Json;
 using Newtonsoft.Json.Linq;
@@ -81,6 +82,11 @@
                     {
                         //妯℃澘
                         var report = new FastReport.Report();
+
+                        EnvironmentSettings eSet = new EnvironmentSettings();
+                        eSet.ReportSettings.ShowProgress = false;
+                        report = new FastReport.Report();
+
                         var buffer = (byte[])_job["rtnData"]["reportTemplateData"];
                         using (var Stream = new MemoryStream(buffer))
                         {

--
Gitblit v1.9.3