From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 05 三月 2025 17:00:38 +0800 Subject: [PATCH] 1 --- src/api/hosp/project.js | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index d36bbd8..111c4f1 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,75 @@ 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', + }) +} + +// 鏌ヨ琛ㄥ悕銆佸瓧娈点�佹嫾闊� +export function getPinyin(tbname,zd,pymzd) { + return request({ + url: '/hosp/project/plxgpym', + method: 'get', + params: {tbname:tbname,zd:zd,pymzd,pymzd} + }) } \ No newline at end of file -- Gitblit v1.8.0