From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 26 四月 2024 15:30:04 +0800 Subject: [PATCH] su --- src/api/system/tijian.js | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 55 insertions(+), 4 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 8d39375..cfb50a5 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -10,13 +10,37 @@ } }) } - - - // 姣忎釜椤圭洰 +export function getIsRequired() { + return request({ + url: '/hosp/order/getIsRequired', + method: 'get', + }) +} + +// 閫夋嫨浣撴椤圭洰(鎵�鏈夋湇椤圭洰)閫夊崟椤规椂璋冪敤鐨勬帴鍙� export function projectGetList() { return request({ - url: '/hosp/project/getlist', + url: '/hosp/project/getDxList', + method: 'get', + }) +} + + +// 閫夋嫨浣撴椤圭洰(鏍规嵁鐖堕」id閫夋嫨瀛愰」)閫夊崟椤规椂璋冪敤鐨勬帴鍙� +export function getProSonDxList(proId) { + return request({ + url: '/hosp/project/getProSonDxList', + method: 'get', + params:{ + proId:proId + } + }) +} + +export function getProParentIdDxList() { + return request({ + url: '/hosp/project/getProParentIdDxList', method: 'get', }) } @@ -116,3 +140,30 @@ }) } + +// 鏍规嵁韬唤璇佸彿鏌ョ湅鍘嗗彶浣撴璁板綍 +export function getHistryTjOrderByCusIdCard(cusIdCard) { + return request({ + url:'/hosp/order/getHistryTjOrderByCusIdCard', + method:'get', + params:{cusIdCard:cusIdCard} + + }) +} + +// 鏍规嵁韬唤璇佸彿鏌ョ湅鍘嗗彶浣撴椤圭洰璁板綍 +export function getHistryTjOrderProByCusIdCard(cusIdCard) { + return request({ + url:'/hosp/order/getHistryTjOrderProByCusIdCard', + method:'get', + params:{cusIdCard:cusIdCard} + + }) +} + +export function getconfigKey(configKey) { + return request({ + url: '/system/config/configKey/' + configKey, + method: 'get' + }) +} -- Gitblit v1.8.0