日期:2014-05-16 浏览次数:20430 次
var win = new Ext.Window({
title : taskName,
height:400,
id : 'handleWin',
modal:true,
width:700,
loader: {
url: '${base}'+'/purchase/toHandlerPickApplyBak.do ',
autoLoad: true,
scripts: true,
params : {
processInfoId :processInfoId,
taskId : taskId,
}
}
/*html:'<iframe id=thisIframe scrolling="no" width=690 height=350 frameborder=0
src='+'${base}'+'/purchase/toHandlerPickApplyBak.do'+'?processInfoId='+processInfoId+'&taskId='+taskId+'></iframe>' */
}).show();