| | |
| | | // 查询体检项目列表(树形结构) |
| | | export function ProjectTree(data) { |
| | | return request({ |
| | | url: '/hosp/project/getDxList', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目列表(树形结构) |
| | | export function getlist(data) { |
| | | return request({ |
| | | url: '/hosp/project/getlist', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目列表(树形结构) |
| | | export function getAllChildListById(data) { |
| | | return request({ |
| | | url: 'hosp/project/getAllChildListById', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | |
| | | }) |
| | | } |
| | | |
| | | // 查询部门下拉树结构 |
| | | export function deptTree111() { |
| | | return request({ |
| | | url: 'system/dept/deptTree111', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 新增体检项目 |
| | | export function getChartByDeptId(query) { |
| | |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目详细 |
| | | export function getInfoByProId(proId) { |
| | | return request({ |
| | | url: 'hosp/project/getInfoByProId', |
| | | method: 'get', |
| | | params: {proId:proId} |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 查询体检项目列表(树形结构) |
| | | export function getKjTjAdviceKjbqBySex(data) { |
| | | return request({ |
| | | url: '/advice/advice/getKjTjAdviceKjbqBySex', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目列表(树形结构) |
| | | export function getCyTjAdviceKjbqBySex(data) { |
| | | return request({ |
| | | url: '/advice/advice/getCyTjAdviceKjbqBySex', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | |
| | | export function tbhisproprice() { |
| | | return request({ |
| | | url: '/system/config/tbhisproprice', |
| | | method: 'get', |
| | | }) |
| | | } |