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
555c5f28
Commit
555c5f28
authored
Sep 10, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
7d9f2867
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
clientConfirm.vue
src/components/clientConfirm.vue
+6
-4
No files found.
src/components/clientConfirm.vue
View file @
555c5f28
...
...
@@ -527,8 +527,10 @@
<p>
旅游费用支付时间:
<font>
{{
getDate
(
dataList
.
payDate
)
}}
</font></p>
<h3><p
class=
"toTopDistance"
>
第二十二条
人身意外伤害保险
</p></h3>
<p>
旅游者
<font>
{{
dataList
.
insuranceOpinion
==
1
?
'同意'
:
'不同意'
}}
</font>
(同意或者不同意,打勾无效)委托出境社办理人身意外伤害保险,保险公司名称
<font></font>
(投保的相关信息以实际保单为准);保险金额:
<font>
{{
dataList
.
insuranceAmount
}}
</font>
元人民币。
2.旅游者
<font
v-if=
"dataList.insuranceOpinion==1"
>
委托出境社购买
</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>
旅游者
<font>
{{
dataList
.
clientName
}}
</font>
(姓名)已阅读知悉保险条款,个人旅游人身意外伤害保险赔付标准按相关保险条款规定执行。
</p>
<h3><p
class=
"toTopDistance"
>
第二十三条
成团人数与不成团的约定
</p></h3>
...
...
@@ -803,7 +805,7 @@
</div>
<!-- 自愿购物活动补充协议 -->
<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>
<th>
具体时间
</th>
<th>
地点
</th>
...
...
@@ -828,7 +830,7 @@
</div>
<!-- 自愿参加另行付费旅游项目补充协议 -->
<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>
<th>
具体时间
</th>
<th>
地点
</th>
...
...
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