Commit 555c5f28 authored by 黄媛媛's avatar 黄媛媛

111

parent 7d9f2867
...@@ -527,8 +527,10 @@ ...@@ -527,8 +527,10 @@
<p>旅游费用支付时间:<font>{{getDate(dataList.payDate)}}</font></p> <p>旅游费用支付时间:<font>{{getDate(dataList.payDate)}}</font></p>
<h3><p class="toTopDistance">第二十二条&nbsp;&nbsp;人身意外伤害保险</p></h3> <h3><p class="toTopDistance">第二十二条&nbsp;&nbsp;人身意外伤害保险</p></h3>
<p> <p>
旅游者<font>{{dataList.insuranceOpinion==1?'同意':'不同意'}}</font>(同意或者不同意,打勾无效)委托出境社办理人身意外伤害保险,保险公司名称 2.旅游者<font v-if="dataList.insuranceOpinion==1">委托出境社购买</font>
<font></font>(投保的相关信息以实际保单为准);保险金额:<font>{{dataList.insuranceAmount}}</font>元人民币。 <font v-if="dataList.insuranceOpinion==2">自行购买</font>
<font v-if="dataList.insuranceOpinion==3">放弃购买</font>人身意外伤害保险
<font v-if="dataList.insuranceOpinion==1">{{dataList.insuranceProduct}},保险产品名称(投保的相关信息以实际保单为准);</font>
</p> </p>
<p>旅游者<font>{{dataList.clientName}}</font>(姓名)已阅读知悉保险条款,个人旅游人身意外伤害保险赔付标准按相关保险条款规定执行。</p> <p>旅游者<font>{{dataList.clientName}}</font>(姓名)已阅读知悉保险条款,个人旅游人身意外伤害保险赔付标准按相关保险条款规定执行。</p>
<h3><p class="toTopDistance">第二十三条&nbsp;&nbsp;成团人数与不成团的约定</p></h3> <h3><p class="toTopDistance">第二十三条&nbsp;&nbsp;成团人数与不成团的约定</p></h3>
...@@ -803,7 +805,7 @@ ...@@ -803,7 +805,7 @@
</div> </div>
<!-- 自愿购物活动补充协议 --> <!-- 自愿购物活动补充协议 -->
<div v-show="ActiveTab==6" class="item_content"> <div v-show="ActiveTab==6" class="item_content">
<table class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse"> <table v-if="dataList.shopProtocolList&&dataList.shopProtocolList.length>0" class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<tr> <tr>
<th>具体时间</th> <th>具体时间</th>
<th>地点</th> <th>地点</th>
...@@ -828,7 +830,7 @@ ...@@ -828,7 +830,7 @@
</div> </div>
<!-- 自愿参加另行付费旅游项目补充协议 --> <!-- 自愿参加另行付费旅游项目补充协议 -->
<div v-show="ActiveTab==7" class="item_content"> <div v-show="ActiveTab==7" class="item_content">
<table class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse"> <table v-if="dataList.payProtocolList&&dataList.payProtocolList.length>0" class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<tr> <tr>
<th>具体时间</th> <th>具体时间</th>
<th>地点</th> <th>地点</th>
......
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