From 42f17b759cc69f44a8d200934117daaaa703d87d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 25 十二月 2024 17:59:53 +0800 Subject: [PATCH] his科室ID --- src/api/hosp/order.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/api/hosp/order.js b/src/api/hosp/order.js index 4ea74b4..560701f 100644 --- a/src/api/hosp/order.js +++ b/src/api/hosp/order.js @@ -118,7 +118,17 @@ } }) } - +// 鐢熸垚pdf +export function getPdfpre(tjNumber,flag,sfdy) { + return request({ + url: '/system/report/previewprint/'+ flag + '/'+ tjNumber + '/' + sfdy, + method: 'get', + responseType: 'blob', + headers:{ + "type": 'application/pdf' + } + }) +} // 瀵艰瘖鍗� export function getTjNumber(tjNumber) { return request({ -- Gitblit v1.8.0