Commit 4a90365a authored by liudong1993's avatar liudong1993

1

parent 5bf8e5eb
......@@ -19,7 +19,7 @@
<el-table-column align="center" label="幸福存折">
<el-table-column
prop="BalanceFan"
label="幸福存折"
label="幸福存折"
min-width="120" align="center" sortable>
<template slot-scope="scope">
{{scope.row.BalanceFan}}
......@@ -27,7 +27,7 @@
</el-table-column>
<el-table-column
prop="BalanceFanRate"
label="存折占比"
label="存折占比"
min-width="120" align="center" sortable>
<template slot-scope="scope">
{{scope.row.BalanceFanRate}}%
......@@ -104,7 +104,7 @@
<div style="display: flex;align-items: center;margin-top: 30px;">
<h3 class="text-center" style="margin-bottom: 5px;">同行统计</h3>
<h3 class="text-center" style="margin-bottom: 5px;">同行统计(仅展示Top50)</h3>
</div>
<el-table
......
......@@ -178,6 +178,9 @@
<button v-if="activeName==8" class="normalBtn" @click="exportExcel5">
{{$t('visa.v_daochu')}}
</button>
<button v-if="activeName==9" class="normalBtn" @click="exportExcel6">
{{$t('visa.v_daochu')}}
</button>
</li>
</ul>
</div>
......@@ -486,6 +489,13 @@ export default {
}
this.GetLocalFile("financestatistics_post_GetWiatPayAnalysisStatToExcel", msg, '待付款情况'+ this.$commonUtils.getCurrentDate() + ".xls");
},
exportExcel6(){//导出报表
let msg = {
EmployeeId: this.getLocalStorage().EmployeeId,
...this.msg
}
this.GetLocalFile("financestatistics_post_GetMemberRebateStatToExcel", msg, '会员返利情况'+ this.$commonUtils.getCurrentDate() + ".xls");
},
getQueryData() {
//获取公司列表
this.apipost(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment