福利补丁
This commit is contained in:
@@ -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() {
|
openMessageDialog() {
|
||||||
if (!this.pageForm.projectId) {
|
if (!this.pageForm.projectId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user