|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 审核了才可以打印 |
|
|
// 审核了才可以打印 |
|
|
|