Commit 80df7dba authored by liudong1993's avatar liudong1993

1

parent 93ec4fe9
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
<li class="hight_query"> <li class="hight_query">
<button class="hollowFixedBtn" @click="resetPageIndex()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="resetPageIndex()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button> <button class="normalBtn" @click="method5(0)">{{$t('visa.v_daochu')}}</button>
<button class="normalBtn" @click="method5(1)">汇总{{$t('visa.v_daochu')}}</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -626,7 +627,7 @@ export default { ...@@ -626,7 +627,7 @@ export default {
this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getPageList(); this.getPageList();
}, },
method5: function() { method5: function(ImportType) {
if(!this.msg.ClientID)this.msg.ClientID=""; if(!this.msg.ClientID)this.msg.ClientID="";
if(!this.msg.ClientType)this.msg.ClientType=0; if(!this.msg.ClientType)this.msg.ClientType=0;
if(!this.msg.CurrencyId)this.msg.CurrencyId=0; if(!this.msg.CurrencyId)this.msg.CurrencyId=0;
...@@ -647,6 +648,7 @@ export default { ...@@ -647,6 +648,7 @@ export default {
if(!this.msg.KJCostTypeId)this.msg.KJCostTypeId=0; if(!this.msg.KJCostTypeId)this.msg.KJCostTypeId=0;
if(!this.msg.IsSelectKJSetCostType)this.msg.IsSelectKJSetCostType=0; if(!this.msg.IsSelectKJSetCostType)this.msg.IsSelectKJSetCostType=0;
let time = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd")) let time = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd"))
this.msg.ImportType = ImportType;
// var fileName = `${this.$t('objFill.v101.FinancialModule.pingtztjetj')}${time}.xls`; // var fileName = `${this.$t('objFill.v101.FinancialModule.pingtztjetj')}${time}.xls`;
var fileName = this.$t('objFill.v101.FinancialModule.pingtztjetj')+time+'.xls' var fileName = this.$t('objFill.v101.FinancialModule.pingtztjetj')+time+'.xls'
this.GetLocalFile("Financial_post_GetPlatformStatisticsExport", this.msg,fileName); this.GetLocalFile("Financial_post_GetPlatformStatisticsExport", this.msg,fileName);
......
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