| | |
| | | }) |
| | | } |
| | | |
| | | // 体检科室列表显示接口 |
| | | export function yichang(query) { |
| | | return request({ |
| | | url: '/check/getzongjianyishengchakanyichangxiangmu', |
| | | method: 'get', |
| | | params:query |
| | | }) |
| | | } |
| | | export function shanchu(query) { |
| | | return request({ |
| | | url: '/check/delzongjianyishengchakanyichangxiangmu', |
| | | method: 'get', |
| | | params:query |
| | | }) |
| | | } |
| | | // 体检科室列表显示接口 |
| | | export function yingXiangGetProList(query) { |
| | | return request({ |
| | | url: '/system/dept/yingXiangGetProList', |
| | | method: 'get', |
| | | params:query |
| | | }) |
| | | } |
| | | // 点击详情 显示子项目详情 和父项目名 |
| | | export function getSons(tjNumber) { |
| | | return request({ |
| | |
| | | } |
| | | |
| | | // 医生点击体检信息详情(只显示父项目列表) |
| | | export function getParentList(tjNumber) { |
| | | export function getParentList(query) { |
| | | return request({ |
| | | url: '/system/dept/getParentList', |
| | | method: 'get', |
| | | params:{ |
| | | tjNumber:tjNumber |
| | | } |
| | | params:query |
| | | }) |
| | | } |
| | | |
| | |
| | | }) |
| | | } |
| | | |
| | | export function getDeptAdvice(proId) { |
| | | export function getDeptAdvice(data) { |
| | | return request({ |
| | | url: '/system/dept/getDeptAdvice/' + proId, |
| | | url: '/system/dept/getDeptAdvice', |
| | | method: 'get', |
| | | // params:proId |
| | | params:data |
| | | }) |
| | | } |
| | | |
| | |
| | | method: 'get', |
| | | params:data |
| | | }) |
| | | } |
| | | |
| | | |
| | | //点击父项目显示子项目详情 |
| | | export function AutoGetRule(data) { |
| | | return request({ |
| | | url: '/hosp/rules/AutoGetRule', |
| | | method: 'get', |
| | | params:data |
| | | }) |
| | | } |
| | | |
| | | //点击父项目显示子项目详情 |
| | | export function getAdviceByTjNumAndPro(data) { |
| | | return request({ |
| | | url: '/system/dept/getAdviceByTjNumAndPro', |
| | | method: 'get', |
| | | params:data |
| | | }) |
| | | } |
| | | |
| | | export function getXm(tjNumber) { |
| | | return request({ |
| | | url: '/system/dept/ysjcbGetProByTjNumAndOrderId', |
| | | method: 'get', |
| | | params:{ |
| | | tjNumber:tjNumber |
| | | } |
| | | }) |
| | | } |