diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index bfef8ac..d88267a 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -762,7 +762,7 @@ export default { toOutShell.BusinessCode = rds[0].patientRegisterId; // 选择报告打印模版 - if (toOutShell.ReportCode == "0005" && rd.reportFormatTemplateId) toOutShell.Templatecode = rds[0].reportFormatTemplateId + if (toOutShell.ReportCode == "0005" && rds[0].reportFormatTemplateId) toOutShell.Templatecode = rds[0].reportFormatTemplateId // 审核了才可以打印