Commit 4acbe108 authored by 黄奎's avatar 黄奎

新增人头小费

parent 798b9bdc
...@@ -546,9 +546,13 @@ ...@@ -546,9 +546,13 @@
<td class="TC_cusTitle">{{$t('Operation.Op_baby')}}</td> <td class="TC_cusTitle">{{$t('Operation.Op_baby')}}</td>
<td><b>{{item.BabyPrice|priceFormat(item.BabyPrice)}}</b></td> <td><b>{{item.BabyPrice|priceFormat(item.BabyPrice)}}</b></td>
<td class="TC_cusTitle">{{$t('Operation.Op_spickupPrice')}}</td> <td class="TC_cusTitle">{{$t('Operation.Op_spickupPrice')}}</td>
<td colspan="5"> <td>
<b>{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}</b> <b>{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}</b>
</td> </td>
<td class="TC_cusTitle">人头小费</td>
<td colspan="3">
<b>{{item.TipAmount|priceFormat(item.TipAmount)}}</b>
</td>
</tr> </tr>
<tr> <tr>
<td rowspan="2" style="text-align:center"> <td rowspan="2" style="text-align:center">
......
...@@ -491,6 +491,13 @@ ...@@ -491,6 +491,13 @@
<template slot="prepend">单地接</template> <template slot="prepend">单地接</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item>
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.TipAmount"
@keyup.native="checkPrice(priceData,'TipAmount')">
<template slot="prepend">人头小费</template>
</el-input>
</el-form-item>
</div> </div>
</div> </div>
<div class="clearfix"> <div class="clearfix">
...@@ -1198,6 +1205,7 @@ ...@@ -1198,6 +1205,7 @@
SaleClearOrderHour: 0, SaleClearOrderHour: 0,
//可退景点下拉列表 //可退景点下拉列表
ScenicBackList: [], ScenicBackList: [],
TipAmount:0,//人头小费金额
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
......
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