Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
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
Spencer Chang
hel-developer-guide
Commits
27845d56
Commit
27845d56
authored
Sep 15, 2017
by
刘鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jad.md
parent
dae60539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
jad.md
框架功能描述/jad.md
+3
-3
No files found.
框架功能描述/jad.md
View file @
27845d56
...
...
@@ -30,7 +30,7 @@
调用js方法
*
方法一(针对grid)
```
javascript
H
el
.
exportExcel
=
function
(
opts
){
H
ls
.
exportExcel
=
function
(
opts
){
var
contextPath
=
opts
.
contextPath
,
id
=
opts
.
id
,
view_model
=
opts
.
viewModel
,
...
...
@@ -56,7 +56,7 @@
*
方式二(针对hlsPage)
```
javascript
H
el
.
exportPageExcel
({
H
ls
.
exportPageExcel
({
contextPath
:
basePath
,
param
:{},
controller
:
"/acr/inf/index/excel/export"
,
...
...
@@ -102,7 +102,7 @@ Hel.exportPageExcel({
3.
运行Excel导出程序(获取该程序,请联系部门相关负责人)
```shell
java -jar h
el
-batch-parent.jar &
java -jar h
ls
-batch-parent.jar &
```
4.
Excel导出情况查询
用户若是为管理员身份,则查询全部人的导出情况,否则只显示当前用户的导出数据
...
...
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