From 079e75bc58af8d32ad8ae545ef4ae86f8ea49608 Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Wed, 15 Oct 2025 11:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/Report/GridReportUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DM_Weight/Report/GridReportUtil.cs b/DM_Weight/Report/GridReportUtil.cs index 43fcb0c..4649f4d 100644 --- a/DM_Weight/Report/GridReportUtil.cs +++ b/DM_Weight/Report/GridReportUtil.cs @@ -386,7 +386,7 @@ namespace DM_Weight.Report Report.DetailGrid.Recordset.ConnectionString = gridConnectionString; Report.DetailGrid.Recordset.QuerySQL = SQL; - Report.PrintPreview(true); + Report.PrintPreview(true); } public static void PrintReportAccountBook(DateTime? startDate, DateTime? endDate, string drug_id) {