Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
6cf82912
Commit
6cf82912
authored
Jul 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
baac3d69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
13 deletions
+25
-13
TravelContractDetailRB.vue
src/components/TravelContractDetailRB.vue
+9
-6
clientConfirmRB.vue
src/components/clientConfirmRB.vue
+16
-7
No files found.
src/components/TravelContractDetailRB.vue
View file @
6cf82912
...
...
@@ -555,7 +555,7 @@
</tr>
<tr
v-for=
"(item,index) in dataList.guestList"
:key=
"index+10000"
>
<td>
{{index+1}}
</td>
<td>
{{item.surName+''+item.name}}
</td>
<td>
{{item.surName+''+item.name}}
{{item.guestType}}
</td>
<td>
{{item.sex==1?'男':'女'}}
</td>
<td>
护照
</td>
<td>
{{item.passportNo}}
</td>
...
...
@@ -640,7 +640,7 @@
<p>
因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。
</p>
<p>
本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:
13880元/人
<p>
本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:
<font
style=
"color:blue"
>
{{dataList.adultPrice}} 元/人
</font>
容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅
行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。
</p>
<p>
签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。
...
...
@@ -665,10 +665,12 @@
<
template
v-else-if=
"dataList.serviceNum=='5'"
>
<span
style=
"font-weight:bold:color:red;"
>
伍
</span>
</
template
>
(大写)项服务。
</p>
<h3>
人数:{{dataList.clientNumber}} 人
</h3>
<h3>
费用总额(小写)人民币 {{dataList.orderPrice}} 元, (大写)人民币 {{dataList.bigOrderPrice}}
</h3>
<h3>
备注:
<font
style=
"color:red"
>
{{dataList.notes}}
</font></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>
{{dataList.clientNumber?dataList.clientNumber:''}}人合计
{{dataList.totalMoneyInfo}}
{{dataList.clientNumber?dataList.clientNumber:''}}人合计
<font
style=
"color:red"
>
{{dataList.totalMoneyInfo}}
</font>
</h3>
</div>
<!-- 签章信息 -->
...
...
@@ -679,7 +681,8 @@
<td>
委托方(旅游者)签字:
</td>
<td>
<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>
受托方(旅行社)签章:
...
...
src/components/clientConfirmRB.vue
View file @
6cf82912
...
...
@@ -455,12 +455,14 @@
left
:
60%
;
z-index
:
200
;
}
.dic_content
.gzqzUl
li
.signImg2
{
position
:
absolute
;
left
:
65%
;
z-index
:
200
;
top
:
0%
;
top
:
0%
;
}
.dic_content
.gzqzUl
li
.el-col
:nth-child
(
2
)
{
text-align
:
right
;
}
...
...
@@ -713,7 +715,7 @@
</tr>
<tr
v-for=
"(item,index) in dataList.guestList"
:key=
"index+10000"
>
<td>
{{index+1}}
</td>
<td>
{{item.surName+''+item.name}}
</td>
<td>
{{item.surName+''+item.name}}
{{item.guestType}}
</td>
<td>
{{item.sex==1?'男':'女'}}
</td>
<td>
护照
</td>
<td>
{{item.passportNo}}
</td>
...
...
@@ -731,14 +733,12 @@
</tbody>
</table>
</p>
<h3>
<p>
二 、预定项目及要求:
</p>
</h3>
<h3>
<p>
机票预订
</p>
</h3>
<p>
<table
class=
"content_table comonTb"
>
<tbody>
...
...
@@ -806,7 +806,7 @@
<p>
因部分旅游资源需提前预订的特殊性,本产品线路在旅行社成团后至出行前29天外取消的,也将产生实际损失,具体损失包括但不限于机票、酒店等,如旅游者需要取消订单,应及时联系旅行社,旅行社除协助旅游者减损并退还未实际发生的损失费用外不再承担其他赔偿责任。
</p>
<p>
本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:
13880元/人
<p>
本人已阅读了本合同所有条款,乙方(旅行社)已就合同条款对本人进行了真实、准确、完整的说明,本人已完全了解合同条款的内费用合计:
<font
style=
"color:blue"
>
{{dataList.adultPrice}} 元/人
</font>
容及含义,同时本人悉知自身身体适宜此次旅行。烦请务必携带自身常用药品,如有身体不适必须第一时间告知随团导游或领队,并及时到当地医院做检查,如因个人原因耽误病情,一切后果均由客人自行承担。旅游意外伤害险:若旅行社购买赠送客人,如有出险理赔视为旅
行社责任风险分摊,保险公司赔偿金额为最终赔付,旅行社不再进行赔偿。
</p>
<p>
签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单),全体委托人享受本合同约定的权利,履行本合同约定的义务,受托人在旅游合同及其附件上的签字全体委托人均予以认可。
...
...
@@ -832,13 +832,22 @@
<span
style=
"font-weight:bold:color:red;"
>
伍
</span>
</
template
>
(大写)项服务。
</p>
<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>
<p>
费用总额(小写)人民币 {{dataList.orderPrice}} 元, (大写)人民币 {{dataList.bigOrderPrice}}
</p>
</h3>
<h3>
<p>
{{dataList.clientNumber?dataList.clientNumber:''}}人合计 {{dataList.totalMoneyInfo}}
</p>
<p>
{{dataList.clientNumber?dataList.clientNumber:''}}人合计
<font
style=
"color:red"
>
{{dataList.totalMoneyInfo}}
</font>
</p>
</h3>
</div>
<!-- 盖章签字 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment