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);