var jsonFormatDesign={code:"S_BIBSENDHOLDCOUNT",table:"lib_bibliography",width:"900",height:"600",top:80,left:180,tableArr:[{name:"lib_bibliography"}]};var fieldComBoxData=[{field:"count(lib_acq_sendhld.senddate)",name:"次数"}];var initJson=[{code:"lib_acq_sendhld.libcode",name:"服务馆"},{code:"lib_acq_sendhld.operacc",key:"operacc",name:"工作人员"},{code:"substr(to_char(lib_acq_sendhld.SENDDATE),0,4)",key:"yyyy",name:"年"},{code:"substr(to_char(lib_acq_sendhld.SENDDATE),0,6)",key:"yyyymm",name:"月"},{code:"to_char(lib_acq_sendhld.SENDDATE)",key:"logdate",name:"日"}];var countFormatDesignFieldComBoxData=initJson;$(function(){jsonFormatDesign.table=" LIB_ACQ_SENDHLD LEFT JOIN lib_holdings ON lib_holdings.id = LIB_ACQ_SENDHLD.HLDID LEFT JOIN lib_bibliography ON LIB_ACQ_SENDHLD.bibid = lib_bibliography.id ";setFormatDesignFieldComBoxData();var a=[{key:"libcode",condition:"code",value:vLibcode},{key:"sysid",condition:"type",value:0},{code:"operacc",key:"operid",valueField:"name"},];_myPage.prototype.initData(a)});_myPage.prototype.dataToComboboxOnLoadSuccess=function(a,b){if(b.code=="operacc"){setValue("operacc",vAccount)}};