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) {