From cf422fa7cc284db857a9fca6d098b1b873fe6a5d Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 15 七月 2025 09:22:30 +0800
Subject: [PATCH] zongjiancopy

---
 src/api/doctor/checkAll.js |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/api/doctor/checkAll.js b/src/api/doctor/checkAll.js
index 726deb2..a964dc5 100644
--- a/src/api/doctor/checkAll.js
+++ b/src/api/doctor/checkAll.js
@@ -174,3 +174,32 @@
     data: data
   })
 }
+
+// 鎭㈠寮傚父鍒楄〃
+export function huiFuyichangxiangmu(tjNum) {
+  return request({
+    url: '/check/zongjianyishengHuiFuyichangxiangmu',
+    method: 'get',
+    params: {
+      tjNum: tjNum
+    }
+  })
+}
+
+// 鎭㈠寮傚父鎸夐挳
+export function hfbt(data) {
+  return request({
+    url: '/check/zongjianyishengHuiFuyichangxiangmuanniu',
+    method: 'get',
+    params: data
+  })
+}
+
+// 鎾ら攢鎸夐挳
+export function chexiao(tjNUm,proId) {
+  return request({
+    url: '/hosp/order/chushenyemianchexiaojiekou',
+    method: 'get',
+    params: { tjNUm: tjNUm, proId: proId }
+  })
+}

--
Gitblit v1.8.0