var jsonFormatDesign={code:"I_BIBIMPORTDATA"+vBibType,title:"馆藏接收格式设计",gridtitle:"设置要接收的馆藏字段",othertitle:"缺省值填值提示",perviewtitle:"馆藏数据预览列表",width:"800",height:"600",top:80,left:180};var fieldComBoxData=[{code:"id",name:"馆藏记录号"},{code:"libcode",name:"所属馆代码",param:[{key:"libcode",condition:"code",value:vLibcode}]},{code:"curlibcode",name:"当前所在馆代码",param:[{key:"libcode",condition:"code",value:vLibcode}]},{code:"barcode",name:"条码号"},{code:"assetno",name:"资产号"},{code:"status",name:"馆藏状态",param:[{code:"status",key:"hldstatus"}]},{code:"callno",name:"索书号"},{code:"location",name:"所属馆藏地点",param:[{key:"location",condition:"libcode",value:vLibcode}]},{code:"curlocation",name:"当前馆藏地点",param:[{key:"location",condition:"libcode",value:vLibcode}]},{code:"doctype",name:"文献类型",param:[{key:"doctype",condition:"libcode",value:vLibcode}]},{code:"senddate",name:"入档日期"},{code:"bindtype",name:"装帧标识",param:[{key:"bindtype"}]},{code:"docsources",name:"文献来源",param:[{key:"docsources"}]},{code:"mediatype",name:"载体类型",param:[{key:"mediatype"}]},{code:"price",name:"流通单价"},{code:"totalprice",name:"流通套价"},{code:"volumenum",name:"卷数"},{code:"volumeinfo",name:"卷册说明"},{code:"rdrid",name:"读者ID"},{code:"loandate",name:"借出日期"},{code:"loantime",name:"借出时间"},{code:"returndate",name:"应还日期"},{code:"returndate",name:"应还日期"},{code:"otherno",name:"其他编号"},{code:"sumloannum",name:"借阅次数"},{code:"sumrenewnum",name:"续借次数"},{code:"sumloandays",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();acceptShowData(true);acceptShowData(true,1);perviewShowData(true);$("#checkhold").on("click",function(a){if($("#checkhold").get(0).checked){acceptShowData(false)}else{acceptShowData(true)}});$("#acqtype").combobox({onChange:function(b,a){if(b=="order"||b=="check"){acceptShowData(false,1)}else{acceptShowData(true,1)}}});bindAcqFormatDesignCombox(vBibType)});function bindAcqFormatDesignCombox(c){var b=getValue("acqkeycode");var a=base_path+"lib/design/list.do";var d={};d["limit[0].condition"]="code";d["limit[0].value"]="I_BIBIMPORTACQDATA"+c;d.rows=100;d.page=1;$.post(a,d,function(f){if(f.status=="0"){var e="auto";if(f.rows.length>10){e="200px"}$("#acqkeycode").combobox({data:f.rows,valueField:"keycode",textField:"name",panelHeight:e,onChange:function(h,g){if(h!=undefined&&h!=g&&h.length>0){bindAcqAcceptFormatDesignDataByKeyCode(h)}}});setValue("acqkeycode",b)}else{openMessageDlg(f.message)}},"json")}function bindAcqAcceptFormatDesignDataByKeyCode(a){var b=base_path+"lib/design/get.do";var c={};c.pk=a;$.post(b,c,function(d){if(d.status=="0"){var e=d.rows[0];setAcqDataToPageElement(e)}else{openMessageDlg(d.message)}},"json")}function setAcqDataToPageElement(e){var g=[{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 f=JSON.parse(e.paramjson);var d=[];var c=80;if(f.grid.length>0){c=(100/f.grid.length)+"%"}for(var b=0;b1){onPerviewData(curPerviewIndex-1);maxPerviewNum=undefined}else{openMessageDlg("已经是第一条了")}}function getFormatDate(){var b=new Date();var e=b.getFullYear();var f=b.getMonth()+1<10?"0"+(b.getMonth()+1):b.getMonth()+1;var d=b.getDate()<10?"0"+b.getDate():b.getDate();var a=b.getHours()<10?"0"+b.getHours():b.getHours();var g=b.getMinutes()<10?"0"+b.getMinutes():b.getMinutes();var c=b.getSeconds()<10?"0"+b.getSeconds():b.getSeconds();return e+"-"+f+"-"+d+" "+a+":"+g+":"+c}function stopAccept(){stopFlag=1;$.messager.progress("close");$.messager.progress({title:"正在处理数据",msg:"已经停止继续接收数据,等待上一次请求完成,请稍等..."})}function onAcceptData(a){$(".error-msg-result").html("");var e=getFormatDate();var c='
停止接收
';if(!a){console.log("开始接收marc数据 :"+e);errorcount=0;handlecount=0;successcount=0;hldhandlecount=0;hldsuccesscount=0;acqhandlecount=0;acqsuccesscount=0;errorfilerows=0;if($("#checkhold").get(0).checked&&getValue("acceptFormatDesignIndex").length==0){return openMessageDlg("请选择接收馆藏的数据格式!")}stopFlag=0;$.messager.progress({title:"接收书目数据",msg:"正在处理数据,请稍等..."+c})}if(filelist){var d=getJsonData(null,"record");if(a){d=a}else{d.filename=filelist[0];d.page=1;d.rows=500;d.hldkeycode=getValue("acceptFormatDesignIndex");d.acqkeycode=getValue("acqkeycode");d.acqtype=getValue("acqtype")}var b=base_path+"com/webuploader/insertMarcData.do";$.post(b,d,function(f){$.messager.progress("close");if(f.status=="0"){var g=f.rows[0];if(g){errorfile=g.errorfile;errorcount+=g.errorcount;handlecount+=g.handlecount;successcount+=g.successcount;hldhandlecount+=g.hld_handlecount;hldsuccesscount+=g.hld_successcount;acqhandlecount+=g.acq_handlecount;acqsuccesscount+=g.acq_successcount;errorfilerows=g.errorfilerows;if(g.nextfile&&stopFlag==0){$.messager.progress({title:"接收书目数据",msg:"已处理["+handlecount+"]条数据,成功["+successcount+"]条,失败["+errorcount+"]条,请等待处理完成 ..."+c});d.errorfile=g.errorfile;d.filename=g.nextfile;onAcceptData(d)}else{console.log("完成接收marc数据 :"+e);$(".handlecount").html("已处理["+handlecount+"]条书目数据");$(".successcount").html("成功["+successcount+"]条");$(".errorcount").html("失败["+errorcount+"]条");if(hldhandlecount>0){$(".hldhandlecount").html("已处理馆藏数据["+hldhandlecount+"]条,成功["+hldsuccesscount+"]条,失败["+(hldhandlecount-hldsuccesscount)+"]条")}else{$(".hldhandlecount").html("")}if(acqhandlecount>0){$(".acqhandlecount").html("已处理采访数据["+acqhandlecount+"]条,成功["+acqsuccesscount+"]条,失败["+(acqhandlecount-acqsuccesscount)+"]条")}else{$(".acqhandlecount").html("")}$("#checkerrorfile").show();$("#acceptFileResultDlg").dialog("open")}}}else{openMessageDlg(f.message)}},"json").error(function(){$(".error-msg-result").html("处理数据中途错误,请查看错误文件!");$(".handlecount").html("已处理["+handlecount+"]条数据");$(".successcount").html("成功["+successcount+"]条");$(".errorcount").html("失败["+errorcount+"]条");$("#checkerrorfile").show();$("#acceptFileResultDlg").dialog("open");$.messager.progress("close")})}}function setDataToPageShowPerview(e){var f=e.rows[0];if(f){$("#importDataGridList").datagrid("loadData",[]);$("#acqDataGridList").datagrid("loadData",[]);perviewShowData(false);var d=f.orgmarc.split(/[\n\r]/g);var c="
"+curPerviewIndex+"
";for(var b=0;b'+d[b].replace(/[$]([A-Za-z0-9])/g,'$$$1')+""}$("#showPerviewOrgMarcData").html(c);if(f.tagmarc){var a=f.tagmarc.split(/[\n\r]/g);c="
"+curPerviewIndex+"
";for(var b=0;b'+a[b].replace(/[$]([A-Za-z0-9])/g,'$$$1')+""}$("#showPerviewTagMarcData").html(c)}$("#importDataGridList").datagrid("loadData",f.hlds);$("#acqDataGridList").datagrid("loadData",f.acqs)}}function onResetAcceptFormatDesignPage(){$(".acceptTextTip").html("请选择接收的书目数据文件");setCurImportDataGridHeight(260);perviewShowData(true);curPerviewIndex=1;maxPerviewNum=undefined;$("#showPerviewOrgMarcData").html("");$("#showPerviewTagMarcData").html("");$("#importDataGridList").datagrid("loadData",[])}function uploadSuccessHandler(a,b){if(b.status==0){filelist=b.rows[0].filelist}else{openMessageDlg(b.message)}};