From fe8aac557b17117b03a395001506dc12cf83317f Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Thu, 13 Mar 2025 09:06:48 +0800 Subject: [PATCH] 1 --- InjectionPC/FrmMain2408.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InjectionPC/FrmMain2408.cs b/InjectionPC/FrmMain2408.cs index 2838e3f..4d3ca12 100644 --- a/InjectionPC/FrmMain2408.cs +++ b/InjectionPC/FrmMain2408.cs @@ -2595,7 +2595,7 @@ namespace InjectionPC string reportName = ConfigurationManager.AppSettings[printBoxName].ToString(); headTable.Rows.Add(row); SaveLog3(Program.station + "打印箱单:" + textBox3.Text.Trim()); - ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoPortrait, 1, reportName); + ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoLandscape, 1, reportName); rp.Report.Print(false); @@ -3384,7 +3384,7 @@ namespace InjectionPC headTable.Rows.Add(row); SaveLog3(Program.station + "打印箱单:" + boxCode); - ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoPortrait, 1, reportName); + ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoLandscape, 1, reportName); rp.Report.Print(false);