Commit 21f16474 authored by 华国豪's avatar 华国豪 🙄
parents c0b67cbb 62048759
...@@ -679,8 +679,10 @@ ...@@ -679,8 +679,10 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
应付:{{item.Money}}<br /> <span v-if="item.AirTotalMoney>0">应付:{{item.AirTotalMoney}}(分摊:{{item.Money}})</span>
实付:{{item.PayMoney}} <span v-else>应付:{{item.Money}}</span><br/>
<span v-if="item.AirTotalMoney>0">实付:{{item.AirTotalPayMoney}}(分摊:{{item.PayMoney}})</span>
<span v-else>实付:{{item.PayMoney}}</span>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
<td> <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