diff --git a/public/pic/peisReportPageFooter.jpg b/public/pic/peisReportPageFooter.jpg new file mode 100644 index 0000000..b78f75b Binary files /dev/null and b/public/pic/peisReportPageFooter.jpg differ diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index dc96350..5b01ed2 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -683,10 +683,10 @@ export default { }; - if (isPreview) { - //http://140.143.162.39:9529/api/app/printreport/getlisrequestreport?PatientRegisterId=3a0d2e90-da68-3746-6775-bf17e5f9b295 + if (isPreview) { + //http://140.143.162.39:9529/api/app/printreport/getpacsnoreport?PatientRegisterId=3a0c990e-5756-2dc0-19d5-69a617fe4048 //this.multipleSelection.forEach((item,index) =>{ - postapi(`/api/app/printreport/getlisrequestreport?PatientRegisterId=${prId}`) + postapi(`/api/app/printreport/getpacsnoreport?PatientRegisterId=${prId}`) .then((res) => { if (res.code != -1) { toOutShell.ReportTable = { lisRequest: res.data }; @@ -700,7 +700,7 @@ export default { // }); } else { - postapi(`/api/app/printreport/getlisrequestreport?PatientRegisterId=${prId}`) + postapi(`/api/app/printreport/getpacsnoreport?PatientRegisterId=${prId}`) .then((res) => { if (res.code != -1) { toOutShell.ReportTable = { lisRequest: res.data };