From 2ab2dcd91a6ee60fa907fd3c667ed174f17f13b5 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 15 八月 2024 09:01:59 +0800
Subject: [PATCH] su

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

diff --git a/src/api/hosp/order.js b/src/api/hosp/order.js
index a178d65..ee07bb3 100644
--- a/src/api/hosp/order.js
+++ b/src/api/hosp/order.js
@@ -350,4 +350,22 @@
       tjNumber
     }
   })
+}
+
+export function getBlproByTjh(tjNumber) {
+  return request({
+    url: '/hosp/order/getBlproByTjh',
+    method: 'get',
+    params: {
+      tjNum:tjNumber
+    }
+  })
+}
+
+export function revokeBlProByBldhAndTjh(data) {
+  return request({
+    url: '/hosp/order/revokeBlProByBldhAndTjh',
+    method: 'post',
+    data:data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0