From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 31 三月 2025 17:47:14 +0800
Subject: [PATCH] 11

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

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index bf7890d..cc5e9a0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -20,6 +20,21 @@
 }
 
 // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+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',
@@ -27,7 +42,6 @@
     params:query
   })
 }
-
   // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚�
 export function getSons(tjNumber) {
   return request({
@@ -140,4 +154,14 @@
     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