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
c50e5ba7
Commit
c50e5ba7
authored
Jul 01, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
87a5a975
37f64b42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+18
-9
No files found.
src/components/TravelContractConfirm.vue
View file @
c50e5ba7
...
...
@@ -596,6 +596,7 @@
font-size
:
1rem
;
color
:
gray
;
}
</
style
>
<
template
>
...
...
@@ -1239,12 +1240,17 @@
<li>
<el-row>
<el-col
:span=
"24"
style=
"text-align:left;"
>
<p>
费用总额(小写)人民币
<span>
{{CtObj.C_TotalPrice}}
</span><
template
v-if=
"CtObj.SignType==0"
>
<p>
费用总额(小写)
<
template
v-if=
"CtObj.SignType==0"
>
人民币
</
template
>
<
template
v-else
>
日元
</
template
>
<span>
{{CtObj.C_TotalPrice}}
</span><
template
>
{{
getCurrencyStr
()
}}
</
template
>
(大写)
<
template
v-if=
"CtObj.SignType==0"
>
人民币
</
template
>
<
template
v-else
>
円
</
template
>
(大写)人民币
<span>
日元
</
template
>
<span>
<font>
{{number_chinese(CtObj.C_TotalPrice)}}
</font>
</span></p>
</el-col>
...
...
@@ -1340,14 +1346,16 @@
等共计
<span>
<font>
{{getTotalNum(getCount())}}
</font></span>
项服务。
</p>
<p>
费用总额(小写)
<
template
v-if=
"CtObj.Sig
e
Type==0"
>
<
template
v-if=
"CtObj.Sig
n
Type==0"
>
人民币
</
template
>
<
template
v-else
>
日元
</
template
>
<span>
{{CtObj.C_TotalPrice}}
</span>
{{getCurrencyStr()}}
(大写)
<
template
v-if=
"CtObj.SigeType==0"
>
<span>
{{CtObj.C_TotalPrice}}
</span>
{{getCurrencyStr()}}
(大写)
<
template
v-if=
"CtObj.SignType==0"
>
人民币
</
template
>
<
template
v-else
>
...
...
@@ -2221,7 +2229,7 @@
<p
v-if=
"CtObj.ContractTripList&&CtObj.ContractTripList.length>0"
v-html=
"CtObj.ContractTripList[0].TravelContent"
></p>
</div>
<br
/>
<br
/>
<div
style=
"color:red;"
>
注:用房
:全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。
</div>
</div>
...
...
@@ -2806,7 +2814,7 @@
<p
v-if=
"CtObj.ContractTripList&&CtObj.ContractTripList.length>0"
v-html=
"CtObj.ContractTripList[0].TravelContent"
></p>
</div>
<br
/>
<br
/>
<div
style=
"color:red;"
>
注:用房
:全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。
</div>
</div>
...
...
@@ -4475,4 +4483,5 @@
this
.
getCanvas
();
}
};
</
script
>
\ No newline at end of file
</
script
>
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