Commit 93dabaa3 authored by liudong1993's avatar liudong1993

1

parent 23475240
...@@ -884,6 +884,7 @@ ...@@ -884,6 +884,7 @@
prop="Remitter" prop="Remitter"
label="对方单位" label="对方单位"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.Remitter }} /尾{{scope.row.OrderNo}}</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ClaimMoney" label="已认领" show-overflow-tooltip> prop="ClaimMoney" label="已认领" show-overflow-tooltip>
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
<td>{{item.TotalMoney}}</td> <td>{{item.TotalMoney}}</td>
<td>{{item.Income}}</td> <td>{{item.Income}}</td>
<td>{{item.Refund}}</td> <td>{{item.Refund}}</td>
<td>{{item.Remitter}}</td> <td>{{item.Remitter}}<p>{{item.OrderNo}}</p></td>
<td> <td>
<template v-for="(i,index) in item.ClaimList"> <template v-for="(i,index) in item.ClaimList">
<span v-if="i.Status==0" class="hoverFriD" style="cursor: pointer;text-decoration: underline;margin-left:5px; color:blue;" @click="Gourl(i.FinanceId)"> <span v-if="i.Status==0" class="hoverFriD" style="cursor: pointer;text-decoration: underline;margin-left:5px; color:blue;" @click="Gourl(i.FinanceId)">
......
...@@ -139,8 +139,8 @@ ...@@ -139,8 +139,8 @@
</li> </li>
<li> <li>
<span> <span>
<em>{{$t('objFill.duifanghuming')}}</em> <em>交易单号</em>
<el-input v-model="msg.Remitter"></el-input> <el-input v-model="msg.OrderNo"></el-input>
</span> </span>
</li> </li>
<li> <li>
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
<th>{{$t('system.table_acc')}}</th> <th>{{$t('system.table_acc')}}</th>
<th>{{$t('objFill.jiapyitime')}}</th> <th>{{$t('objFill.jiapyitime')}}</th>
<th>{{$t('objFill.duifanghuming')}}</th> <th>{{$t('objFill.duifanghuming')}}</th>
<th>交易单号</th>
<th>到账金额</th> <th>到账金额</th>
<th>手续费</th> <th>手续费</th>
<th>已认领</th> <th>已认领</th>
...@@ -214,6 +215,7 @@ ...@@ -214,6 +215,7 @@
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
<td>{{item.Remitter}}</td> <td>{{item.Remitter}}</td>
<td>{{item.OrderNo}}</td>
<td>{{item.Income}}</td> <td>{{item.Income}}</td>
<td>{{item.Refund}}</td> <td>{{item.Refund}}</td>
<td>{{(item.ClaimMoney>0?item.ClaimMoney:'-')}}</td> <td>{{(item.ClaimMoney>0?item.ClaimMoney:'-')}}</td>
......
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