var logFieldComBoxData=[{field:"lib_cir_finelog.id",code:"id",name:"财经记录号"},{field:"lib_cir_finelog.findate",code:"findate",name:"发生日期"},{field:"lib_cir_finelog.type",code:"fintype",name:"财经类型"},{field:"lib_cir_finelog.note",code:"note",name:"财经备注"},{field:"lib_cir_finelog.money",code:"money",name:"金额"},{field:"lib_cir_finelog.loccode",code:"loccode",name:"发生地点"},{field:"lib_cir_finelog.rectype",code:"rectype",name:"记录类型"},{field:"lib_cir_finelog.payway",code:"payway",name:"付款方式"},{field:"to_char(lib_cir_finelog.operid)",code:"operid",name:"操作员"},{field:"lib_cir_finelog.parentid",code:"parentid",name:"连接记录号"}];$(function(){var a=[{code:"type",key:"fintype"},{code:"rectype",key:"rectype"},{code:"payway",key:"payway"}];_myPage.prototype.initData(a)});function addOtherfieldComBoxData(){logFieldComBoxData.forEach(function(a,b,c){a.group="日志字段";fieldComBoxData.push(a)});jsonFormatDesign.table="LIB_CIR_FINELOG join lib_cir_reader on (lib_cir_reader.id = LIB_CIR_FINELOG.rdrid ) left join LIB_BIBLIOGRAPHY on LIB_BIBLIOGRAPHY.id = LIB_CIR_FINELOG.bibid";jsonFormatDesign.code="EXP_RDR_SPELOANLIST";jsonFormatDesign.total="false"};