填报控件,编辑后: var sql = "SQL(\"ysdSQL\",\"Select count(用户电话) from 用户表 where 用户电话='"+this.getValue()+"'\",1,1)" var Count=FR.remoteEvaluate(sql); if(Count>=1){ window.parent.FS.tabPane.addItem({title:"历史订单",src:"${servletURL}?reportlet=历史明细.cpt&op=write&userPhone="+this.getValue()}) } 在新选项卡打开明细模板(带参数的),如果打开了没有关闭再打开一次的话提示不存在???.cpt 所以要该如何解决,能不能打开前判断是否存在,如果存在则刷新。或者在选项卡失去焦点之后自动关闭。 |