From edb5616505a118523882a83f53f00e88d03bd373 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期一, 20 五月 2024 12:07:51 +0800
Subject: [PATCH] qxtj

---
 src/api/hosp/order.js |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/src/api/hosp/order.js b/src/api/hosp/order.js
index d71517a..57cb84f 100644
--- a/src/api/hosp/order.js
+++ b/src/api/hosp/order.js
@@ -202,6 +202,28 @@
   })
 }
 
+
+//鑾峰彇闂嵎妯℃澘淇℃伅
+export function revokeTjOrderByTjNum(tjNum) {
+  return request({
+    url: '/hosp/order/revokeTjOrderByTjNum',
+    method: 'get',
+    params: {
+      tjNum
+    }
+  })
+}
+
+export function getTjrWnJuanMoBan(tjCategory) {
+  return request({
+    url: '/hosp/surveyTemplate/getTjrWnJuanMoBan',
+    method: 'get',
+    params: {
+      tjCategory
+    }
+  })
+}
+
 // 鎵归噺鍙戦�侀偖浠�
 export function getsendEmail(data) {
   return request({
@@ -309,4 +331,13 @@
       method: 'post',
       data: data
     })
-  }
\ No newline at end of file
+  }
+
+  // 鎵归噺鍙戦�侀偖浠�
+export function addCustomerBlack(data) {
+  return request({
+    url: '/hosp/cusBlack/addCustomerBlack',
+    method: 'post',
+    data: data
+  })
+}
\ No newline at end of file

--
Gitblit v1.8.0