From 867e10ddddedea9dc45d99d78cd910d53d48152f Mon Sep 17 00:00:00 2001 From: zhangrui Date: Sat, 29 Aug 2026 16:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=88=A9=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zhgh/welfare/selectionSituation/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html b/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html index ece7475..871cf11 100644 --- a/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html +++ b/src/main/resources/views/platform/zhgh/welfare/selectionSituation/index.html @@ -329,6 +329,17 @@ layout("/layouts/platform.html"){ }) }, + // 按当前页面全部查询条件导出签收单模版,后台会再次叠加登录人的数据权限。 + exportReceiveTemplate() { + if (!this.pageForm.projectId) { + this.$message.warning("请先选择福利项目") + return + } + this.$downLoad("/platform/welfare/selection/situation/exportReceiveTemplate", { + pageForm: JSON.stringify(this.pageForm) + }) + }, + // 打开发送窗口时清空上次编辑内容,实际接收人由后台按当前查询条件重新计算。 openMessageDialog() { if (!this.pageForm.projectId) {