Commit b64c1708 authored by 高洋's avatar 高洋

Updates common-field-window.md

Auto commit by GitBook Editor
parent 161dac30
###窗口级通用方法
####打开功能窗口
>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:''
});
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment