From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 16 十二月 2024 16:08:51 +0800 Subject: [PATCH] 初审结果查询 --- src/api/hosp/project.js | 80 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index d36bbd8..bc733b6 100644 --- a/src/api/hosp/project.js +++ b/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 }) @@ -57,4 +75,66 @@ url: 'system/dept/deptTree', method: 'get' }) +} + +// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋� +export function deptTree111() { + return request({ + url: 'system/dept/deptTree111', + method: 'get' + }) +} + + +// 鏂板浣撴椤圭洰 +export function getChartByDeptId(query) { + return request({ + url: '/home/page/getChartByDeptId', + method: 'get', + 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 + }) +} + + +export function tbhisproprice() { + return request({ + url: '/system/config/tbhisproprice', + method: 'get', + }) } \ No newline at end of file -- Gitblit v1.8.0