Commit 2a59e402 authored by 吴春's avatar 吴春

车资显示

parent a61881ec
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
<th width="100">车配号</th> <th width="100">车配号</th>
<th width="100">车辆号</th> <th width="100">车辆号</th>
<th width="60">用车方式</th> <th width="60">用车方式</th>
<!-- <th width="60">车费</th> <th width="60">车费</th>
<th width="120">车费付款方式</th> --> <th width="120">车费付款方式</th>
<th width="80">高速公路费</th> <th width="80">高速公路费</th>
<th width="120">高速费用付款方式</th> <th width="120">高速费用付款方式</th>
<th width="60">停车费</th> <th width="60">停车费</th>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<span v-if='index!=0&&index!=list.BusList.length-1'>{{item.AirportPickUpStr}}</span> <span v-if='index!=0&&index!=list.BusList.length-1'>{{item.AirportPickUpStr}}</span>
<span v-if='index==list.BusList.length-1'>送机</span> <span v-if='index==list.BusList.length-1'>送机</span>
</td> </td>
<!-- <td> <td>
{{ item.PayType === 1 ? moneyFormat(item.CostPrice) : 0}} {{ item.PayType === 1 ? moneyFormat(item.CostPrice) : 0}}
</td> </td>
<td> <td>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<span v-else-if="item.PayType === 2">公司结算</span> <span v-else-if="item.PayType === 2">公司结算</span>
<span v-else-if="item.PayType === 3">预付</span> <span v-else-if="item.PayType === 3">预付</span>
<span v-else>暂无</span> <span v-else>暂无</span>
</td> --> </td>
<td> <td>
{{item.HighSpeedPayType === 1 ? moneyFormat(item.HighSpeedPrice) : 0}} {{item.HighSpeedPayType === 1 ? moneyFormat(item.HighSpeedPrice) : 0}}
</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