This commit is contained in:
JyuHsin
2026-02-27 14:21:42 +08:00
parent 983a9edfce
commit 581d0589ec
2 changed files with 12 additions and 10 deletions
@@ -100,7 +100,7 @@ layout("/layouts/platform.html"){
size="mini" type="danger">删除
</el-button>
<el-button @click="doExportDeclare(row)" size="mini" type="primary">申请表导出</el-button>
<!-- <el-button @click="doExportDeclare(row)" size="mini" type="primary">申请表导出</el-button>-->
<el-button v-if="row.instanceState === 20" @click="doExportReimbursement(row)" size="mini"
type="primary">报销凭证导出
</el-button>
@@ -155,7 +155,7 @@ layout("/layouts/platform.html"){
methods: {
// 导出示例
doExportDeclare(row) {
this.$downLoad('/platform/activityDeclare/mine/doExportDeclare?id=' + row.declareId)
this.$downLoad('/platform/activityDeclare/mine/doExportDeclare?id=' + row.id)
},
// 导出报销凭证
doExportReimbursement(row) {