function addOtherfieldComBoxData(){jsonFormatDesign.table=" PAR_CIR_GETGIFT left join lib_cir_reader on PAR_CIR_GETGIFT.rdrid=lib_cir_reader.id left join PAR_CIR_GIFT on PAR_CIR_GETGIFT.GIFTID=PAR_CIR_GIFT.id";jsonFormatDesign.code="E_READERGETGIFTLIST";fieldComBoxData.push({field:"PAR_CIR_GIFT.name",code:"giftname",name:"礼品名称",group:"礼品字段"});fieldComBoxData.push({field:"PAR_CIR_GIFT.giftcount",code:"giftcount",name:"礼品数量",group:"礼品字段"});fieldComBoxData.push({field:"PAR_CIR_GIFT.points",code:"giftpoints",name:"礼品兑换积分",group:"礼品字段"});fieldComBoxData.push({field:"PAR_CIR_GIFT.address",code:"giftaddress",name:"领取地址",group:"礼品字段"});fieldComBoxData.push({field:"PAR_CIR_GIFT.enddate",code:"giftenddate",name:"兑换结束日期",group:"礼品字段"});fieldComBoxData.push({field:"PAR_CIR_GETGIFT.status",code:"giftstatus",name:"兑换状态",group:"兑换字段"});jsonFormatDesign.total="false"};