Commit dfb6cab0 authored by liudong1993's avatar liudong1993

1

parent 5cea4862
......@@ -199,7 +199,7 @@
<button class="hollowFixedBtn" @click="getList(),getTongji()">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="outerVisible=true">{{$t('objFill.daoru')}}</button>
<a class="hollowFixedBtn downBtn" style="padding:6px 9px;" :href="downList">{{$t('objFill.v101.FinancialModule.daorumobxz')}}</a>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button>
</li>
</ul>
</div>
......@@ -551,6 +551,14 @@
}
}, err => {})
},
method5: function() {
let userInfo=this.getLocalStorage();
this.msg.EmployeeId= userInfo.EmployeeId;
let time = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd"))
var fileName = '未认款'+time+'.xls'
this.GetLocalFile("Financial_get_GetFinanceRemittanceClaimToExcel", 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