";this.html+='';this.html+='';this.html+="";this.html+="";this.html+='';this.html+="- 小时:
";this.html+='';this.html+='';this.html+=" ";this.html+=" | ";this.html+=" ";this.html+="";this.html+="";this.html+='';this.html+="- 分钟:
";this.html+='';this.html+='';this.html+=" ";this.html+=" | ";this.html+=" ";if(this.isSecond()){this.html+="";this.html+="";this.html+='';this.html+="- 秒数:
";this.html+='';this.html+='';this.html+=" ";this.html+=" | ";this.html+=" "}this.html+="";this.html+="| ";this.html+=' 时间:15:12:52 ';this.html+='';this.html+=" | ";this.html+=" "}this.html+=" ";this.html+=""},execute:function(){if((this.hasTime&&!a.V.isDateTime(this.elem.value))||(!this.hasTime&&!a.V.isDate(this.elem.value))){this.elemDate=this.currDate}else{this.elemDate=a.DT.toDate(this.elem.value)}this.selectYear=this.elemDate.getFullYear();this.selectMonth=this.elemDate.getMonth()+1;this.selectDay=this.elemDate.getDate();this.selectHour=a.S.prefixZero(this.elemDate.getHours(),2);this.selectMinute=a.S.prefixZero(this.elemDate.getMinutes(),2);this.selectSecond=this.isSecond()?a.S.prefixZero(this.elemDate.getSeconds(),2):0;if(!this.hasTime){this.height=253}else{if(!this.hasSecond){this.height=344}else{this.height=374}}var f=this.$elem.offsetTopBody()+this.$elem.offsetHeight();var e=this.$elem.offsetLeftBody();if(f>this.height&&a.D.clientHeight()+a.D.scrollTop()-f-this.height<0){f=f-this.height-this.$elem.offsetHeight()}var d=a(this.html);d.appendTo("body").css({top:f,left:e,display:"block"});d.click(function(h){a.E.stop(h)});a(document).click(this.close,this);a("#Z_Calendar_prev_"+this.random).click(this.doPrevMonth,this);a("#Z_Calendar_next_"+this.random).click(this.doNextMonth,this);a("#Z_Calendar_clear_"+this.random).click(function(){this.elem.value=""},this);a("#Z_Calendar_close_"+this.random).click(function(h){this.close(h)},this);a("#Z_Calendar_yearMonth_"+this.random).click(this.doOpenYearList,this);this.showYearMonth();this.showDay();if(this.isTime()){var b=this.selectHour*200/23;var g=this.selectMinute*200/59;a("#Z_Calendar_hour_"+this.random).css("left",b+"px");a("#Z_Calendar_minute_"+this.random).css("left",g+"px");a("#Z_Calendar_hour_"+this.random).drag({left:0,top:0,width:200,height:0,cursor:"pointer"},this.onSlideHour,this);a("#Z_Calendar_minute_"+this.random).drag({left:0,top:0,width:200,height:0,cursor:"pointer"},this.onSlideMinute,this);if(this.isSecond()){var c=this.selectSecond*200/59;a("#Z_Calendar_second_"+this.random).css("left",c+"px");a("#Z_Calendar_second_"+this.random).drag({left:0,top:0,width:200,height:0,cursor:"pointer"},this.onSlideSecond,this)}this.showTime()}},doOpenYearList:function(j){var d=a("#Z_Calendar_yearMonth_"+this.random).find("ul");if(d.length>0){d.remove()}else{var g=this.selectYear-50;var b=this.selectYear+50;var c=a("").addClass("z-year-list");for(var f=g;f<=b;f++){var h=a(""+f+"年");h.click(this.onChangeYear,this);if(f==this.selectYear){h.addClass("z-selected")}c.append(h)}c.append("关闭");a("#Z_Calendar_yearMonth_"+this.random).append(c);c[0].scrollTop=c[0].scrollHeight/2-117}},onChangeYear:function(c){var b=a(a.E.target(c)).val();this.selectYear=parseInt(b);a("#Z_Calendar_yearMonth_"+this.random).find("ul").hide().remove();this.showYearMonth();this.showDay();a.E.stop(c)},onSlideHour:function(c){var b=a("#Z_Calendar_hour_"+this.random).css("left");b=parseFloat(a.S.trimRight(b,"px"));this.selectHour=Math.floor(b*23/200);this.showTime();this.setSelectValue()},onSlideMinute:function(c){var b=a("#Z_Calendar_minute_"+this.random).css("left");b=parseFloat(a.S.trimRight(b,"px"));this.selectMinute=Math.floor(b*59/200);this.showTime();this.setSelectValue()},onSlideSecond:function(c){var b=a("#Z_Calendar_second_"+this.random).css("left");b=parseFloat(a.S.trimRight(b,"px"));this.selectSecond=Math.floor(b*59/200);this.showTime();this.setSelectValue()},doPrevMonth:function(){this.selectYear=this.selectMonth==1?this.selectYear-1:this.selectYear;this.selectMonth=this.selectMonth==1?12:this.selectMonth-1;this.showYearMonth();this.showDay()},doNextMonth:function(){this.selectYear=this.selectMonth==12?this.selectYear+1:this.selectYear;this.selectMonth=this.selectMonth==12?1:this.selectMonth+1;this.showYearMonth();this.showDay()},close:function(c){var b=a.E.target(c);if(b===this.elem){a.E.cancel(c);return}a(document).offclick(this.close,this);a("#Z_Calendar_"+this.random).remove()},showYearMonth:function(){a("#Z_Calendar_yearMonth_"+this.random).find(".z-default").html(this.selectYear+"年"+this.selectMonth+"月")},showDay:function(){var f,b,k;var g=this.selectMonth==1?this.selectYear-1:this.selectYear;var j=this.selectMonth==1?12:this.selectMonth-1;var l=this.selectMonth==12?this.selectYear+1:this.selectYear;var h=this.selectMonth==12?1:this.selectMonth+1;var m=new Date(this.selectYear,this.selectMonth-1,1).getDay();if(m==0){m=7}var d=a.DT.getMonthDays(this.selectYear,this.selectMonth);var e=a.DT.getMonthDays(g,j);for(f=1;f<=42;f++){b="Z_Calendar_day_"+this.random+"_"+f;a("#"+b).removeClass("z-nomonth").removeClass("z-tomonth").removeClass("z-today").removeClass("z-selected")}for(f=1;f<=m;f++){b="Z_Calendar_day_"+this.random+"_"+f;k=e-m+f;this.dateMap.put(b,this.formatDate(g,j,k));a("#"+b).text(k)}for(f=m+1;f0&&b.charAt(0)=="."){b="0"+b}this.$elem.val(b)},chDecimal:function(c){this.onDecimal(c);var b=this.$elem.val();b=a.S.removeAmountZero(b);this.$elem.val(b)},isAlphabetic:function(c){var b=a.E.key(c);if(!a.V.isLetter(b)){a.E.cancel(c)}},onAlphabetic:function(c){var b=this.$elem.val();if(!/^[a-zA-Z]*$/.test(b)){b=b.replace(/[^a-zA-Z]/g,"");this.$elem.val(b)}},isAlphaNumeric:function(c){var b=a.E.key(c);if(!a.V.isLetter(b)&&!a.V.isDigit(b)){a.E.cancel(c)}},onAlphabeticNumeric:function(c){var b=this.$elem.val();if(!/^[0-9a-zA-Z]*$/.test(b)){b=b.replace(/[^0-9a-zA-Z]/g,"");this.$elem.val(b)}},isAmount2R:function(f){var b=a.E.key(f);if(!a.V.isDigitOrDot(b)){return a.E.cancel(f)}var d=this.$elem.val();if(a.V.isDot(b)){if(d.indexOf(".")!=-1){return a.E.cancel(f)}}else{var c=d.indexOf(".");if(c!=-1&&c<=d.length-1-2){return a.E.cancel(f)}if(d=="0"&&b==48){return a.E.cancel(f)}}},onAmount2R:function(d){var c=this.$elem.val();if(!/^[0-9.]*$/.test(c)){c=c.replace(/[^0-9.]/g,"")}c=a.S.prefixZeroRemove(c);c=a.S.removeSecondDot(c);if(c.length>0&&c.charAt(0)=="."){c="0"+c}var b=c.indexOf(".");if(b!=-1&&b<=c.length-1-2){c=c.substring(0,b+1+2)}this.$elem.val(c)},chAmount2R:function(c){this.onAmount2R(c);var b=this.$elem.val();b=a.S.removeAmountZero(b);this.$elem.val(b)},isDiscount:function(h){var b=a.E.key(h);if(!a.V.isDigitOrDot(b)){return a.E.cancel(h)}var c=a.E.current(h);var g=a.EL.isSelection(c);var f=this.$elem.val();if(f=="10"&&!g){return a.E.cancel(h)}if(a.V.isDot(b)){if(f.indexOf(".")!=-1&&!g){return a.E.cancel(h)}}else{if(f.length==1){if(f!=1||b!=48){return this.$elem.val(f+".")}}var d=f.indexOf(".");if(d!=-1&&d<=f.length-1-2&&!g){return a.E.cancel(h)}}},onDiscount:function(d){var c=this.$elem.val();if(!/^[0-9.]*$/.test(c)){c=c.replace(/[^0-9.]/g,"")}c=a.S.prefixZeroRemove(c);c=a.S.removeSecondDot(c);if(c.length>0&&c.charAt(0)=="."){c="0"+c}var b=c.indexOf(".");if(b!=-1&&b<=c.length-1-2){c=c.substring(0,b+1+2)}this.$elem.val((parseFloat(c)>10)?"":c)},chDiscount:function(c){this.onDiscount(c);var b=this.$elem.val();b=a.S.removeAmountZero(b);this.$elem.val(b)},isDate:function(f){var b=a.E.key(f);if(!a.V.isDigitOrMinus(b)){return a.E.cancel(f)}var d=this.$elem.val();if(d.length>=10){return a.E.cancel(f)}var c=null;switch(d.length){case 0:c=/^[0-9]$/;break;case 1:c=/^[0-9]{2}$/;break;case 2:c=/^[0-9]{3}$/;break;case 3:c=/^[0-9]{4}$/;break;case 4:c=/^[0-9]{4}\-$/;break;case 5:c=/^[0-9]{4}\-[0-1]$/;break;case 6:c=/^[0-9]{4}\-(0[1-9]|1[0-2])$/;break;case 7:c=/^[0-9]{4}\-(0[1-9]|1[0-2])\-$/;break;case 8:c=/^[0-9]{4}\-(0[1-9]|1[0-2])\-[0-3]$/;break;case 9:c=a.R.DATE;break;default:return a.E.cancel(f)}d+=String.fromCharCode(b);if(!c.test(d)){return a.E.cancel(f)}},onDate:function(d){var c=this.$elem.val();if(!/^[0-9\-]*$/.test(c)){c=c.replace(/[^0-9\-]/g,"")}var b=null;switch(c.length){case 1:b=/^[0-9]$/;break;case 2:b=/^[0-9]{2}$/;break;case 3:b=/^[0-9]{3}$/;break;case 4:b=/^[0-9]{4}$/;break;case 5:b=/^[0-9]{4}\-$/;break;case 6:b=/^[0-9]{4}\-[0-1]$/;break;case 7:b=/^[0-9]{4}\-(0[1-9]|1[0-2])$/;break;case 8:b=/^[0-9]{4}\-(0[1-9]|1[0-2])\-$/;break;case 9:b=/^[0-9]{4}\-(0[1-9]|1[0-2])\-[0-3]$/;break;case 10:b=a.R.DATE;break}this.$elem.val((!b||!b.test(c))?"":c)},isHourMinute:function(f){var b=a.E.key(f);if(!a.V.isDigitOrColon(b)){return a.E.cancel(f)}var d=this.$elem.val();if(d.length>=5){return a.E.cancel(f)}var c=null;switch(d.length){case 0:c=/^[0-2]$/;break;case 1:c=/^([0-1][0-9]|[2][0-3])$/;break;case 2:c=/^([0-1][0-9]|[2][0-3]):$/;break;case 3:c=/^([0-1][0-9]|[2][0-3]):([0-5])$/;break;case 4:c=/^([0-1][0-9]|[2][0-3]):([0-5][0-9])$/;break;default:return a.E.cancel(f)}d+=String.fromCharCode(b);if(!c.test(d)){return a.E.cancel(f)}},onHourMinute:function(d){var c=this.$elem.val();if(!/^[0-9:]*$/.test(c)){c=c.replace(/[^0-9:]/g,"")}var b=null;switch(c.length){case 1:b=/^[0-2]$/;break;case 2:b=/^([0-1][0-9]|[2][0-3])$/;break;case 3:b=/^([0-1][0-9]|[2][0-3]):$/;break;case 4:b=/^([0-1][0-9]|[2][0-3]):([0-5])$/;break;case 5:b=/^([0-1][0-9]|[2][0-3]):([0-5][0-9])$/;break}this.$elem.val((!b||!b.test(c))?"":c)}};a.Input.load=function(b){a.$selector("input",b).each(function(d){if(a.B.msie){a.placeholder(d)}if(a.EL.get(d,"readonly")!=null){a.E.add(d,"keydown",a.E.forbidden);return}if(!a.EL.has(d,"data-options")){return}var e=a.EL.get(d,"data-options");var c=a.AR.toObject(e,";");if(!c.type||!a.AR.contains(a.Input.types,c.type)){return}a.EL.addClass(d,"z-ime-disabled");new a.Input({elem:d,options:c})})};a.onload(a.Input.load);a.ButtonGroup={};a.ButtonGroup.map=new a.HashMap();a.ButtonGroup.load=function(c){if(c==null){a.ButtonGroup.map.clear()}var b=a.$selector("button",c);if(!b||b.length==0){return}a.each(b,function(d){var e=a.ButtonGroup.getGroupName(d);if(!e){return}if(!a.ButtonGroup.map.containsKey(e)){a.ButtonGroup.map.put(e,[d])}else{a.ButtonGroup.map.get(e).push(d)}a(d).click(a.ButtonGroup.onclick)})};a.ButtonGroup.getGroupName=function(c){if(!a.EL.has(c,"data-options")){return null}var d=a.EL.get(c,"data-options");var b=a.AR.toObject(d,";");return b.group};a.ButtonGroup.onclick=function(d){var b=a.E.current(d);var c=a.ButtonGroup.getGroupName(b);if(!c){return}a.each(a.ButtonGroup.map.get(c),function(e){a(e).removeClass("z-active")});a(b).addClass("z-active")};a.onload(a.ButtonGroup.load);a.Radio=function(i){var j=this;var g=j.onclick;if(typeof g==="function"){var h=j.checked;var f=true;j.click();if(h===j.checked){return}}var d=a(a.E.current(i));var b=a.S.trim(d.attr("data-name"));var c=function(){if(!a.V.isEmpty(b)){a("input[type=radio][name="+b+"]").attr("checked",false);a("i.z-radio[data-name="+b+"]").removeClass("z-active")}j.checked=true;d.addClass("z-active")};if(f){if(j.checked){c()}else{d.removeClass("z-active")}}else{c();if(j.onchange){j.onchange()}}};a.Radio.load=function(b){a.$selector(".z-role-radio",b).each(function(c){a(c).remove()});a.$selector("input[type=radio][data-role=z-radio]",b).each(function(h){var g="Z_Radio_"+a.random(10);var f=a(h).hidden().attr("data-id",g);var l=a.$cover(f).on("click",a.E.stop);var e=f.offsetWidth();var d=a.S.trim(f.attr("id"));var c=a.S.trim(f.attr("name"));var k=a.S.trim(f.attr("checked"));var j=(k=="true"?"z-active ":"")+a.S.trim(f.attr("data-class"));var i=a('').appendTo(l).cssMaybe("padding-left",f.css("paddingLeft")).cssMaybe("padding-right",f.css("paddingRight")).cssMaybe("padding-top",f.css("paddingTop")).cssMaybe("padding-bottom",f.css("paddingBottom")).addClass("z-relative").css("margin-left",-e).addClass(j).attr("id",g).attr("data-id",d).attr("data-name",c).click(a.Radio,h)})};a.Radio.setChecked=function(e,h){var b=a.$elem(e,"Z.Radio.setChecked");b=a(b[0]);var g=b.attr("type");if(!g||g.trim().toLowerCase()!=="radio"){return a.alert("[Z.Radio.setChecked]参数[elem]对象类型为radio!")}if(typeof h!=="boolean"){return a.alert("[Z.Radio.setChecked]第二个参数必须是布尔值!")}var c=a.S.trim(b.attr("name"));if(h&&!a.V.isEmpty(c)){a("input[type=radio][name="+c+"]").attr("checked",false);a("i.z-radio[data-name="+c+"]").removeClass("z-active")}b.attr("checked",h);var f=b.attr("data-role");var d=b.parent().find("i.z-radio");if(!f||f!=="z-radio"||!d[0]){return}if(h){d.addClass("z-active")}else{d.removeClass("z-active")}};a.onload(a.Radio.load);a.Checkbox=function(h){var i=this;var f=i.onclick;if(typeof f==="function"){var g=i.checked;var d=true;i.click();if(g===i.checked){return}}var c=a(a.E.current(h));var b=c.hasClass("z-active");if(d){if(i.checked){c.addClass("z-active")}else{c.removeClass("z-active")}}else{i.checked=!b;c.toggleClass("z-active");if(i.onchange){i.onchange()}}};a.Checkbox.load=function(b){a.$selector(".z-role-checkbox",b).each(function(c){a(c).remove()});a.$selector("input[type=checkbox][data-role=z-checkbox]",b).each(function(h){var g="Z_Checkbox_"+a.random(10);var f=a(h).hidden().attr("data-id",g);var l=a.$cover(f).on("click",a.E.stop);var e=f.offsetWidth();var d=a.S.trim(f.attr("id"));var c=a.S.trim(f.attr("name"));var k=a.S.trim(f.attr("checked"));var j=(k=="true"?"z-active ":"")+a.S.trim(f.attr("data-class"));var i=a('').appendTo(l).cssMaybe("padding-left",f.css("paddingLeft")).cssMaybe("padding-right",f.css("paddingRight")).cssMaybe("padding-top",f.css("paddingTop")).cssMaybe("padding-bottom",f.css("paddingBottom")).addClass("z-relative").css("margin-left",-e).addClass(j).attr("id",g).attr("data-id",d).attr("data-name",c).click(a.Checkbox,h)})};a.Checkbox.click=function(e){var d=a.$elem(e,"Z.Checkbox.click");var b=a("input[type=checkbox][data-role=z-checkbox][data-id="+d.attr("id")+"]");var c=d.hasClass("z-active");d.toggleClass("z-active");b.attr("checked",!c);if(b[0].onchange){b[0].onchange()}};a.Checkbox.setChecked=function(f,e){var b=a.$elem(f,"Z.Checkbox.setChecked");var h=b.length;var c=a("");var l=0,k=0,d,n;for(l;l=d){return a.E.cancel(f)}}}})};a.onload(a.Textarea.load);a.CallFrame={};a.CallFrame.load=function(){a("form[data-role=z-call-frame]").each(function(f){var e=a('iframe[name="zCallFrame"]');if(e.length==0){e=a('').prependTo("body")}f.target="zCallFrame";if(!f.zFormIndex){var c=document.createElement("input");c.name="zFormIndex";c.type="hidden";f.insertBefore(c,f.firstNode)}var g=-1;for(var d=0;d'+h+"");d.appendTo(e).opacity(0.8).css({width:f,height:b}).cssMaybe("padding-left",c.cssNum("paddingLeft")+2).cssMaybe("padding-right",c.css("paddingRight")).cssMaybe("padding-top",c.css("paddingTop")).cssMaybe("padding-bottom",c.css("paddingBottom")).cssMaybe("font-family",c.css("fontFamily")).cssMaybe("font-size",c.css("fontSize")).cssMaybe("line-height",c.css("lineHeight")).cssMaybe("text-indent",c.css("textIndent"));if(c.val().length>0){d.hide()}c.keydown(function(){d.hide()});c.keyup(function(){if(c.val().length>0){d.hide()}else{d.show()}})};a.preRemoveBR=function(){a(".z-text-preline:not(pre),.z-text-prewrap:not(pre)").each(function(d){var b=a(d);var c=b.html();if(a.V.isEmpty(c)){return}if(c.charAt(0)=="\n"){b.html(c.substring(1))}})};a.onload(a.preRemoveBR)})(zhiqim);+(function(a){a.DragList=a.Class.newInstance();a.DragList.prototype={defaults:{isClickSelected:true,selectLast:true,callback:null,pid:null,isResizeRate:true,isDeleteIco:true,left:0,top:0,minWidth:20,minHeight:20,cursorWidth:10,cursorHeight:10,borderColor:"transparent",borderSelected:"red",bgColor:"transparent",bgSelected:"transparent"},init:function(){if(!this.pid||!a.D.has(this.pid)){a.alert("拖拽层父层[pid]必须指定")}this.$parent=a("#"+this.pid);this.$parent.css({boxSizing:"content-box"});this.pBorderLeft=a.S.prefixNum(this.$parent.css("borderLeftWidth"));this.pBorderRight=a.S.prefixNum(this.$parent.css("borderRightWidth"));this.pBorderTop=a.S.prefixNum(this.$parent.css("borderTopWidth"));this.pBorderBottom=a.S.prefixNum(this.$parent.css("borderBottomWidth"));this.pWidth=this.$parent.offsetWidth()-this.pBorderLeft-this.pBorderRight;this.pHeight=this.$parent.offsetHeight()-this.pBorderTop-this.pBorderBottom;this.list=[];this.current=null;a(document).keydown(this.doKeyDown,this)},execute:function(){},size:function(){return this.list.length},selected:function(){this.doPrivateUnselected();if(this.current!=null){this.current.bordered();this.current.backgrounded()}},remove:function(){if(this.current!=null){this.current.remove()}},getWidth:function(){return(this.current==null)?0:this.current.getWidth()},getHeight:function(){return(this.current==null)?0:this.current.getHeight()},getAttr:function(b){return(this.current==null)?0:this.current.$elem.attr(b)},setHtml:function(b){if(this.current!=null){this.current.$elem.html(b)}},setSizeRateWidth:function(b){if(this.current!=null){this.current.setSizeRateWidth(b)}},setPositionPoint:function(b){if(this.current!=null){this.current.setPositionPoint(b)}},add:function(b){if(this.selectLast){this.current=b;this.selected();this.doPrivateCallback(b,"onCreated")}b.callback=a.bind(this.doCallback,this);this.list.push(b)},addImage:function(g,f,c,b,d){var e=new a.DragElem();e.$parent=this.$parent;e.pWidth=this.pWidth;e.pHeight=this.pHeight;e.isResizeRate=(a.T.isBoolean(b))?b:this.isResizeRate;e.isDeleteIco=(a.T.isBoolean(d))?d:this.isDeleteIco;e.minWidth=this.minWidth;e.minHeight=this.minHeight;e.cursorWidth=this.cursorWidth;e.cursorHeight=this.cursorHeight;e.borderColor=this.borderColor;e.borderSelected=this.borderSelected;e.bgColor=this.bgColor;e.bgSelected=this.bgSelected;e.$elem=a(document.createElement("img"));e.$elem.load(function(){e.execute();this.add(e)},this);e.$elem.css({left:this.left,top:this.top});e.$elem.attr("src",g);e.$elem.css(f);e.$elem.attr(c)},addHtml:function(e,g,c,b,d){var f=new a.DragElem();f.$parent=this.$parent;f.pWidth=this.pWidth;f.pHeight=this.pHeight;f.isResizeRate=(a.T.isBoolean(b))?b:this.isResizeRate;f.isDeleteIco=(a.T.isBoolean(d))?d:this.isDeleteIco;f.minWidth=this.minWidth;f.minHeight=this.minHeight;f.cursorWidth=this.cursorWidth;f.cursorHeight=this.cursorHeight;f.borderColor=this.borderColor;f.borderSelected=this.borderSelected;f.bgColor=this.bgColor;f.bgSelected=this.bgSelected;f.$elem=a(document.createElement("div"));f.$elem.html(e);f.$elem.css(g);f.$elem.attr(c);f.execute();f.unbordered();f.unbackgrounded();this.add(f)},doKeyDown:function(c){if(this.current==null){return}var b=a.E.key(c);switch(b){case a.E.KEY.LEFT:this.current.doLeft();a.E.forbidden(c);break;case a.E.KEY.UP:this.current.doUp();a.E.forbidden(c);break;case a.E.KEY.RIGHT:this.current.doRight();a.E.forbidden(c);break;case a.E.KEY.DOWN:this.current.doDown();a.E.forbidden(c);break;case a.E.KEY.DELETE:this.current.remove();a.E.forbidden(c);break}},doLeft:function(){if(this.current!=null){this.current.doLeft()}},doUp:function(){if(this.current!=null){this.current.doUp()}},doRight:function(){if(this.current!=null){this.current.doRight()}},doDown:function(){if(this.current!=null){this.current.doDown()}},doWidthIncrease:function(){if(this.current!=null){this.current.doWidthIncrease()}},doWidthDecrease:function(){if(this.current!=null){this.current.doWidthDecrease()}},doHeightIncrease:function(){if(this.current!=null){this.current.doHeightIncrease()}},doHeightDecrease:function(){if(this.current!=null){this.current.doHeightDecrease()}},doCallback:function(b,c){if("onRemoved"==c){a.AR.remove(this.list,b);this.current=this.selectLast?a.AR.last(this.list):null;this.selected();this.doPrivateCallback(b,c);return}if(this.isClickSelected){if("onMouseDown"==c){this.current=b;this.selected()}else{if("onMouseOver"==c){b.bordered()}else{if("onMouseOut"==c&&this.current!=b){b.unbordered()}}}}else{this.current=b;this.selected()}this.doPrivateCallback(b,c)},doPrivateUnselected:function(){a.each(this.list,function(b){b.unbordered();b.unbackgrounded()})},doPrivateCallback:function(b,c){if(a.T.isFunction(this.callback)){this.callback(b,c)}}};a.DragElem=a.Class.newInstance();a.DragElem.prototype={defaults:{pid:null,callback:null,isResizeRate:true,isDeleteIco:true,minWidth:20,minHeight:20,cursorWidth:20,cursorHeight:20,borderColor:"#f00",$parent:null,$elem:null,borderColor:"transparent",borderSelected:"red",bgColor:"transparent",bgSelected:"transparent"},execute:function(){this.$elem.css({position:"absolute"}).appendTo(this.$parent);this.left=this.$elem.offsetLeft();this.top=this.$elem.offsetTop();this.rate=this.$elem.offsetWidth()/this.$elem.offsetHeight();var c=Math.max(Math.min(this.$elem.offsetWidth(),this.pWidth),this.minWidth);var f=Math.max(Math.min(this.$elem.offsetHeight(),this.pHeight),this.minHeight);var e=this.pWidth-this.left;var d=this.pHeight-this.top;var b=this.doPrivateResizeRate(c,f,e,d);this.width=b[0];this.height=b[1];this.$elem.css({width:this.width,height:this.height});this.$border=a("").appendTo(this.$parent);this.$border.css({position:"absolute",left:this.left,top:this.top,width:this.width,height:this.height});if(this.isDeleteIco){this.$delete=a(" ").appendTo(this.$border);this.$delete.css({position:"absolute",top:1,right:1,cursor:"pointer"}).html(" ×").click(this.remove,this)}this.cursor=null;this.moveStartX=0;this.moveStartY=0;this.resizeStartX=0;this.resizeStartY=0;this.$border.mouseover(this.doMouseOver,this).mouseout(this.doMouseOut,this).mousedown(this.doMouseDown,this)},remove:function(){if(this.isDeleteIco){this.$delete.remove()}this.$border.remove();this.$elem.remove();this.doPrivateCallback("onRemoved")},bordered:function(){this.$border.css({border:"1px solid "+this.borderSelected})},unbordered:function(){this.$border.css({border:"1px solid "+this.borderColor})},backgrounded:function(){this.$elem.css({backgroundColor:this.bgSelected})},unbackgrounded:function(){this.$elem.css({backgroundColor:this.bgColor})},getLeft:function(){return this.$elem.offsetLeft()},getTop:function(){return this.$elem.offsetTop()},getWidth:function(){return this.$elem.offsetWidth()},getHeight:function(){return this.$elem.offsetHeight()},getAttr:function(b){return this.$elem.attr(b)},setBorderColor:function(b){this.borderColor=b},setMinWidthHeight:function(b,c){this.minWidth=b;this.minHeight=c},setResizeRateFalse:function(){this.isResizeRate=false},setSize:function(b,d){var f=this.pWidth-this.$elem.offsetLeft();var e=this.pHeight-this.$elem.offsetTop();var c=Math.max(b,this.minWidth);var g=Math.max(d,this.minHeight);c=Math.min(c,f);g=Math.min(g,e);this.doPrivateCss({width:c,height:g})},setSizeRateWidth:function(b){var e=this.pWidth-this.$elem.offsetLeft();var d=this.pHeight-this.$elem.offsetTop();var c=Math.min(Math.max(b,this.minWidth),e);var f=(c/this.rate).toFixed(0);if(f>d){f=d;c=(f*this.rate).toFixed(0)}if(f e){b=e;f=(b/this.rate).toFixed(0)}if(bg){h=(d/this.rate).toFixed(0);if(h(f-this.cursorWidth)&&b>(d-this.cursorHeight)){return"nw-resize"}else{if(!this.isResizeRate&&c>(f-this.cursorWidth)){return"e-resize"}else{if(!this.isResizeRate&&b>(d-this.cursorHeight)){return"n-resize"}else{return"move"}}}},doPrivateCss:function(b){this.$elem.css(b);this.$border.css(b)},doPrivateCallback:function(b){if(a.T.isFunction(this.callback)){this.callback(this,b)}}}})(zhiqim);+(function(a){a.Dropdown=a.Class.newInstance();a.Dropdown.prototype={defaults:{elem:null,hasSelected:true},init:function(){this.$elem=a.$elem(this.elem,"Z.Dropdown");this.$default=this.$elem.find(".z-default");this.$input=this.$default.children("input");this.$arrow=this.$elem.find("i.z-float-right.z-font");this.$list=this.$elem.find(".z-list");this.$spans=this.$list.find("span");if(this.$list.length==0){return}var b=a.AR.toObject(this.$elem.attr("data-options"),";");var e=this.$elem.attr("data-onchange");if(a.T.isString(e)){this.onchange=a.evals(e)}this.event=b&&b.event||"click";this.stop=b&&b.stop||"false";var c=a.S.prefixNum(b&&b.maxHeight||"200");this.$list.css("maxHeight",c);this.width=b&&b.width||this.$elem.offsetWidth();var d=a.S.prefixNum(b&&b.itemWidth||this.width);var f=a.S.prefixNum(b&&b.itemHeight||"30");this.$spans.css({width:d,height:f,lineHeight:f-6});this.$list.show();this.itemHeight=this.$spans.offsetHeight();this.$list.hide();this.status=0;this.$spans.click(this.select,this);if(this.event=="click"){this.$elem.click(this.show,this);a(document).click(this.hide,this)}else{this.$elem.mouseover(this.show,this);this.$elem.mouseout(this.hide,this);this.$list.mouseover(this.show,this);this.$list.mouseout(this.hide,this)}if(this.$input.length>0){this.$input.on("focus",this.focus,this);this.$input.on("input",this.show,this);this.$input.on("blur",this.blur,this)}},focus:function(b){this.$input.attr("placeholder",this.$input.attr("data-value"));this.$input.val("");if(a.B.firefox&&this.hasSelected){this.hasSelected=false;this.show(b)}},show:function(h){if(this.stop=="true"){a.E.stop(h)}var g=a.E.target(h);if(this.event=="click"&&this.status==1&&!(g instanceof HTMLInputElement)){this.close();return}this.status=1;this.$elem.addClass("z-active");this.$arrow.removeClass("z-arrowhead-down").addClass("z-arrowhead-up");if(this.$input.length>0){this.$list.removeClass("z-none").css("height","auto");this.$spans.removeClass("zi-hide");if(g instanceof HTMLInputElement){this.search()}}var f=this.$elem.offsetHeight()-2;var d=-1;this.$list.inBlock().css({top:f,left:d,width:this.width});var c=this.$list.offsetTopBody();var b=this.$list.offsetHeight();if(c>b&&a.D.clientHeight()+a.D.scrollTop()-c-b<0){f=f-b-this.$elem.offsetHeight()+2;this.$list.css("top",f)}},hide:function(h){if(this.stop=="true"){a.E.stop(h)}var c=a.E.clientX(h);var i=a.E.clientY(h);var d=this.$elem.clientX();var b=this.$elem.clientY();var f=this.$elem.offsetWidth();var g=this.$elem.offsetHeight();if(c>d&&c<(d+f)&&i>b&&i<(b+g)){return}this.close()},search:function(){var c=this.$input.val();this.$spans.addClass("zi-hide");this.$list.removeClass("z-none");this.$spans.each(function(d){if(a(d).text().indexOf(c)>-1){a(d).removeClass("zi-hide")}});var b=this.$spans.length-this.$list.find(".zi-hide").length;this.$list.css("height",this.itemHeight*b+2);if(this.$list.find(".zi-hide").length==this.$spans.length){this.$list.addClass("z-none").css("height",this.itemHeight)}},blur:function(b){this.$input.val(this.$input.attr("data-value"))},setValue:function(e){if(a.V.isEmpty(e)){return}var b;this.$spans.each(function(g){var f=a(g);if(e==f.attr("value")){b=f;return true}});if(b){this.selected(b);var c=this.$elem.attr("data-id");if(c){var d=a.D.id(c);if(d){a.Select.click(b[0],d)}}}},select:function(b){a.E.stop(b);this.selected(a(a.E.target(b)))},selected:function(b){this.$spans.each(function(c){a(c).removeClass("z-selected").removeAttr("selected")});b.addClass("z-selected");if(this.$input.length>0){this.$input.attr("data-value",b.text()).val(b.text())}else{this.$default.val(b.val());this.$default.text(b.text())}this.hasSelected=true;this.close();if(this.onchange){this.onchange(b.val())}},close:function(){this.status=0;this.$elem.removeClass("z-active");this.$arrow.removeClass("z-arrowhead-up").addClass("z-arrowhead-down");this.$list.hide()},remove:function(){this.$elem.remove()}};a.Dropdown.load=function(b){a.$selector("[data-role=z-dropdown]",b).each(function(c){new a.Dropdown({elem:c})})};a.onload(a.Dropdown.load);a.Select=function(b){a.E.stop(b);a.Select.click(a.E.current(b),this)};a.Select.click=function(e,d){var b=a(e).attr("index");var f=d.selectedIndex;for(var c=0;c')}var n=null;for(var p=0;p"+(a.V.isEmpty(j.text)?" ":j.text)+"";var u=a(o);if(j.onclick){u.attr("onclick",j.onclick)}u.click(a.Select,r);g.find(".z-list").append(u)}if(n==null){n=(r.length>0)?r.options[0]:null}if(n){if(t){g.find(".z-default > input").attr("data-value",n.text).val(n.text)}else{g.find(".z-default").attr("value",n.value).text(n.text)}}new a.Dropdown({elem:g[0]})})};a.onload(a.Select.load)})(zhiqim);+(function(a){a.Tabnav={};a.Tabnav.onclick=function(d){var b=a.E.current(d);a(b).addClass("z-active").siblings("li").removeClass("z-active");var c=a(this).nth(b,">nav>ul>li");a(this).find(">section>div").removeClass("z-active");a(this).find(">section>div:nth-child("+c+")").addClass("z-active");if(this.onchange){this.onchange()}a.E.forbidden(d)};a.Tabnav.cache=[];a.Tabnav.load=function(){a.each(a.Tabnav.cache,function(b){a(b).offclick(a.Tabnav.click,b)});a.Tabnav.cache=[];a("[data-role=z-tabnav]").each(function(b){a(b).find(">nav>ul>li").each(function(c){a(c).click(a.Tabnav.onclick,b);a.Tabnav.cache.push(b)})})};a.onload(a.Tabnav.load)})(zhiqim);+(function(a){a.Floater=a.Class.newInstance();a.Floater.v="1.4.0";a.Floater.prototype={defaults:{elem:null,event:"hover",placement:"bottom",align:"center",top:0,left:0,width:130,height:25,hasArrow:true,id:null,text:null,color:"#333",borderColor:"#c3c3c3",backgroundColor:"#fff"},execute:function(){this.$elem=a.$elem(this.elem,"Z.Floater");this.id=this.id||"z-floater-"+a.random(4);var b='';this.$floater=a(b).appendToPos(this.$elem.parent());this.$arrow=this.$floater.find(".z-arrow");if(!this.hasArrow){this.$arrow.remove()}this.$content=this.$floater.find(".z-content");this.$content.css({width:this.width,minHeight:this.height});this.$content.css({color:this.color,borderColor:this.borderColor,backgroundColor:this.backgroundColor});this.$content.html(this.text);if(this.height<25){this.$content.css("line-height",this.height)}this.elemLeft=this.$elem.offsetLeft();this.elemTop=this.$elem.offsetTop();this.elemWidth=this.$elem.offsetWidth();this.elemHeight=this.$elem.offsetHeight();this.elemHalfWidth=this.elemWidth/2;this.elemHalfHeight=this.elemHeight/2;this.contentWidth=this.$content.offsetWidth();this.contentHeight=this.$content.offsetHeight();this.contentHalfWidth=this.contentWidth/2;this.contentHalfHeight=this.contentHeight/2;this.$floater.hide();if(this.event=="hover"){this.$elem.mouseover(this.show,this);this.$elem.mouseout(this.hide,this);this.$floater.mouseover(this.show,this);this.$floater.mouseout(this.hide,this)}else{if(this.event=="click"){a(document).click(this.hide,this);this.$elem.click(function(c){this.show();a.E.stop(c)},this);this.$floater.click(function(c){a.E.stop(c)},this)}else{this.show()}}},arrowBorderColor:function(){switch(this.placement){case"top":return this.borderColor+" transparent transparent";case"left":return"transparent transparent transparent "+this.borderColor;case"right":return"transparent "+this.borderColor+" transparent transparent";default:return"transparent transparent "+this.borderColor}},arrowBackgroundColor:function(){switch(this.placement){case"top":return this.backgroundColor+" transparent transparent";case"left":return"transparent transparent transparent "+this.backgroundColor;case"right":return"transparent "+this.backgroundColor+" transparent transparent";default:return"transparent transparent "+this.backgroundColor}},placeTop:function(){var d=this.elemTop-this.contentHeight-(this.hasArrow?8:0)-this.top;var b=this.contentHeight-1;var c,e;switch(this.align){case"left":c=this.elemLeft;e=10;break;case"right":c=this.elemLeft-this.contentWidth+this.elemWidth;e=this.contentWidth-16-10;break;default:c=this.elemLeft+this.elemHalfWidth-this.contentHalfWidth;e=this.contentHalfWidth-8-1;break}this.$floater.show().css({left:c,top:d});if(this.hasArrow){this.$arrow.css({left:e,top:b})}},placeLeft:function(){var d=this.elemLeft-this.contentWidth-(this.hasArrow?8:0)-this.left;var e=this.contentWidth-4+1;var c,b;switch(this.align){case"top":c=this.elemTop;b=10;break;case"bottom":c=this.elemTop+this.elemHeight-this.contentHeight;b=this.contentHeight-16-10;break;default:c=this.elemTop+this.elemHalfHeight-this.contentHalfHeight;b=this.contentHalfHeight-8;break}this.$floater.show().css({top:c,left:d});if(this.hasArrow){this.$arrow.addClass("z-right").css({left:e,top:b})}},placeRight:function(){var d=this.elemLeft+this.elemWidth+this.left;var c,b;switch(this.align){case"top":c=this.elemTop;b=10;break;case"bottom":c=this.elemTop+this.elemHeight-this.contentHeight;b=this.contentHeight-16-10;break;default:c=this.elemTop+this.elemHalfHeight-this.contentHalfHeight;b=this.contentHalfHeight-8;break}this.$floater.show().css({left:d,top:c});if(this.hasArrow){this.$arrow.addClass("z-left").css("top",b);this.$content.css("left","9px")}},placeBottom:function(){var c=this.elemTop+this.$elem.offsetHeight()+this.top;var b,d;switch(this.align){case"left":b=this.elemLeft;d=10;break;case"right":b=this.elemLeft-this.contentWidth+this.elemWidth;d=this.contentWidth-16-10;break;default:b=this.elemLeft+this.elemHalfWidth-this.contentHalfWidth;d=this.contentHalfWidth-8;break}this.$floater.show().css({left:b,top:c});if(this.hasArrow){this.$arrow.addClass("z-up").css("left",d);this.$content.css("top","7px")}},show:function(){if(this.hasArrow){this.$arrow.css("border-color",this.arrowBorderColor());this.$arrow.find("span").css("border-color",this.arrowBackgroundColor())}switch(this.placement){case"top":return this.placeTop();case"left":return this.placeLeft();case"right":return this.placeRight();default:return this.placeBottom()}},hide:function(h){var c=a.E.clientX(h);var i=a.E.clientY(h);var d=this.$elem.clientX();var b=this.$elem.clientY();var f=this.$elem.offsetWidth();var g=this.$elem.offsetHeight();switch(this.placement){case"top":if(c>d&&c<(d+f)&&i(b-this.top)){return}break;case"left":if(c>(d-this.left)&&c<(d+f)&&i>b&&i<(b+g)){return}break;case"right":if(c>(d+f)&&c<(d+f+this.left)&&i>b&&i<(b+g)){return}break;default:if(c>d&&c<(d+f)&&i>(b+g)&&i<(b+g+this.top)){return}}this.$floater.hide()},remove:function(){this.$floater.remove()}};a.Tooltip=function(c,e){a.Tooltip.close(c);var d=new a.Floater({elem:c});for(var b in e){d[b]=e[b]}d.execute();a.Tooltip.cache.push(d);return d};a.Tooltip.cache=[];a.Tooltip.close=function(b){if(!b){a.each(a.Tooltip.cache,function(c){c.remove()});a.Tooltip.cache=[]}else{a.each(a.Tooltip.cache,function(d,c){if(d.elem==b){a.Tooltip.cache.splice(c,1);d.remove();return true}})}};a.Tooltip.load=function(){a.Tooltip.close();a("[data-role=z-tooltip]").each(function(t){if(!a.EL.has(t,"data-text")){return}var c=a(t);var n=c.attr("data-id");var i=c.attr("data-text");var j=c.attr("data-options");var e=a.AR.toObject(j,";");var s=e&&e.event||"hover";var k=e&&e.placement||"bottom";var r=e&&e.align||"center";var l=a.S.prefixNum(e&&e.top||0);var f=a.S.prefixNum(e&&e.left||0);var o=a.S.prefixNum(e&&e.width||130);var m=a.S.prefixNum(e&&e.height||25);var d=e&&e.arrow||"true";var p="true"==d;var q=e&&e.color||"#333";var b=e&&e.borderColor||"#c6c6c6";var h=e&&e.backgroundColor||"#fff";var g=new a.Floater({elem:t,event:s,placement:k,align:r,top:l,left:f,width:o,height:m,hasArrow:p,id:n,text:i,color:q,borderColor:b,backgroundColor:h});g.execute();a.Tooltip.cache.push(g)})};a.onload(a.Tooltip.load);a(window).resize(a.Tooltip.load)})(zhiqim);+(function(a){a.Editable=a.Class.newInstance();a.Editable.v="1.4.0";a.Editable.cache=new a.HashMap();a.Editable.get=function(b){if(a.T.isString(b)){b=a.D.id(b)}return a.Editable.cache.get(b)};a.Editable.prototype={defaults:{elem:null},init:function(){if(!this.elem){return}this.$elem=a(this.elem);this.value=this.$elem.attr("data-value")||"";this.callback=this.$elem.attr("data-save")||null;var d=this.$elem.attr("data-value-class")||null;var c=this.$elem.attr("data-value-style")||null;var h=this.$elem.attr("data-input-class")||null;var e=this.$elem.attr("data-input-style")||null;var b=this.$elem.attr("data-input-maxlength")||null;var f=this.$elem.attr("data-input-check")||null;var i=this.$elem.attr("data-button-class")||null;var g=this.$elem.attr("data-button-style")||null;this.$show=a('');this.$edit=a(' 保存 ');this.$elem.addClass("z-editable").append(this.$show).append(this.$edit);this.$value=this.$show.find("span").html(this.value);this.$pen=this.$show.find("i");this.$input=this.$edit.find("input").val(this.value);this.$button=this.$edit.find("div");if(b){this.$input.attr("maxlength",b)}if(f&&a.Input){var j=a.AR.toObject(f,";");this.check=new a.Input({elem:this.$input[0],options:j})}if(d){this.$value.addClass(d)}if(c){this.$value.style(c)}if(h){this.$input.addClass(h)}if(e){this.$input.style(e)}if(i){this.$button.addClass(i)}else{this.$button.addClass("z-small")}if(g){this.$button.style(g)}if(this.callback){this.callback=a.evals(this.callback)}a(document).click(this.show,this);this.$pen.click(this.edit,this);this.$edit.click(function(k){a.E.stop(k)});this.$button.click(this.save,this)},val:function(b){this.value=b;this.show()},show:function(){this.$value.html(this.value);this.$value.show();this.$pen.inBlock();this.$input.val(this.value);this.$edit.hide()},edit:function(b){a.E.stop(b);this.$edit.inBlock();this.$value.hide();this.$pen.hide()},save:function(d){a.E.stop(d);var c=this.$input.val();if(c==this.value){this.show();return}if(!a.T.isFunction(this.callback)){a.alert("请先配置[data-save]函数名");return}var b=this.callback.call(this.elem,c);if(b===false){}else{if(a.T.isString(b)){a.alert(b)}else{this.value=c;this.show()}}}};a.Editable.load=function(){var d=a.D.attrs("data-role","z-editable");if(!d||d.length==0){return}for(var c=0;c");this.$file.appendTo("body").change(this.onFileOpenWindow,this);this.$elem.click(function(){this.clear();this.$file[0].click()},this)},onFileOpenWindow:function(){this.file=this.$file[0].files[0];if(!a.T.isFunction(this.onPreview)){this.upload()}else{var b=new FileReader();b.onload=a.bind(function(c){this.onPreview(c.target.result)},this);b.readAsDataURL(this.file)}},onUploadError:function(){this.$elem.text(this.text);this.clear();alert("文件上传连接服务器失败:"+this.request.responseText)},onUploadSuccess:function(){if(this.request.readyState!=4){return}this.$elem.text(this.text);this.clear();switch(this.request.status){case 404:alert("文件上传时服务器不支持");return;case 403:alert("文件上传时被服务器拒绝");return;case 412:alert("文件上传时服务器诊断参数格式错误");return;case 400:alert("文件上传时服务器诊断参数传值错误");return;case 200:var b=this.request.getResponseHeader("X-Upload-File-Url");if(!b){alert("文件上传时服务器异常");return}if(a.T.isFunction(this.onCompleted)){this.onCompleted(b)}return;default:alert("文件上传时服务器未知错误:"+this.request.status);return}},upload:function(){this.$elem.text("正在上传");this.request=new XMLHttpRequest();this.request.open("POST",a.rootPath(this.contextPath,"/service/upload"),true);this.request.setRequestHeader("Content-Type",this.file.type);this.request.setRequestHeader("Content-Length",this.file.size);if(this.fileDir){this.request.setRequestHeader("X-Upload-File-Dir",encodeURIComponent(this.fileDir))}this.request.setRequestHeader("X-Upload-File-Name",encodeURIComponent(this.file.name));this.request.onreadystatechange=a.bind(this.onUploadSuccess,this);this.request.onerror=a.bind(this.onUploadError,this);this.request.send(this.file)},clear:function(){this.$file[0].value=null;this.file=null},setFileDir:function(b){this.fileDir=b;return this},setFileFormatExt:function(b){this.fileFormatExt=b;return this}}})(zhiqim);+(function(a){a.Uploadmult=a.Class.newInstance();a.Uploadmult.prototype={defaults:{elem:null,contextPath:null,onPreview:null,onCompleted:null,fileFormatExt:"image/png,image/jpeg,image/jpg,image/gif",},execute:function(){this.$elem=a.$elem(this.elem,"Z.Uploadmult");this.random=a.random(10);this.text=this.$elem.text();this.$file=a("");this.$file.appendTo("body").change(this.onFileOpenWindow,this);this.$elem.click(function(){this.clear();this.$file[0].click()},this)},onFileOpenWindow:function(){this.files=this.$file[0].files;this.fileResults=[];if(!a.T.isFunction(this.onPreview)){this.upload()}else{this.results=[];this.onFileLoad()}},onFileLoad:function(){var c=this.files[this.results.length];var b=new FileReader();b.onload=a.bind(function(d){this.results.push({name:c.name,type:c.type,size:c.size,lastModified:c.lastModified,lastModifiedDate:c.lastModifiedDate,src:d.target.result});if(this.results.length==this.files.length){this.onPreview(this.results)}else{this.onFileLoad()}},this);b.readAsDataURL(c)},onFileRemove:function(g){var d=a(a.E.current(g));var c=d.attr("name");for(var f=0;f");d.append(" "+this.results[c].name+" ("+(Math.floor(this.results[c].size/1024))+"K) ");d.append("  ");var b=a(" ").appendTo(d);b.css({position:"absolute",top:2,right:2,cursor:"pointer"}).attr("name",this.results[c].name).html("×").click(this.onFileRemove,this);e.append(d)}},clear:function(){this.$file[0].value=null;this.files=null;this.results=null;this.fileResults=null},setFileDir:function(b){this.fileDir=b;return this},setFileFormatExt:function(b){this.fileFormatExt=b;return this}}})(zhiqim); |