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
9a651a0c
Commit
9a651a0c
authored
Jul 20, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3696c6f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
8 deletions
+30
-8
clientConfirm.vue
src/components/clientConfirm.vue
+30
-8
No files found.
src/components/clientConfirm.vue
View file @
9a651a0c
...
...
@@ -893,12 +893,7 @@
放弃购买
</p>
</p>
<!--
<p>
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>
...
...
@@ -1086,7 +1081,6 @@
<el-col
:span=
"8"
style=
"text-align:right"
>
姓名:
</el-col>
<el-col
:span=
"16"
style=
"text-align:left"
>
{{
item
.
surName
+
''
+
item
.
name
}}
(
{{
item
.
eSurName
+
''
+
item
.
eName
}}
)
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"8"
style=
"text-align:right"
>
性别:
</el-col>
...
...
@@ -1097,7 +1091,6 @@
<el-col
:span=
"12"
>
<el-col
:span=
"8"
style=
"text-align:right"
>
证件类型:
</el-col>
<el-col
:span=
"16"
style=
"text-align:left"
>
{{
item
.
passportNo
}}
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"8"
style=
"text-align:right"
>
证件号码
</el-col>
...
...
@@ -1119,6 +1112,35 @@
</div>
<!-- 团队行程 -->
<div
v-show=
"ActiveTab==5"
class=
"item_content"
>
<table
class=
"content_table ClientTravelTable"
>
<tbody>
<tr>
<td
width=
"15%"
>
团号
</td>
<td
style=
"text-aligin:left;"
>
<span>
{{
dataList
.
tCNum
}}
</span>
</td>
</tr>
<tr>
<td
width=
"15%"
>
出团日期
</td>
<td
style=
"text-aligin:left;"
>
<span>
{{
getDate
(
dataList
.
startDate
)
}}
</span>
</td>
</tr>
<tr>
<td
width=
"15%"
>
返回日期
</td>
<td
style=
"text-aligin:left;"
>
<span>
{{
getDate
(
dataList
.
returnDate
)
}}
</span>
</td>
</tr>
<tr>
<td
width=
"12%"
>
线路名称
</td>
<td
style=
"text-aligin:left;"
>
<span>
{{
dataList
.
productName
}}
</span>
</td>
</tr>
</tbody>
</table>
<br>
<div
v-html=
"dataList.travelContent"
></div>
</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