|

楼主 |
发表于 2017-4-20 16:05:34
|
显示全部楼层
这是我的弹出框的返回数据,只是传了一下值
Model.prototype.OKBtnClick = function(event){
this.comp("wReceiver").windowEnsure({
"tfchangID" : this.comp("chang").getCurrentRowID( ),
"tfchang" : this.comp("chang").getValue("tfSHuJMC"),
"tfquID" : this.comp("qu").getCurrentRowID(),
"tfqu" : this.comp("qu").getValue("tfSHuJMC"),
"tfduanID" : this.comp("duan").getCurrentRowID(),
"tfduan" : zdq
});
}; |
|