WorkBook2.zip
模板在这,麻烦大佬们帮我瞅瞅,预览时要手动在地址栏加入&loginid=账号,模拟前端传参
js语句改成
var th=this;
setTimeout(function(){
var m = th.options.form.getWidgetByName("bz");
var a=th.options.form.getWidgetByName("id").getValue();
if(a=="12345678") {
m.setVisible(true);
} else{
m.setVisible(false);
}
},100)
用post传参
---------
https://help.fanruan.com/finereport/doc-view-1090.html 参考文档