su
su1124
2024-04-26 00212ed8e808fc7b76c04389224e65f27f074fb2
src/api/hosp/project.js
@@ -11,7 +11,25 @@
// 查询体检项目列表(树形结构)
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
  })
@@ -59,6 +77,14 @@
  })
}
// 查询部门下拉树结构
export function deptTree111() {
  return request({
    url: 'system/dept/deptTree111',
    method: 'get'
  })
}
// 新增体检项目
export function getChartByDeptId(query) {
@@ -68,3 +94,39 @@
    params: query
  })
}
// 查询lis数据库项目信息接口
export function getTjHyBgList(query) {
  return request({
    url: '/sqlserver/getdata/getTjHyBgList',
    method: 'get',
    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
  })
}