From 6b8779379080d4bc1f06e8a59d12581c6be1df21 Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Thu, 19 Jun 2025 18:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8B=E8=BD=BD=E4=B8=8A=E6=8A=A5=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-后台/src/api/report.js | 10 +++++- acupuncture-后台/src/views/report/manage.vue | 36 +++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/acupuncture-后台/src/api/report.js b/acupuncture-后台/src/api/report.js index 6155ddfd..d5664849 100644 --- a/acupuncture-后台/src/api/report.js +++ b/acupuncture-后台/src/api/report.js @@ -61,4 +61,12 @@ export function managerDel(data) { method: "post", data: data, }); -} \ No newline at end of file +} +// 下载上报汇总表 +export function reportDown(data) { + return request({ + url: "/admin/treatment/adminExportTreatmentPgZip", + method: "post", + data: data, + }); +} diff --git a/acupuncture-后台/src/views/report/manage.vue b/acupuncture-后台/src/views/report/manage.vue index b132e56d..b50b4feb 100644 --- a/acupuncture-后台/src/views/report/manage.vue +++ b/acupuncture-后台/src/views/report/manage.vue @@ -167,7 +167,7 @@ label="操作" align="center" class-name="small-padding fixed-width" - width="200" + width="150" >