From 5f5425c1be29b82205f19b7779cda67cfcc3a6e5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期三, 19 六月 2024 17:53:26 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 60a88a4..1391be0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -9,6 +9,25 @@
     })
   }
 
+
+  // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function huaYangetProList(query) {
+  return request({
+    url: '/system/dept/huaYangetProList',
+    method: 'get',
+    params:query
+  })
+}
+
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yingXiangGetProList(query) {
+  return request({
+    url: '/system/dept/yingXiangGetProList',
+    method: 'get',
+    params:query
+  })
+}
+
   // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚�
 export function getSons(tjNumber) {
   return request({
@@ -36,6 +55,15 @@
 export function getParentId(data) {
   return request({
     url: '/system/dept/getOrderDetailByProParentId',
+    method: 'get',
+    params:data
+  })
+}
+
+//鐐瑰嚮鏌ョ湅鍘嗗彶鎶ュ憡
+export function reportHistory(data) {
+  return request({
+    url: '/system/report/reportHistory',
     method: 'get',
     params:data
   })
@@ -82,4 +110,24 @@
     method: 'get',
     params:data
   })
+}
+
+
+//鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
+export function getPhotoList(data) {
+  return request({
+    url: '/system/check/getPhotoList',
+    method: 'get',
+    params:data
+  })
+}
+
+
+//鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
+export function AutoGetRule(data) {
+  return request({
+    url: '/hosp/rules/AutoGetRule',
+    method: 'get',
+    params:data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0