Commit d7d34a77 authored by 黄奎's avatar 黄奎

页面修改

parent 2238ae5b
......@@ -431,6 +431,96 @@
{{$t('Operation.Op_tradePrice')}}:¥{{item.B2BMemberPrice|priceFormat(item.B2BMemberPrice)}}</p>
<p class="travelprice">
{{$t('Operation.Op_directPrice')}}:¥{{item.B2CMemberPrice|priceFormat(item.B2CMemberPrice)}}</p>
<p>
<el-popover width="700" trigger="click" popper-class="TC_customerInfo">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" style="text-align:center" width="60">
<i>{{$t('Operation.Op_standard')}}</i>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_fellowMember')}}</td>
<td>
<b>{{item.B2BMemberPrice|priceFormat(item.B2BMemberPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_fellow')}}</td>
<td>
<b>{{item.B2BPrice|priceFormat(item.B2BPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_directMember')}}</td>
<td>
<b>{{item.B2CMemberPrice|priceFormat(item.B2CMemberPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_direct')}}</td>
<td>
<b>{{item.B2CPrice|priceFormat(item.B2CPrice)}}</b>
</td>
</tr>
<tr>
<td class="TC_cusTitle">{{$t('Operation.Op_baby')}}</td>
<td>
<b>{{item.BabyPrice|priceFormat(item.BabyPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_spickupPrice')}}</td>
<td>
<b>{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('op.RTXF')}}</td>
<td colspan="3">
<b>{{item.TipAmount|priceFormat(item.TipAmount)}}</b>
</td>
</tr>
<tr>
<td rowspan="2" style="text-align:center">
<i>{{$t('Operation.Op_Income')}}</i>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_childBed')}}</td>
<td>
<b>{{(item.ChildNeedPrice)|priceFormat(item.ChildNeedPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_childSurcharge')}}</td>
<td>
<b>{{item.BabyChargePrice|priceFormat(item.BabyChargePrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_oldmanSurcharge')}}</td>
<td>
<b>{{item.OldManChargePrice|priceFormat(item.OldManChargePrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_visaPrice')}}</td>
<td>
<b>{{item.VisaPrice|priceFormat(item.VisaPrice)}}</b>
</td>
</tr>
<tr>
<td class="TC_cusTitle">{{$t('Operation.Op_singleRoomcha')}}</td>
<td>
<b>{{item.SingleRoomPrice|priceFormat(item.SingleRoomPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_insurance')}}</td>
<td>
<b>{{item.SafeMoney|priceFormat(item.SafeMoney)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_zafei')}}</td>
<td colspan="3">
<b>{{item.OtherPrice|priceFormat(item.OtherPrice)}}</b>
</td>
</tr>
<tr>
<td style="text-align:center">
<i>{{$t('Operation.Op_jianmian')}}</i>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_childNobed')}}</td>
<td>
<b>{{item.ChildNoNeedPrice|priceFormat(item.ChildNoNeedPrice)}}</b>
</td>
<td class="TC_cusTitle">{{$t('Operation.Op_visafeeBack')}}</td>
<td colspan="6">
<b>{{item.BackVisaPrice|priceFormat(item.BackVisaPrice)}}</b>
</td>
</tr>
</table>
<span slot="reference" class="price">{{$t('Operation.Op_priceDetail')}}</span>
</el-popover>
</p>
</div>
</div>
<div class="el-col" style="width:150px;">
......
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