Commit 09ab7b80 authored by Mac's avatar Mac

1

parent ffee7e45
......@@ -67,7 +67,8 @@
<div class="_fnDm_content" v-loading='loading'>
<table class="singeRowTable" cellspacing="0" cellpadding="0" style="border: 1px solid rgb(230, 230, 230);">
<tr>
<th colspan="14">四川和平国际旅行社有限公司资金日报表</th>
<th colspan="16">{{branchName}}资金日报表</th>
</tr>
<tr>
<th>校区</th>
......@@ -189,6 +190,8 @@
total:0,
dataList:[],
dataObj: {},
branchName: ''
}
},created(){
......@@ -196,6 +199,8 @@
},mounted(){
let userInfo=this.getLocalStorage();
this.getList();
this.branchName = userInfo.GroupName
this.msg.EmployeeId= userInfo.EmployeeId;
},
methods:{
......
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