/** 打印模块 date:2020-05-04 License By http://easyweb.vip */ layui.define(["jquery"],function(a){var d=layui.jquery;var f="hide-print";var c="printing";var e='';var b={isIE:function(){return(!!window.ActiveXObject||"ActiveXObject" in window)},isEdge:function(){return navigator.userAgent.indexOf("Edge")!==-1},isFirefox:function(){return navigator.userAgent.indexOf("Firefox")!==-1}};b.print=function(h){window.focus();h||(h={});var j=h.hide;var g=h.horizontal;var l=h.iePreview;var i=h.blank;var o=h.close;(l===undefined)&&(l=true);(i===undefined&&window!==top&&l&&b.isIE())&&(i=true);(o===undefined&&i&&!b.isIE())&&(o=true);d("#page-print-set").remove();if(g!==undefined){var p='";d("body").append(p)}b.hideElem(j);var k;if(i){k=window.open("","_blank");k.focus();var n=k.document;n.open();var m=""+document.getElementsByTagName("html")[0].innerHTML;if(l&&b.isIE()){m+=e;m+=("