From bbd8b70f2544e07ce6ce4247ebb13f892dd86112 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 27 六月 2024 15:11:51 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/api/hosp/order.js b/src/api/hosp/order.js
index d71517a..a178d65 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,23 @@
       method: 'post',
       data: data
     })
-  }
\ No newline at end of file
+  }
+
+  // 鎵归噺鍙戦�侀偖浠�
+export function addCustomerBlack(data) {
+  return request({
+    url: '/hosp/cusBlack/addCustomerBlack',
+    method: 'post',
+    data: data
+  })
+}
+
+export function getTransitionInfo(tjNumber) {
+  return request({
+    url: '/hosp/order/getTransitionInfo',
+    method: 'get',
+    params: {
+      tjNumber
+    }
+  })
+}
\ No newline at end of file

--
Gitblit v1.8.0