feat(clgl)条码打印修改

This commit is contained in:
2026-06-24 09:59:56 +08:00
parent 75d7c48ff2
commit efa5c91aa1
15 changed files with 410 additions and 12 deletions
@@ -1,4 +1,5 @@
using BLL;
using FastReport.Web;
using System;
using System.Collections.Generic;
using System.Data;
@@ -61,7 +62,8 @@ namespace FineUIPro.Web.Controls
}
}
WebReport1.ReportFile = ReportPath;
WebReport1.Prepare();
WebReport1.PdfShowPrintDialog = false;
WebReport1.Prepare();
// WebReport1.ExportPdf();
}
private void WebReport1_StartReport(object sender, EventArgs e)