本帖最后由 bytwos 于 2017-1-24 10:28 编辑 contentPane.curLGP.selectTDCell("G5"); //获取一下G5,以便于刷新C2 var SJ = contentPane.curLGP.getCellValue("C2"); if(len(sj)=0) {alert("请先设置时间");} else{ window.form = this.options.form; //把参数界面的form赋值给全局变量 var $iframe = $("<iframe ID='inp' JS='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等 $iframe.attr("src", "${servletURL}?reportlet=SHBZ/SCGL/ZDGL/zdglcllr.cpt&op=write&id="+ID+"&SJ="+SJ+"&col="+col+"&row="+row); //childtest.cpt为点击查询时,对话框中显示的子报表 var o = { title : "请进行修改删除操作", width : 830, height: 300 }; FR.showDialog(o.title, o.width, o.height, $iframe,o);,1,1 )}//首先弹出对话框var SJ = contentPane.curLGP.getCellValue("C2"); |
最佳回答 |
||||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|