From ad4fe11495d320e59d137f9fa1019792c21d12ea Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 14 一月 2025 10:05:31 +0800 Subject: [PATCH] 签到登记 --- src/api/doctor/examination.js | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 43299f7..f86bb7b 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -44,4 +44,31 @@ method: 'get', params: {tjNUm:tjNUm,proId:proId} }) -} \ No newline at end of file +} + +// 鐐瑰嚮鎭㈠ +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