From e17811c1d7b1e6318af32a366d23bd586750b6d2 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 27 十一月 2024 11:32:48 +0800 Subject: [PATCH] 2024 11 27 --- src/api/doctor/check.js | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 50 insertions(+), 2 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index 874f6b3..bf7890d 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({ @@ -51,6 +60,15 @@ }) } +//鐐瑰嚮鏌ョ湅鍘嗗彶鎶ュ憡 +export function reportHistory(data) { + return request({ + url: '/system/report/reportHistory', + method: 'get', + params:data + }) +} + // // 鑾峰彇璇ョ瀹や笅鎵�鏈夊皬缁撳缓璁� // export function getDeptadvice() { // return request({ @@ -68,11 +86,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 }) } @@ -92,4 +111,33 @@ 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 + }) } \ No newline at end of file -- Gitblit v1.8.0