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
1edf88c2
authored
2025-05-23 14:07:16 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
导出
1 parent
f9ffd321
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/viewsPc/match/pay.vue
src/viewsPc/match/pay.vue
View file @
1edf88c
...
...
@@ -672,7 +672,8 @@ function exportSignList(n) {
var
obj
=
{
cptId
:
matchId
.
value
,
groupId
:
groupId
.
value
,
type
:
n
type
:
n
,
buy
:
buy
.
value
}
var
fileName
if
(
language
.
value
==
0
)
{
...
...
@@ -699,7 +700,8 @@ function exportSignList(n) {
function
exportPdf
()
{
var
obj
=
{
cptId
:
matchId
.
value
,
groupId
:
groupId
.
value
groupId
:
groupId
.
value
,
buy
:
buy
.
value
}
var
fileName
if
(
language
.
value
==
0
)
{
...
...
@@ -778,7 +780,8 @@ const showSJ = () => {
// 查看电子收据预览信息
var
obj
=
{
orderId
:
form
.
value
.
oid
,
type
:
1
type
:
1
,
buy
:
buy
.
value
}
if
(
form
.
value
.
receiptFlag
==
'0'
)
{
obj
.
receiptInfo
=
lpName
.
value
...
...
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