var jsonFormatDesign={code:"E_PERCHECKDETAILLIST",table:"lib_bibliography right join lib_per_check on lib_bibliography.id=lib_per_check.bibid LEFT JOIN lib_per_detail_check ON (lib_per_detail_check.checkid = lib_per_check.id AND lib_per_detail_check.status in ('1','2','4')) LEFT JOIN LIB_PER_ALLOCATION ON (LIB_PER_ALLOCATION.linkid = lib_per_detail_check.id AND LIB_PER_ALLOCATION.TYPE = '1')",width:"800",height:"600",top:80,left:180,tableArr:[{name:"lib_per_check"}]};var fieldComBoxData=[{field:"lib_per_detail_check.libcode",code:"libcode",name:globalLibName+"代码"},{field:"lib_per_check.orderno",code:"orderno",name:"记到号"},{field:"lib_per_check.batchno",code:"batchno",name:"订购批号"},{field:"lib_per_detail_check.price",code:"totalprice",name:"记到价格"},{field:"lib_per_detail_check.year",code:"year",name:"记到年"},{field:"lib_per_check.docsources",code:"docsources",name:"来源方式"},{field:"lib_per_check.mediatype",code:"mediatype",name:"载体类型"},{field:"lib_per_check.bookseller",code:"bookseller",name:"记到文献提供方"},{field:"lib_per_check.frequency",code:"frequency",name:"出版周期"},{field:"lib_per_check.checkdate",code:"orderdate",name:"记到日期"},{field:"lib_per_detail_check.expectdate",code:"expectdate",name:"应到日期"},{field:"lib_per_detail_check.actualdate",code:"actualdate",name:"实到日期"},{field:"lib_per_detail_check.issuenum",code:"issuenum",name:"期数"},{field:"lib_per_detail_check.volume",code:"volume",name:"卷册数"},{field:"lib_per_detail_check.issue",code:"issue",name:"记到期"},{field:"lib_per_detail_check.copies",code:"jdcopies",name:"记到册数"},{field:"lib_per_detail_check.totalissue",code:"totalissue",name:"总期"},{field:"lib_per_detail_check.batchno",code:"jdbatchno",name:"记到批号"},{field:"to_char(lib_per_detail_check.operid)",code:"operid",name:"操作员"},{field:"lib_per_detail_check.ordercopies",code:"ordercopies",name:"订购复本数"},{field:"lib_per_detail_check.note",code:"note",name:"备注"},{field:"LIB_PER_ALLOCATION.copies",code:"copies",name:"馆藏复本数"},{field:"LIB_PER_ALLOCATION.loccode",code:"loccode",name:"馆藏地点"}];var bibFldComBoxData=bibExpFld;bibFldComBoxData.push({field:"lib_bibliography.orderno",name:"订购刊号",code:"biborderno"});bibFldComBoxData.push({field:"lib_bibliography.unifiedno",name:"统一刊号",code:"unifiedno"});$(function(){fieldComBoxData.forEach(function(a,b,c){if(totalFld.indexOf(","+a.code+",")>-1){a.total="1"}a.group="记到字段"});bibFldComBoxData.forEach(function(a,b,c){if(a.code=="isbn"){a.name="ISSN号"}a.group="书目字段";fieldComBoxData.push(a)});initSrceenDataByJson();_myPage.prototype.initDataOne({code:"sysid",key:"sysid",condition:"type",value:"1"})});function getJsonAddOtherCondtion(a,c){var e=getValue("bindbatchno");if(e){a["limit["+c+"].condition"]="lib_per_detail_check.libcode";a["limit["+c+"].typeHandler"]=getValue("bindHandlerType");a["limit["+c+"].value"]=e;c++}var d=getValue("export_beg_bindbatchno");if(d){a["limit["+c+"].condition"]="lib_per_detail_check.libcode";a["limit["+c+"].typeHandler"]=getValue("bindHandlerType");a["limit["+c+"].value"]=d;c++}var b=getValue("export_end_bindbatchno");if(b){a["limit["+c+"].condition"]="lib_per_detail_check.libcode";a["limit["+c+"].typeHandler"]=getValue("bindHandlerType");a["limit["+c+"].value"]=b;c++}return a};