From 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 13 二月 2025 16:52:37 +0800 Subject: [PATCH] qx --- src/api/doctor/check.js | 33 ++++++++++++++++++++++++++++++--- 1 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index 1391be0..78085d8 100644 --- a/src/api/doctor/check.js +++ b/src/api/doctor/check.js @@ -20,6 +20,14 @@ } // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 +export function yichang(query) { + return request({ + url: '/check/getzongjianyishengchakanyichangxiangmu', + method: 'get', + params:query + }) +} +// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 export function yingXiangGetProList(query) { return request({ url: '/system/dept/yingXiangGetProList', @@ -27,7 +35,6 @@ params:query }) } - // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚� export function getSons(tjNumber) { return request({ @@ -86,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 }) } @@ -130,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