From 45658068e0fb7bc4359c9ec4ce194f17aaab5e3e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 17 十一月 2025 18:00:56 +0800
Subject: [PATCH] ID转人名:计时单价、异常工时、部门产线对应维护、排班管理、工艺设置、现场修理
---
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