From c00c53a5968fbb485aae09e29e0e5f56f5c4233a Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Tue, 18 Mar 2025 15:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspect/inspectpatient/index.ts | 4 + src/views/Department-entry/All.vue | 2 +- .../Medical-examination-vehicle.vue | 20 +- src/views/Department-entry/summary.vue | 235 +++++++++++------- 4 files changed, 168 insertions(+), 93 deletions(-) diff --git a/src/api/inspect/inspectpatient/index.ts b/src/api/inspect/inspectpatient/index.ts index bc721ca..77485a9 100644 --- a/src/api/inspect/inspectpatient/index.ts +++ b/src/api/inspect/inspectpatient/index.ts @@ -103,5 +103,9 @@ export const PatientApi = { //获取体检报告 getReportAll: async (medicalSn: string) => { return await request.get({ url: `/inspect/patient/getReportAll?medicalSn=` + medicalSn }) + }, + // 保存汇总结果 + updatemedicalSn: async (data: PatientVO) => { + return await request.put({ url: `/inspect/patient/updatesummary`, data }) } } diff --git a/src/views/Department-entry/All.vue b/src/views/Department-entry/All.vue index 66b9b25..03c7655 100644 --- a/src/views/Department-entry/All.vue +++ b/src/views/Department-entry/All.vue @@ -221,7 +221,7 @@ const openPdfInNewTab = (url) => {
- +