From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 26 四月 2024 15:30:04 +0800 Subject: [PATCH] su --- src/api/doctor/check.js | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index 874f6b3..1391be0 100644 --- a/src/api/doctor/check.js +++ b/src/api/doctor/check.js @@ -19,6 +19,15 @@ }) } +// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 +export function yingXiangGetProList(query) { + return request({ + url: '/system/dept/yingXiangGetProList', + method: 'get', + params:query + }) +} + // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚� export function getSons(tjNumber) { return request({ @@ -46,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 }) @@ -92,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