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
c8c7b188
authored
2024-09-03 11:37:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
3fa14c0a
' into dev
2 parents
4793c44c
3fa14c0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/pay.vue
View file @
c8c7b18
...
...
@@ -386,7 +386,8 @@
<
/el-icon
>
{{
language
==
0
?
'导出酒店预订单'
:
'Export PDF'
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel')"
<
el
-
button
v
-
if
=
"(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket')"
class
=
"mt20 btn-lineG"
round
size
=
"large"
type
=
"primary"
...
...
@@ -699,6 +700,8 @@ async function getTicketOrderInfoFN() {
form
.
value
.
extJson
.
ticketType
=
JSON
.
parse
(
form
.
value
.
extJson
.
ticketType
)
form
.
value
.
extJson
.
message
=
JSON
.
parse
(
form
.
value
.
extJson
.
message
)
await
getDetail
(
form
.
value
.
extJson
.
ticketDate
.
activityId
)
matchId
.
value
=
form
.
value
.
extJson
.
ticketDate
.
activityId
totalFee
.
value
=
language
.
value
==
0
?
form
.
value
.
total
:
form
.
value
.
totalEn
}
catch
(
e
)
{
console
.
log
(
e
)
...
...
@@ -927,6 +930,11 @@ const showSJ = () => {
if
(
form
.
value
.
receiptFlag
==
'0'
)
{
obj
.
receiptInfo
=
lpName
.
value
}
// // 报名
// proxy.download(`/ota/norder/getReceipt/$
{
obj
.
orderId
}
`, {
// ...obj
//
}
, `
Receipt_$
{
new
Date
().
getTime
()
}
.
pdf
`)
// 报名
proxy.download(`
/
ota
/
norder
/
getReceipt
/
$
{
obj
.
orderId
}
`, {
...obj
...
...
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