| | |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | export function getTransitionInfo(tjNumber) { |
| | | return request({ |
| | | url: '/hosp/order/getTransitionInfo', |
| | | method: 'get', |
| | | params: { |
| | | 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 |
| | | }) |
| | | } |