From 7b41c32c0107960760594ce7db9a130d93c9ad92 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 18 四月 2025 14:47:24 +0800
Subject: [PATCH] qx

---
 src/api/doctor/check.js |   92 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 86 insertions(+), 6 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 60a88a4..9355fdf 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -9,6 +9,39 @@
     })
   }
 
+
+  // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function huaYangetProList(query) {
+  return request({
+    url: '/system/dept/huaYangetProList',
+    method: 'get',
+    params:query
+  })
+}
+
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yichang(query) {
+  return request({
+    url: '/check/getzongjianyishengchakanyichangxiangmu',
+    method: 'get',
+    params:query
+  })
+}
+export function shanchu(query) {
+  return request({
+    url: '/check/delzongjianyishengchakanyichangxiangmu',
+    method: 'get',
+    params:query
+  })
+}
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yingXiangGetProList(query) {
+  return request({
+    url: '/system/dept/yingXiangGetProList',
+    method: 'get',
+    params:query
+  })
+}
   // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚�
 export function getSons(tjNumber) {
   return request({
@@ -21,13 +54,11 @@
 }
 
 // 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃)
-export function getParentList(tjNumber) {
+export function getParentList(query) {
   return request({
     url: '/system/dept/getParentList',
     method: 'get',
-    params:{
-      tjNumber:tjNumber
-    }
+    params:query
   })
 }
 
@@ -36,6 +67,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
   })
@@ -58,11 +98,12 @@
     })
   }
 
-  export function getDeptAdvice(proId) {
+  export function getDeptAdvice(data) {
     return request({
-      url: '/system/dept/getDeptAdvice/' + proId,
+      url: '/system/dept/getDeptAdvice',
       method: 'get',
       // params:proId
+      params:data
     })
   }
 
@@ -82,4 +123,43 @@
     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
+  })
+}
+
+//鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
+export function getAdviceByTjNumAndPro(data) {
+  return request({
+    url: '/system/dept/getAdviceByTjNumAndPro',
+    method: 'get',
+    params:data
+  })
+}
+
+export function getXm(tjNumber) {
+  return request({
+    url: '/system/dept/ysjcbGetProByTjNumAndOrderId',
+    method: 'get',
+    params:{
+      tjNumber:tjNumber
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0