From 3435a2b1b3e237ee53c98ae7c044d0e84cfa521c Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 25 一月 2024 18:01:18 +0800
Subject: [PATCH] su

---
 src/api/system/tijian.js |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index 8d39375..2581c1a 100644
--- a/src/api/system/tijian.js
+++ b/src/api/system/tijian.js
@@ -10,8 +10,13 @@
     }
   })
 }
-
-
+// 姣忎釜椤圭洰
+export function getIsRequired() {
+  return request({
+    url: '/hosp/order/getIsRequired',
+    method: 'get',
+  })
+}
 
 // 姣忎釜椤圭洰
 export function projectGetList() {
@@ -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