Browse Source

pacs

master
pengjun 2 years ago
parent
commit
7533a45b16
  1. BIN
      public/pic/peisReportPageFooter.jpg
  2. 8
      src/components/patientRegister/PatientRegisterList.vue

BIN
public/pic/peisReportPageFooter.jpg

After

Width: 8564  |  Height: 1596  |  Size: 971 KiB

8
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 };

Loading…
Cancel
Save