功能是 点击主表的高级查询 吧用户的id传给 高级查询的弹出框里(子表里) 根据用户id查询出用户的权限机构,让用户选择自己旗下的机构 下是主表这是点击高级查询的 事件function(){window.form = this.options.form; //当前的form赋值给全局变量var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等$iframe.attr("src", "http://localhost:8075/webroot/decision/view/report?viewlet=%25E7%25A7%25AF%25E5%2588%2586%25E5%25BC%2582%25E5%25B8%25B8%252FintegrAlabnormity-fliter.cpt&ref_t=design&op=view&ref_c=9e2cfd00-e8b1-4f7a-b870-bd0574f39811"); //childtest.cpt为点击查询时,对话框中显示的子报表var o = {title : "高级搜索",width : 900,//调整对话框宽度height: 300//调整对话框高度};FR.showDialog(o.title, o.width, o.height, $iframe,o); //弹出对话框}下是子表