点击“经理”下拉框进行筛选,然后点击弹窗单元格就会报错。(好像是没有识别上,JS不知道怎么修改)var xm=FR.cjkEncode(contentPane.curLGP.getCellValue(2,1));var id =contentPane.curLGP.getCellValue("B2"); window.pLocation=this.options.location;//当前控件的location值付给全局变量window.pLocation,记录当前双击的单元格号,便于子报表里定位从哪一行开始插入行、回填数据var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); $iframe.attr("src", "http://10.10.2.79:37799/webroot/decision/view/report?viewlet=HR%252F%25E5%2585%25A8%25E5%2593%2581%25E7%25B1%25BB%25E4%25BF%25A1%25E6%2581%25AF%25E5%25A1%25AB%25E6%258A%25A5-%25E5%25BC%25B9%25E7%25AA%25973%25EF%25BC%2588%25E5%25A4%259A%25E9%2580%2589%25EF%25BC%2589.cpt&ref_t=design&op=write&ref_c=1d3d1c0d-8abb-426b-8453-c8f753bb8050=&xm="+xm+"&id="+id);var o = {title : "",width : 800,height: 500};FR.showDialog(o.title, o.width, o.height, $iframe,o);