var jsonFormatDesign={code:"I_BIBIMPORTACQDATA"+vBibType,title:"采访接收格式设计",gridtitle:"设置要接收的采访字段",othertitle:"缺省值填值提示",perviewtitle:"采访数据预览列表",width:"800",height:"600",top:80,left:180};var fieldComBoxData=[{field:"lib_acq_check.libcode",code:"libcode",name:"分馆代码",param:[{key:"libcode",condition:"code",value:vLibcode}]},{field:"lib_acq_check.orderno",code:"orderno",name:"订购号"},{field:"lib_acq_check.batchno",code:"batchno",name:"批号"},{field:"lib_acq_check.copies",code:"copies",name:"副本数"},{field:"lib_acq_check.ncy",code:"ncy",name:"采访币值",param:[{key:"ncy"}]},{field:"lib_acq_check.price",code:"price",name:"价格"},{field:"lib_acq_check.totalprice",code:"totalprice",name:"总价"},{field:"lib_acq_check.orderncy",code:"orderncy",name:"验收币值",param:[{key:"ncy"}]},{field:"lib_acq_check.orderprice",code:"orderprice",name:"采访价格"},{field:"lib_acq_check.ordertotalprice",code:"ordertotalprice",name:"采访总价"},{field:"lib_acq_check.binding",code:"binding",name:"装帧标识",param:[{key:"bindtype"}]},{field:"lib_acq_check.docsources",code:"docsources",name:"文献来源",param:[{key:"docsources"}]},{field:"lib_acq_check.finsources",code:"finsources",name:"财经来源",param:[{key:"finsources"}]},{field:"lib_acq_check.mediatype",code:"mediatype",name:"载体类型",param:[{key:"mediatype"}]},{field:"lib_acq_check.bookseller",code:"bookseller",name:"订购书商",param:[{key:"bookseller"}]},{field:"lib_acq_check.checkdate",code:"checkdate",name:"验收日期"},{field:"lib_acq_check.operid",code:"operid",name:"操作员"},{field:"lib_acq_check.volumes",code:"volumes",name:"卷数"},{field:"lib_acq_check.volinfo",code:"volinfo",name:"卷册说明"},{field:"lib_acq_check.billno",code:"billno",name:"发票号"},{field:"lib_acq_check.note",code:"note",name:"备注"}];var indexComBoxData=[];var jsonGridColumns=[{field:"field",title:"字段名称",width:"25%",formatter:onShowJosnComBoxData,editor:{type:"combobox",options:{valueField:"code",textField:"name",panelHeight:"200",required:true,data:fieldComBoxData,onChange:function(b,a){if(b!=undefined&&b!=a){setOtherFormatDesignBox(b)}}}}},{field:"code",title:"字段代码",width:"25%",editor:{type:"textbox"}},{field:"defvalue",title:"缺省值",width:"25%",editor:{type:"textbox",options:{}}},{field:"flag",title:"标识",hidden:true,editor:{type:"textbox"}},{field:"map",title:"字段转换",width:"25%"}];var curPerviewIndex=1;var maxPerviewNum=undefined;var stopFlag=0;$(function(){initBibImportDataPageElement();onFormatDesign();$("#global-message-dlg").window("resize",{top:"40%",left:"30%"});$("#global-confirm-dlg").window("resize",{top:"40%",left:"30%"});$("#pageFormatDesignDlg").dialog({onClose:onCloseFormatDesignDlg})});function onCloseFormatDesignDlg(){parent.onCloseFormatDesignDlg(vBibType)}function initBibImportDataPageElement(){var b={key:"sysid",condition:"type",value:vBibType};initPageDataSingleElement("sysid",b,sysidCallFun);var a=[{id:"repeatid",key:"repeatid",condition:"sysid",value:null}];initNextSelectCombobox("sysid",a)}function sysidCallFun(){var b=getValue("sysid");var a={key:"repeatid",condition:"sysid",value:b};initPageDataSingleElement("repeatid",a,null)};