From ac6766c11f8a2b8de903b58c13a8f206fa01dccd Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期五, 15 三月 2024 17:56:32 +0800
Subject: [PATCH] qxtj

---
 src/api/system/tijian.js |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index 8d39375..11d9cd4 100644
--- a/src/api/system/tijian.js
+++ b/src/api/system/tijian.js
@@ -10,13 +10,18 @@
     }
   })
 }
-
-
+// 姣忎釜椤圭洰
+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',
   })
 }
@@ -116,3 +121,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