帮助文件中写有,基于正在开发的项目,留档备查
填报后自动将单元格内容作为参数,在本页面(self方式)转向确认页面cpt
填报预览设置,填报成功事件,JS代码:
var judgeID = contentPane.curLGP.getCellValue("D4");
var bhid = contentPane.curLGP.getCellValue("D5");
var billdate = contentPane.curLGP.getCellValue("H2");
window.open("/WebReport/ReportServer?reportlet=bypost%2Fkeyacts_check.cpt&judgeID="+judgeID+"&bhid="+bhid+"&billdate="+billdate+"&__pi__=false&op=write","_self");
|