|
|
@ -473,6 +473,9 @@ export default { |
|
|
if (e.completeFlag == '3') { |
|
|
if (e.completeFlag == '3') { |
|
|
toOutShell.BusinessCode = e.patientRegisterId |
|
|
toOutShell.BusinessCode = e.patientRegisterId |
|
|
toOutShell.ExportDirectory = `${path}\\${e.patientRegisterNo}_${e.patientName}.pdf` |
|
|
toOutShell.ExportDirectory = `${path}\\${e.patientRegisterNo}_${e.patientName}.pdf` |
|
|
|
|
|
toOutShell.customerOrgName = e.customerOrgName||'' // 增加单位名称参数 |
|
|
|
|
|
toOutShell.departmentName = e.departmentName||'' |
|
|
|
|
|
|
|
|
let jsonToOutShell = JSON.stringify(toOutShell) |
|
|
let jsonToOutShell = JSON.stringify(toOutShell) |
|
|
console.log('toOutShell', jsonToOutShell) |
|
|
console.log('toOutShell', jsonToOutShell) |
|
|
let res = await this.$peisAPI.exportToPdfPre(jsonToOutShell) |
|
|
let res = await this.$peisAPI.exportToPdfPre(jsonToOutShell) |
|
|
|