pengjun 3 months ago
parent
commit
5d8739983c
  1. 6
      src/components/report/BtnReport.vue

6
src/components/report/BtnReport.vue

@ -724,7 +724,7 @@ export default {
let user = window.sessionStorage.getItem("user"); let user = window.sessionStorage.getItem("user");
let toOutShell = { let toOutShell = {
ReportCode, ReportCode,
Templatecode: undefined, //
TemplateCode: undefined, //
token, token,
isBuildImage: "N", isBuildImage: "N",
IsUploadPdf: "N", IsUploadPdf: "N",
@ -762,7 +762,7 @@ export default {
toOutShell.BusinessCode = rds[0].patientRegisterId; toOutShell.BusinessCode = rds[0].patientRegisterId;
// //
if (toOutShell.ReportCode == "0005" && rds[0].reportFormatTemplateId) toOutShell.Templatecode = rds[0].reportFormatTemplateId
if (toOutShell.ReportCode == "0005" && rds[0].reportFormatTemplateId) toOutShell.TemplateCode = rds[0].reportFormatTemplateId
// //
@ -797,7 +797,7 @@ export default {
toOutShell.BusinessCode = rd.patientRegisterId; toOutShell.BusinessCode = rd.patientRegisterId;
// //
if (toOutShell.ReportCode == "0005" && rd.reportFormatTemplateId) toOutShell.Templatecode = rd.reportFormatTemplateId
if (toOutShell.ReportCode == "0005" && rd.reportFormatTemplateId) toOutShell.TemplateCode = rd.reportFormatTemplateId
// //

Loading…
Cancel
Save