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