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

111

parent 42e29420
......@@ -196,13 +196,18 @@
</li>
<li>
<button class="hollowFixedBtn" @click="getList">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="getList(),getTongji()">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="outerVisible=true">导入</button>
<a class="hollowFixedBtn downBtn" style="padding:6px 9px;" :href="downList">导入模板下载</a>
</li>
</ul>
</div>
<div style="margin:15px 0;font-size:14px">
<span>未认总收:{{datainfo.Income}}</span>
<span style="margin:0 15px">审核金额:{{datainfo.AuditMoney}}</span>
<span>进日报表:{{datainfo.ReportMoney}}</span>
</div>
<div class="cm_content _scrollbar">
<table class="po_content singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0" v-loading="loading">
......@@ -219,6 +224,8 @@
<th>对方户名</th>
<th>认领单号</th>
<th>认款金额</th>
<th>已审核</th>
<th>进日报表</th>
<th>财务人员</th>
<th>操作</th>
</tr>
......@@ -240,6 +247,8 @@
<span class="hoverFriD" style="cursor: pointer;text-decoration: underline;margin-left:5px" @click="Gourl(i)" v-for="(i,index) in item.FinanceIdList" :key="index+500">{{i}}</span>&nbsp;
</td>
<td>{{item.ClaimMoney}}</td>
<td>{{item.AuditMoney}}</td>
<td>{{item.ReportMoney}}</td>
<td>
<div>{{item.UpdateBy}}</div>
<div style="font-size:12px;">{{item.UpdateDate}}</div>
......@@ -327,6 +336,7 @@
downList:"",
TypeList1:[],
TypeList2:[],
datainfo:{},
}
},
created(){
......@@ -337,6 +347,7 @@
this.GetAccount();
this.GetAccount2();
this.getList();
this.getTongji();
},
......@@ -356,6 +367,15 @@
}
},
methods: {
getTongji(){
this.apipost('Financial_get_GetFinanceRemittanceClaimStatistics',this.msg,res=>{
if(res.data.resultCode==1){
this.datainfo=res.data.data;
}else{
this.Error(res.data.message)
}
},err=>{})
},
getBank(val){
if(val==1){
this.currencyTypeList=this.TypeList1;
......
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