Commit d84761f7 authored by 黄媛媛's avatar 黄媛媛

111

parent d9007a8b
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
</li> </li>
</ul> </ul>
<div style="margin-top:15px"> <div style="margin-top:15px">
<span>制单已审核:{{dataInfo.CXMoney}}</span> <span>制单已审核:{{dataInfo.CXMoney}}</span>
<span style="margin:0 20px">制单未审核:{{dataInfo.ZDMoney}}</span> <span style="margin:0 20px">制单未审核:{{dataInfo.ZDMoney}}</span>
<span>未制单:{{dataInfo.Money}}</span> <span>未制单:{{dataInfo.Money}}</span>
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr> <tr>
...@@ -279,7 +279,7 @@ export default { ...@@ -279,7 +279,7 @@ export default {
this.form.groupId=userInfo.RB_Group_id; this.form.groupId=userInfo.RB_Group_id;
this.EmployeeId=userInfo.EmployeeId; this.EmployeeId=userInfo.EmployeeId;
if(this.$route.query.Id){ if(this.$route.query.id){
this.obj.Id=Number(this.$route.query.Id); this.obj.Id=Number(this.$route.query.Id);
} }
if(this.$route.query.AccountId){ if(this.$route.query.AccountId){
......
...@@ -861,7 +861,7 @@ ...@@ -861,7 +861,7 @@
</tr> </tr>
<tr> <tr>
<th>ID</th> <th>ID</th>
<th width="150px">团号</th> <th width="170px">团号</th>
<th>账户类型</th> <th>账户类型</th>
<th>账户名称</th> <th>账户名称</th>
<th>收据金额</th> <th>收据金额</th>
......
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