Commit 69bfc0d7 authored by liudong1993's avatar liudong1993

1

parent f78617a0
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
</el-form> </el-form>
<ul class="clearfix"> <ul class="clearfix">
<li class="hight_query"> <li class="hight_query">
<button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="DownLoadAll()">{{$t('visa.v_daochu')}}</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -296,8 +296,8 @@ ...@@ -296,8 +296,8 @@
} }
}, },
created() { created() {
this.GetSupperOrderEditAuth()
this.userinfo = this.getLocalStorage(); this.userinfo = this.getLocalStorage();
this.GetSupperOrderEditAuth()
if (this.$route.query.FrID) { if (this.$route.query.FrID) {
this.msg.FrID = this.$route.query.FrID; this.msg.FrID = this.$route.query.FrID;
...@@ -474,6 +474,15 @@ ...@@ -474,6 +474,15 @@
} }
}) })
}, },
DownLoadAll: function() {
if (!this.msg.CostTypeID) this.msg.CostTypeID = 0;
if (this.msg.RB_Branch_Id === '') this.msg.RB_Branch_Id = -1;
if (!this.msg.BaseFinanceId) this.msg.BaseFinanceId = 0;
this.msg.EmployeeId=this.userinfo.EmployeeId;
this.GetLocalFile("Financial_post_GetFinanceRelevanceListToExcel", this.msg,"费用摊销.xls");
}
} }
} }
......
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
:pageSize='pageSize' :pageSize='pageSize'
:pageIndex='pageIndex' :pageIndex='pageIndex'
:handleCurrentChange='handleCurrentChanges' :handleCurrentChange='handleCurrentChanges'
:row-height='100' :row-height='80'
@on-custom-comp="customCompFunc" @on-custom-comp="customCompFunc"
@sort-change="sortChange" @sort-change="sortChange"
multiple-sort><!-- 多个排序 --> multiple-sort><!-- 多个排序 -->
......
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