Commit a38e578d authored by liudong1993's avatar liudong1993

团队营收报表

parent 834d1816
...@@ -486,7 +486,7 @@ tr._item_list td:last-child { ...@@ -486,7 +486,7 @@ tr._item_list td:last-child {
<ul class="clearfix"> <ul class="clearfix">
<li class="hight_query"> <li class="hight_query">
<button class="normalBtn" @click="togbu()">{{$t('pub.searchBtn')}}</button> <button class="normalBtn" @click="togbu()">{{$t('pub.searchBtn')}}</button>
<!-- <button class="hollowFixedBtn" @click="method5()">导出</button> --> <button class="hollowFixedBtn" @click="method5()">导出</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -869,9 +869,9 @@ export default { ...@@ -869,9 +869,9 @@ export default {
method5: function() { method5: function() {
this.loading = true; this.loading = true;
this.GetLocalFile( this.GetLocalFile(
"financestatistics_post_OutToExcelYearReportList", "financestatistics_post_OutToExcelTravelMonthReportList",
this.msg, this.msg,
"月度营收报表.xls" "团队营收统计表.xls"
); );
this.loading = false; this.loading = false;
}, },
......
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