记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
董敬伟
liquidnet-bus-v1
Commits
b69ebb1e
Commit
b69ebb1e
authored
Apr 22, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 导出
parent
e2b08164
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
export.html
...c/main/resources/templates/zhengzai/financial/export.html
+11
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/financial/export.html
View file @
b69ebb1e
...
@@ -77,6 +77,14 @@
...
@@ -77,6 +77,14 @@
var
performanceId
=
document
.
getElementById
(
"performanceId"
).
value
;
var
performanceId
=
document
.
getElementById
(
"performanceId"
).
value
;
var
st
=
document
.
getElementById
(
"startTime"
).
value
;
var
st
=
document
.
getElementById
(
"startTime"
).
value
;
var
et
=
document
.
getElementById
(
"endTime"
).
value
;
var
et
=
document
.
getElementById
(
"endTime"
).
value
;
var
exportType
=
0
;
if
(
type
==
2
)
{
exportType
=
1
;
}
else
if
(
type
==
3
)
{
exportType
=
3
;
}
else
if
(
type
==
4
)
{
exportType
=
2
;
}
if
(
type
==
0
)
{
if
(
type
==
0
)
{
alert
(
"请选择导出类型"
);
alert
(
"请选择导出类型"
);
return
return
...
@@ -118,13 +126,14 @@
...
@@ -118,13 +126,14 @@
}
}
var
options
=
{
var
options
=
{
modalName
:
"财务导出"
,
modalName
:
"财务导出"
,
exportUrl
:
url
,
exportUrl
:
url
,
}
}
$
.
table
.
init
(
options
);
$
.
table
.
init
(
options
);
var
param
=
{
var
param
=
{
"beginTime"
:
st
,
"beginTime"
:
st
,
"endTime"
:
et
,
"endTime"
:
et
,
"showId"
:
performanceId
"showId"
:
performanceId
,
"exportType"
:
exportType
};
};
$
.
table
.
exportExcel
(
""
,
param
)
$
.
table
.
exportExcel
(
""
,
param
)
url
=
prefix
;
url
=
prefix
;
...
...
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