| | |
| | | } |
| | | }) |
| | | } |
| | | |
| | | // 生成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({ |
| | |
| | | tjNumber |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export function getBlproByTjh(tjNumber) { |
| | | return request({ |
| | | url: '/hosp/order/getBlproByTjh', |
| | | method: 'get', |
| | | params: { |
| | | tjNum:tjNumber |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export function revokeBlProByBldhAndTjh(data) { |
| | | return request({ |
| | | url: '/hosp/order/revokeBlProByBldhAndTjh', |
| | | method: 'post', |
| | | data:data |
| | | }) |
| | | } |
| | | |
| | | // 撤销报告 |
| | | export function getChexiao(data) { |
| | | return request({ |
| | | url: '/hosp/order/heshouchexiao', |
| | | method: 'post', |
| | | data:data |
| | | }) |
| | | } |