记得上下班打卡 | 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
7eea377e
Commit
7eea377e
authored
Aug 24, 2022
by
xuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加代理演出列表导出
parent
39213041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
saleData.html
...urces/templates/zhengzai/smile/smileTickets/saleData.html
+18
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/smileTickets/saleData.html
View file @
7eea377e
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label is-required"
>
代理数据:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
代理数据:
</label>
<a
style=
"margin-left: 500px"
href=
"javascript:void(0)"
class=
"btn btn-success btn-xs"
onclick=
"onexport()"
><i
class=
"fa fa-edit"
></i>
导出
</a>
<table
id=
"team-table2"
class=
"table table-condensed table-sm"
th:border=
"1"
>
<table
id=
"team-table2"
class=
"table table-condensed table-sm"
th:border=
"1"
>
<tr>
<tr>
<td>
姓名
</td>
<td>
姓名
</td>
...
@@ -109,6 +110,23 @@
...
@@ -109,6 +110,23 @@
}
}
});
});
}
}
function
onexport
(){
var
params
=
{
perId
:
'[[${saleDataVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
)
}
$
.
ajax
({
type
:
'get'
,
url
:
"/smile/show/base/export"
,
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
params
,
success
:
function
(
e
)
{
window
.
location
.
replace
(
'http://'
+
window
.
location
.
host
+
'/smile/show/base/export?perId='
+
'[[${saleDataVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
))
}
});
}
</script>
</script>
</body>
</body>
</html>
</html>
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