Browse Source

report

master
pengjun 11 months ago
parent
commit
9e80baa509
  1. 3
      src/components/report/BtnReport.vue

3
src/components/report/BtnReport.vue

@ -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)

Loading…
Cancel
Save