好吧 我只用过它的展现功能,没用过填报功能。。。。
这里配置好了 还需要在调用它的页面上写js方法的
function shangbao(){
if(confirm('确定保存并上报?')){
try{
_submitRowInput( report1);
}catch(theException){
_submitTable( report1 );
}
}else {
return false;
}
}