- 注册时间
- 2016-11-21
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 15
- 精华
- 0
- 帖子
- 5
|
dforce 发表于 2016-11-22 09:19
你这mini.clone(data)里面的data具体是什么
var produce_rows=gridorder.findRows(function(row){
if(row.FTYPE=="produce")return true;
});
produce_rows = mini.encode(produce_rows);
var data = {cid:cid,ccategoryid:ccategoryid,ccategory:ccategory,orderAmountrderAmount,cardprojectrows:cardproject_rows,cardfreerows:cardfree_rows,producerows:produce_rows};
iframe.contentWindow.SetData(data);
data中是类似这样的字符串数组,但是没有用tabs控件之前,mini.clone(data)是能正常运行的,加了tabs之后,mini.clone(data)才不能运行的!
|
|