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
1
Merge Requests
1
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
hel-guide
hel-developer-guide
Commits
b64c1708
Commit
b64c1708
authored
Jul 31, 2017
by
高洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates common-field-window.md
Auto commit by GitBook Editor
parent
161dac30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
common-field-window.md
common-field-window.md
+34
-0
No files found.
common-field-window.md
0 → 100644
View file @
b64c1708
###窗口级通用方法
####打开功能窗口
>Hel.openMenuWindow(opts);
其中参数为:
opts.menuCode 菜单代码,opts.title窗口描述,opts.url窗口地址,
opts.menuName菜单名称,opts.moduleFlag模块标志,
opts.documentKey打开同一个功能时,识别不同单据的唯一标识
opts.reflashFlag关闭该功能菜单时是否刷新父级标志,opts.moduleName模块名称,
```
Hel.openMenuWindow({
menuCode:'',
title:'',
url:'',
menuName:'',
moduleFlag:'',
documentKey:'',
reflashFlag:'',
moduleName:''
});
```
####关闭功能窗口
>Hel.closeMenuWindow(opts);
其中参数为:
opts.menuCode:菜单代码
```
Hel.closeMenuWindow({
menuCode:''
});
```
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