Commit 09ab7b80 authored by Mac's avatar Mac

1

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