设置一个全局函数为dept,根据登陆账号返回岗位,如何自动根据函数返回信息隐藏或者展示控件。该控件在参数面板,无法通过设置条件属性实现。
这个就是要js写就可以
控件初始化事件,根据岗位,隐藏显示控件
=======
this.options.form.getWidgetByName("控件名").setVisible(false);//隐藏控件
this.options.form.getWidgetByName("控件名").setVisible(true);//显示控件
if判断下就可以
参考https://bbs.fanruan.com/wenda/question/174595.html
换成职位判断就可以
JS根据条件显示参数控件--https://help.fanruan.com/finereport/doc-view-1195.html