试压包打印修改

This commit is contained in:
2025-11-18 11:10:22 +08:00
parent 4a840fa05b
commit aaa00e8d2e
2 changed files with 9 additions and 6 deletions
@@ -185,7 +185,8 @@ namespace BLL
{
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
BLL.FastReportService.AddFastreportParameter(keyValuePairs);
keyValuePairs.Add("Pressure", updateTestPackage.AdjustTestPressure);
BLL.FastReportService.AddFastreportParameter(keyValuePairs);
initTemplatePath = "File\\Fastreport\\JGZL\\管道压力试验技术要求.frx";
fastReportItem.ReportPath = initTemplatePath;
fastReportItem.ParameterValues = keyValuePairs;