Commit f0511935 authored by 黄奎's avatar 黄奎

页面修改

parent 12ddeac5
......@@ -697,7 +697,7 @@
</el-form-item>
</td>
<td class="CP_ComTitle2 CostcomCenter">3</td>
<td class="CP_ComTitle2">领队小费(每人)</td>
<td class="CP_ComTitle2">领队小费(每人)</td>
<td colspan="2">
<el-form-item>
<el-select v-model='OtherPrice.LeaderTripMoneyCurrencyId' class="w70">
......@@ -735,7 +735,7 @@
</el-form-item>
</td>
<td class="CP_ComTitle2 CostcomCenter">4</td>
<td class="CP_ComTitle2">司机小费(每人)</td>
<td class="CP_ComTitle2">司机小费(每人)</td>
<td colspan="2">
<el-form-item>
<el-select v-model='OtherPrice.DriverGuideMoneyCurrencyId' class="w70">
......@@ -756,7 +756,7 @@
<tr>
<td colspan="7"></td>
<td class="CP_ComTitle2 CostcomCenter">5</td>
<td class="CP_ComTitle2">导游小费(每人)</td>
<td class="CP_ComTitle2">导游小费(每人)</td>
<td colspan="2">
<el-form-item>
<el-select v-model='OtherPrice.GuideMoneyCurrencyId' class="w70">
......
......@@ -261,6 +261,12 @@
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(6,1)}}
</td>
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(8,1)}}
</td>
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(9,1)}}
</td>
</tr>
</template>
<template v-for="(childItem,childIndex) in CostNumberList">
......@@ -296,6 +302,12 @@
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(6,2)}}
</td>
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(8,2)}}
</td>
<td v-if="childIndex==0" :rowspan="CostNumberList.length">
{{getDayXiaoJi(9,2)}}
</td>
</tr>
</template>
</template>
......@@ -492,7 +504,7 @@
{{OtherPrice.InlandTrainTicketMoney}}
</td>
<td class="CP_ComTitle2 CostcomCenter">3</td>
<td class="CP_ComTitle2">领队小费</td>
<td class="CP_ComTitle2">领队小费(每人)</td>
<td colspan="2">
{{getCurrencyName(OtherPrice.LeaderTripMoneyCurrencyId)}}
</td>
......@@ -510,7 +522,7 @@
{{OtherPrice.InternationalAirTicket}}
</td>
<td class="CP_ComTitle2 CostcomCenter">4</td>
<td class="CP_ComTitle2">司机、导游小费</td>
<td class="CP_ComTitle2">司机小费(每人)</td>
<td colspan="2">
{{getCurrencyName(OtherPrice.DriverGuideMoneyCurrencyId)}}
</td>
......@@ -521,7 +533,7 @@
<tr>
<td colspan="7"></td>
<td class="CP_ComTitle2 CostcomCenter">5</td>
<td class="CP_ComTitle2">导游小费(每人)</td>
<td class="CP_ComTitle2">导游小费(每人)</td>
<td colspan="2">
{{getCurrencyName(OtherPrice.GuideMoneyCurrencyId)}}
</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