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
211877bc
Commit
211877bc
authored
Sep 10, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c8065b8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
clientConfirm.vue
src/components/clientConfirm.vue
+22
-4
No files found.
src/components/clientConfirm.vue
View file @
211877bc
...
...
@@ -258,6 +258,19 @@
.dic_content
.gzqzUl
li
{
font-size
:
1.8rem
;
}
.dic_content
.TcTravel_Table
{
width
:
100%
;
border
:
none
;
border-collapse
:
collapse
;
border-spacing
:
0
;
font-size
:
1.8rem
;
}
.dic_content
.TcTravel_Table
td
{
border
:
1px
solid
rgb
(
0
,
0
,
0
);
word-break
:
break-all
;
padding
:
5px
;
line-height
:
1.5
;
}
</
style
>
<
template
>
...
...
@@ -503,10 +516,14 @@
</p>
<h3><p
class=
"toTopDistance"
>
第二十一条 旅游费用及支付(以人民币为计算单位)
</p></h3>
<p>
成人
<font>
{{
dataList
.
adultPrice
}}
</font>
元/人,
小孩
<font>
{{
dataList
.
childPrice
}}
</font>
元/人;其中,导游服务费
成人
<font>
{{
dataList
.
adultPrice
}}
</font>
元/人,
儿童(不满14岁)
<font>
{{
dataList
.
childPrice
}}
</font>
元/人;其中,导游服务费
<font>
{{
dataList
.
servicePrice
}}
</font>
元/人;旅游费用合计:
<font>
{{
dataList
.
orderPrice
}}
</font>
元。
</p>
<p>
旅游费用支付方式:
<font>
{{
dataList
.
payType
==
1
?
'现金'
:
'转账'
}}
</font></p>
<p>
旅游费用支付方式:
<font
v-if=
"dataList.payType==1"
>
现金
</font>
<font
v-if=
"dataList.payType==2"
>
转账
</font>
<font
v-if=
"dataList.payType==3"
>
支票
</font>
</p>
<p>
旅游费用支付时间:
<font>
{{
getDate
(
dataList
.
payDate
)
}}
</font></p>
<h3><p
class=
"toTopDistance"
>
第二十二条
人身意外伤害保险
</p></h3>
<p>
...
...
@@ -716,7 +733,8 @@
</div>
<!-- 团队行程 -->
<div
v-show=
"ActiveTab==5"
class=
"item_content"
>
<table
class=
"content_table ClientTravelTable"
cellpadding=
"0"
cellspacing=
"0"
style=
"border-collapse:collapse"
>
<div
v-html=
"dataList.travelContent"
></div>
<!--
<table
class=
"content_table ClientTravelTable"
cellpadding=
"0"
cellspacing=
"0"
style=
"border-collapse:collapse"
>
<tr>
<td
width=
"10%"
>
团号
</td>
<td
width=
"36%"
>
{{
dataList
.
tCNum
}}
</td>
...
...
@@ -781,7 +799,7 @@
<span
v-if=
"index!=tripList.length-1"
>
双人间
</span>
</td>
</tr>
</table>
</table>
-->
</div>
<!-- 自愿购物活动补充协议 -->
<div
v-show=
"ActiveTab==6"
class=
"item_content"
>
...
...
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