Commit af8e3d8f authored by liudong1993's avatar liudong1993

1

parent 8088104c
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<ul class="clearfix"> <ul class="clearfix">
<li class="hight_query"> <li class="hight_query">
<button class="hollowFixedBtn" @click="getdatalist()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="getdatalist()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="method5()">导出</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -206,6 +207,16 @@ ...@@ -206,6 +207,16 @@
} }
); );
}, },
method5() {
if (this.missionDate && this.missionDate.length == 2) {
this.msg.QStartDate = this.missionDate[0];
this.msg.QEndDate = this.missionDate[1];
}
let msg = JSON.parse(JSON.stringify(this.msg))
let userInfo = this.getLocalStorage();
msg.EmployeeId = userInfo.EmployeeId
this.GetLocalFile("Financial_post_GetJanpanHandFeeMonthBoardToExcel", msg, "团队手配费明细.xls");
},
goTravelInfo(item){ goTravelInfo(item){
if(item.OtherType==61){ if(item.OtherType==61){
let query = { let query = {
......
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