Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c37dd1cd
authored
2025-07-21 17:36:10 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
旅游
1 parent
ae67d96a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/pay.vue
View file @
c37dd1c
...
...
@@ -68,7 +68,7 @@
<el-col>
{{
language
==
0
?
'套餐'
:
'Package'
}}
:
{{
formInfo
.
mealName
}}
<span
style=
"margin-left: 40px"
>
{{
language
==
0
?
'价格'
:
'Price'
}}
</span><span
>
{{
language
==
0
?
'价格'
:
'Price'
}}
:
</span><span
class=
"price"
>
{{
language
==
0
?
'¥'
+
formInfo
.
mealPrice
:
'€'
+
formInfo
.
mealPriceEn
}}
</span>
<span
style=
"margin-left: 40px"
>
{{
...
...
@@ -104,7 +104,7 @@
<el-col>
{{
language
==
0
?
'套餐'
:
'Package'
}}
:
{{
formInfo
.
photoName
}}
<span
style=
"margin-left: 40px"
>
{{
language
==
0
?
'价格'
:
'Price'
}}
</span><span
>
{{
language
==
0
?
'价格'
:
'Price'
}}
:
</span><span
class=
"price"
>
{{
language
==
0
?
'¥'
+
formInfo
.
photoPrice
:
'€'
+
formInfo
.
photoPriceEn
}}
</span>
</el-col>
...
...
@@ -510,7 +510,7 @@
</el-button>
<el-button
v-if=
"(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car')&&language != 0"
v-if=
"(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car'
||type=='travel'
)&&language != 0"
class=
"btn-lineG w200px"
round
type=
"primary"
@
click=
"downInvoice"
...
...
@@ -731,6 +731,7 @@ function getData() {
}
if
(
type
.
value
==
'travel'
)
{
getTravelOrderInfo
()
checkReceipt
()
}
}
...
...
@@ -974,7 +975,6 @@ function handleView() {
function
downInvoice
()
{
getremark
()
debugger
if
(
form
.
value
.
receiptFlag
==
'0'
)
{
showSJDialog
.
value
=
true
}
else
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment