Commit 6cf82912 authored by 黄奎's avatar 黄奎

页面修改

parent baac3d69
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?'男':'女'}}</td>
<td>护照</td> <td>护照</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
<p> <p>
因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。 因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。
</p> </p>
<p>本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:13880元/人 <p>本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:<font style="color:blue">{{dataList.adultPrice}} 元/人</font>
容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅 容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅
行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。 </p> 行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。 </p>
<p>签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。 <p>签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。
...@@ -665,10 +665,12 @@ ...@@ -665,10 +665,12 @@
<template v-else-if="dataList.serviceNum=='5'"> <template v-else-if="dataList.serviceNum=='5'">
<span style="font-weight:bold:color:red;"></span> <span style="font-weight:bold:color:red;"></span>
</template>(大写)项服务。 </p> </template>(大写)项服务。 </p>
<h3>人数:{{dataList.clientNumber}} 人</h3> <h3>备注:<font style="color:red">{{dataList.notes}}</font></h3>
<h3>费用总额(小写)人民币 {{dataList.orderPrice}} 元, (大写)人民币 {{dataList.bigOrderPrice}} </h3> <h3>人数:<font style="color:blue">{{dataList.clientNumber}}</font></h3>
<h3>单价:<font style="color:blue">{{dataList.adultPrice}} </font></h3>
<h3>费用总额(小写)人民币 <font style="color:blue">{{dataList.orderPrice}}</font> 元, (大写)人民币 <font style="color:blue">{{dataList.bigOrderPrice}}</font> </h3>
<h3> <h3>
{{dataList.clientNumber?dataList.clientNumber:''}}人合计 {{dataList.totalMoneyInfo}} {{dataList.clientNumber?dataList.clientNumber:''}}人合计 <font style="color:red">{{dataList.totalMoneyInfo}}</font>
</h3> </h3>
</div> </div>
<!-- 签章信息 --> <!-- 签章信息 -->
...@@ -679,7 +681,8 @@ ...@@ -679,7 +681,8 @@
<td>委托方(旅游者)签字:</td> <td>委托方(旅游者)签字:</td>
<td> <td>
<span>{{dataList.clientName}}</span> <span>{{dataList.clientName}}</span>
<img class="signDiv" style="opacity:0.5;" :src="dataList.companySignature" v-if="dataList.companySignature" alt=""> <img class="signDiv" style="opacity:0.5;" :src="dataList.companySignature"
v-if="dataList.companySignature" alt="">
</td> </td>
<td> <td>
受托方(旅行社)签章: 受托方(旅行社)签章:
......
...@@ -455,12 +455,14 @@ ...@@ -455,12 +455,14 @@
left: 60%; left: 60%;
z-index: 200; z-index: 200;
} }
.dic_content .gzqzUl li .signImg2 { .dic_content .gzqzUl li .signImg2 {
position: absolute; position: absolute;
left: 65%; left: 65%;
z-index: 200; z-index: 200;
top:0%; top: 0%;
} }
.dic_content .gzqzUl li .el-col:nth-child(2) { .dic_content .gzqzUl li .el-col:nth-child(2) {
text-align: right; text-align: right;
} }
...@@ -713,7 +715,7 @@ ...@@ -713,7 +715,7 @@
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?'男':'女'}}</td>
<td>护照</td> <td>护照</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
...@@ -731,14 +733,12 @@ ...@@ -731,14 +733,12 @@
</tbody> </tbody>
</table> </table>
</p> </p>
<h3> <h3>
<p>二 、预定项目及要求:</p> <p>二 、预定项目及要求:</p>
</h3> </h3>
<h3> <h3>
<p>机票预订</p> <p>机票预订</p>
</h3> </h3>
<p> <p>
<table class="content_table comonTb"> <table class="content_table comonTb">
<tbody> <tbody>
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
<p> <p>
因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。 因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。
</p> </p>
<p>本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:13880元/人 <p>本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:<font style="color:blue">{{dataList.adultPrice}} 元/人</font>
容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅 容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅
行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。 </p> 行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。 </p>
<p>签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。 <p>签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。
...@@ -832,13 +832,22 @@ ...@@ -832,13 +832,22 @@
<span style="font-weight:bold:color:red;"></span> <span style="font-weight:bold:color:red;"></span>
</template>(大写)项服务。 </p> </template>(大写)项服务。 </p>
<h3> <h3>
<p>人数:{{dataList.clientNumber}} 人</p> <p>备注:<font style="color:red">{{dataList.notes}}</font>
</p>
</h3>
<h3>
<p>人数:<font style="color:blue">{{dataList.clientNumber}}</font></p>
</h3>
<h3>
<p>单价:<font style="color:blue">{{dataList.adultPrice}} </font></p>
</h3> </h3>
<h3> <h3>
<p>费用总额(小写)人民币 {{dataList.orderPrice}} 元, (大写)人民币 {{dataList.bigOrderPrice}} </p> <p>费用总额(小写)人民币 {{dataList.orderPrice}} 元, (大写)人民币 {{dataList.bigOrderPrice}} </p>
</h3> </h3>
<h3> <h3>
<p>{{dataList.clientNumber?dataList.clientNumber:''}}人合计 {{dataList.totalMoneyInfo}}</p> <p> {{dataList.clientNumber?dataList.clientNumber:''}}人合计 <font style="color:red">
{{dataList.totalMoneyInfo}}</font>
</p>
</h3> </h3>
</div> </div>
<!-- 盖章签字 --> <!-- 盖章签字 -->
......
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