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
ac4c6876
authored
2025-07-22 17:39:05 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
旅游
1 parent
02735139
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/match/pay.vue
src/viewsPc/booking/pay.vue
View file @
ac4c687
...
...
@@ -998,7 +998,6 @@ function submitSJ() {
cancelButtonText
:
language
.
value
==
0
?
'取消'
:
'Cancel'
,
type
:
'warning'
}).
then
(()
=>
{
form
.
value
.
receiptFlag
=
'1'
showSJ
()
})
}
...
...
@@ -1021,6 +1020,7 @@ const showSJ = async() => {
...
obj
},
`Receipt.pdf`
,
{},
'application/pdf'
)
showSJDialog
.
value
=
false
form
.
value
.
receiptFlag
=
'1'
}
</
script
>
...
...
src/viewsPc/match/pay.vue
View file @
ac4c687
...
...
@@ -756,7 +756,6 @@ function submitSJ() {
cancelButtonText
:
language
.
value
==
0
?
'取消'
:
'Cancel'
,
type
:
'warning'
}).
then
(()
=>
{
form
.
value
.
receiptFlag
=
'1'
showSJ
()
})
}
...
...
@@ -797,6 +796,7 @@ const showSJ = () => {
...
obj
},
`Receipt_
${
new
Date
().
getTime
()}
.pdf`
,
{},
'application/pdf'
)
showSJDialog
.
value
=
false
form
.
value
.
receiptFlag
=
'1'
}
</
script
>
...
...
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