From 7d2dba2945bf807413e7fc809fc06acebe3721a8 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 21 一月 2025 13:46:41 +0800
Subject: [PATCH] 1

---
 src/api/doctor/check.js |   40 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 545dda4..78085d8 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -19,6 +19,22 @@
   })
 }
 
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yichang(query) {
+  return request({
+    url: '/check/getzongjianyishengchakanyichangxiangmu',
+    method: 'get',
+    params:query
+  })
+}
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yingXiangGetProList(query) {
+  return request({
+    url: '/system/dept/yingXiangGetProList',
+    method: 'get',
+    params:query
+  })
+}
   // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚�
 export function getSons(tjNumber) {
   return request({
@@ -77,11 +93,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
     })
   }
 
@@ -121,4 +138,23 @@
     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