Commit 994fc205 authored by 黄奎's avatar 黄奎

1

parent 38f5f9a7
...@@ -1044,9 +1044,7 @@ ...@@ -1044,9 +1044,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="5" class="TC_LASTTD" contenteditable="true"> <td colspan="5" class="TC_LASTTD" contenteditable="true">
<div style="color: red" v-if="CtObj.CType!=3">
注:用房全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。
</div>
<template v-if="CtObj.TeamType == 2"> <template v-if="CtObj.TeamType == 2">
<div> <div>
{{$t('pub.pubRemark')}}<br /> {{$t('pub.pubRemark')}}<br />
......
...@@ -1449,7 +1449,8 @@ ...@@ -1449,7 +1449,8 @@
{{$t('objFill.v101.Contract.diershiqitiao')}}&nbsp;&nbsp;{{$t('objFill.qitayuedsx')}}</p> {{$t('objFill.v101.Contract.diershiqitiao')}}&nbsp;&nbsp;{{$t('objFill.qitayuedsx')}}</p>
</h3> </h3>
<p>未尽事宜,经旅游者和旅行社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)</p> <p>未尽事宜,经旅游者和旅行社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)</p>
<p style="font-weight:bold;color:red;" v-if="CtObj.OtherConvention&&CtObj.OtherConvention!=''" v-html="CtObj.OtherConvention"> <p style="font-weight:bold;color:red;" v-if="CtObj.OtherConvention&&CtObj.OtherConvention!=''"
v-html="CtObj.OtherConvention">
</p> </p>
<h3> <h3>
...@@ -1675,8 +1676,7 @@ ...@@ -1675,8 +1676,7 @@
</template> </template>
</div> </div>
<br /> <br />
<div style="color:red;" v-if="CtObj.CType!=3">
注:用房全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。</div>
</div> </div>
<!-- 自愿购物 --> <!-- 自愿购物 -->
<div class="shoppings" :class="{'checkedNav':ActiveTab==6}"> <div class="shoppings" :class="{'checkedNav':ActiveTab==6}">
...@@ -2187,9 +2187,10 @@ ...@@ -2187,9 +2187,10 @@
<p v-html="CtObj.ContractTripList[0].TravelContent"></p> <p v-html="CtObj.ContractTripList[0].TravelContent"></p>
</template> </template>
</div> </div>
<br> <br />
<div style="color:red;" v-if="CtObj.CType!=3"> <div style="color:red;" v-if="CtObj.CType!=3">
注:用房全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。</div> 注:用房全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。
</div>
</div> </div>
<!-- 自愿补充协议 --> <!-- 自愿补充协议 -->
<div class="activitys" :class="{'checkedNav':ActiveTab==7}"> <div class="activitys" :class="{'checkedNav':ActiveTab==7}">
......
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