From d23ab1d66456d5dd8aa8645bb262deef4e70a9eb Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 17 一月 2025 19:02:01 +0800 Subject: [PATCH] 2 --- src/api/doctor/examination.js | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 42b9ce8..f86bb7b 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -35,4 +35,40 @@ method: 'get', params: {tjNumber:tjNumber} }) -} \ No newline at end of file +} + +// 鐐瑰嚮寮冩 +export function qijian(tjNUm,proId) { + return request({ + url: '/hosp/order/chushenyemianqijianjiekou', + method: 'get', + params: {tjNUm:tjNUm,proId:proId} + }) +} + +// 鐐瑰嚮鎭㈠ +export function huifu(tjNUm,proId) { + return request({ + url: '/hosp/inspection/csqijianhuifujiekou', + method: 'get', + params: {tjNUm:tjNUm,proId:proId} + }) +} + +// 鐐瑰嚮缁撴灉鏌ヨ +export function resultList(tjNum,proId) { + return request({ + url: '/check/chushenyemianchakanxiangmujieguo', + method: 'get', + params: {tjNum:tjNum,proId:proId} + }) +} + +// 鍒ゆ柇鐘舵�� +export function typeOne(tjNum) { + return request({ + url: '/check/panduaniscunzaiweijian', + method: 'get', + params: {tjNum:tjNum} + }) +} -- Gitblit v1.8.0