日期:2014-05-16 浏览次数:20491 次
{text:"上传",formBind:true,handler:function(){	
				uploadForm.getForm().submit({
					url:"ReportInfo!importReports.action",
					waitMsg:"请稍等,正在进行上传!",
					success:function(form, action){
						Ext.MessageBox.alert("上传成功","请稍等,正在进行分析!", function(){
//							waitMsg:"请稍等,正在进行分析!"
						});
					},
					failure:function(form, action){
						Ext.MessageBox.alert("上传失败",action.result.msg);
					}
				});
			}},
/*
* 上传报表
*/
public String importReports() throws Exception {
success = true;
msg = "上传成功,正在分析报表.....";
return this.SUCCESS;
}
SyntaxError: syntax error
[在此错误处中断]
(<pre>{"ids":null,"limit":10,"msg":"上传成功,正在分析报表.....","record
ext-all-debug.js (第 6866 行,第 1 列)