$(function(){var a=[{code:"libcode",key:"libcode"},{code:"operid",key:"operid"},{code:"bonustype",key:"bonustype"}];_myPage.prototype.initData(a);$(".easyui-panel").panel("resize")});_myPage.prototype.onLoadSuccess=function(a,b){_fmtGridDataRows=a;searchRdrBonus()};function searchRdrBonus(){var a=base_path+"cir/cirlog/list.do";var b={};b["limit[0].condition"]="rdrid";b["limit[0].value"]=_id;if(getValue("begBonDate")){b["limit[1].condition"]="bondate";b["limit[1].typeHandler"]="7";b["limit[1].value"]=getValue("begBonDate")}if(getValue("endBonDate")){b["limit[2].condition"]="bondate";b["limit[2].typeHandler"]="5";b["limit[2].value"]=getValue("endBonDate")}b.orderBy=" bonstamp desc ";$("#datagrid-single").datagrid({url:a,queryParams:b,onLoadSuccess:function(c){},method:"post"})}function onLoadGridData(a){_id=a;searchRdrBonus()}function colseRdrBonusDlg(){parent.colseIframeDlg("rdr_bonus_dlg",null,null)};