|

楼主 |
发表于 2016-5-26 17:53:41
|
显示全部楼层
<span component="$UI/system/components/justep/windowDialog/windowDialog" xid="windowDialog2" style="top:11px;left:85px;" src="$UI/JYFY/XiaoShou/process/xiaoshoudan/kehu_list.m.w" onReceive="windowDialog2Receive">
Model.prototype.windowDialog2Receive = function(event){
var data = event.data;
this.comp("mainData").setValue('fKHBH',data.khbh);
this.comp("mainData").setValue('fKHMC',data.khmc);
this.comp("mainData").setValue('fWLXX',data.wlph);
this.comp("mainData").setValue('fBZ',data.lxdz);
};
|
|