/** layui-v2.1.5 MIT License By http://www.layui.com */ ; !function (e) { "use strict"; var t = document, o = { modules: {}, status: {}, timeout: 10, event: {} }, n = function () { this.v = "2.1.5" }, r = function () { var e = t.scripts, o = e[e.length - 1].src; return o.substring(0, o.lastIndexOf("/") + 1) }(), a = function (t) { e.console && console.error && console.error("Layui hint: " + t) }, i = "undefined" != typeof opera && "[object Opera]" === opera.toString(), u = { layer: "modules/layer", laydate: "modules/laydate", laypage: "modules/laypage", laytpl: "modules/laytpl", layim: "modules/layim", layedit: "modules/layedit", form: "modules/form", upload: "modules/upload", tree: "modules/tree", table: "modules/table", element: "modules/element", util: "modules/util", flow: "modules/flow", carousel: "modules/carousel", code: "modules/code", jquery: "modules/jquery", mobile: "modules/mobile", "layui.all": "../layui.all" }; n.prototype.cache = o, n.prototype.define = function (e, t) { var n = this, r = "function" == typeof e, a = function () { return "function" == typeof t && t(function (e, t) { layui[e] = t, o.status[e] = !0 }), this }; return r && (t = e, e = []), layui["layui.all"] || !layui["layui.all"] && layui["layui.mobile"] ? a.call(n) : (n.use(e, a), n) }, n.prototype.use = function (e, n, l) { function s(e, t) { var n = "PLaySTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/; ("load" === e.type || n.test((e.currentTarget || e.srcElement).readyState)) && (o.modules[f] = t, d.removeChild(v), function r() { return ++m > 1e3 * o.timeout / 4 ? a(f + " is not a valid module") : void (o.status[f] ? c() : setTimeout(r, 4)) }()) } function c() { l.push(layui[f]), e.length > 1 ? y.use(e.slice(1), n, l) : "function" == typeof n && n.apply(layui, l) } var y = this, p = o.dir = o.dir ? o.dir : r, d = t.getElementsByTagName("head")[0]; e = "string" == typeof e ? [e] : e, window.jQuery && jQuery.fn.on && (y.each(e, function (t, o) { "jquery" === o && e.splice(t, 1) }), layui.jquery = layui.$ = jQuery); var f = e[0], m = 0; if (l = l || [], o.host = o.host || (p.match(/\/\/([\s\S]+?)\//) || ["//" + location.host + "/"])[0], 0 === e.length || layui["layui.all"] && u[f] || !layui["layui.all"] && layui["layui.mobile"] && u[f]) return c(), y; if (o.modules[f]) !function g() { return ++m > 1e3 * o.timeout / 4 ? a(f + " is not a valid module") : void ("string" == typeof o.modules[f] && o.status[f] ? c() : setTimeout(g, 4)) }(); else { var v = t.createElement("script"), h = (u[f] ? p + "lay/" : o.base || "") + (y.modules[f] || f) + ".js"; v.async = !0, v.charset = "utf-8", v.src = h + function () { var e = o.version === !0 ? o.v || (new Date).getTime() : o.version || ""; return e ? "?v=" + e : "" }(), d.appendChild(v), !v.attachEvent || v.attachEvent.toString && v.attachEvent.toString().indexOf("[native code") < 0 || i ? v.addEventListener("load", function (e) { s(e, h) }, !1) : v.attachEvent("onreadystatechange", function (e) { s(e, h) }), o.modules[f] = h } return y }, n.prototype.getStyle = function (t, o) { var n = t.currentStyle ? t.currentStyle : e.getComputedStyle(t, null); return n[n.getPropertyValue ? "getPropertyValue" : "getAttribute"](o) }, n.prototype.link = function (e, n, r) { var i = this, u = t.createElement("link"), l = t.getElementsByTagName("head")[0]; "string" == typeof n && (r = n); var s = (r || e).replace(/\.|\//g, ""), c = u.id = "layuicss-" + s, y = 0; return u.rel = "stylesheet", u.href = e + (o.debug ? "?v=" + (new Date).getTime() : ""), u.media = "all", t.getElementById(c) || l.appendChild(u), "function" != typeof n ? i : (function p() { return ++y > 1e3 * o.timeout / 100 ? a(e + " timeout") : void (1989 === parseInt(i.getStyle(t.getElementById(c), "width")) ? function () { n() }() : setTimeout(p, 100)) }(), i) }, n.prototype.addcss = function (e, t, n) { return layui.link(o.dir + "css/" + e, t, n) }, n.prototype.img = function (e, t, o) { var n = new Image; return n.src = e, n.complete ? t(n) : (n.onload = function () { n.onload = null, t(n) }, void (n.onerror = function (e) { n.onerror = null, o(e) })) }, n.prototype.config = function (e) { e = e || {}; for (var t in e) o[t] = e[t]; return this }, n.prototype.modules = function () { var e = {}; for (var t in u) e[t] = u[t]; return e }(), n.prototype.extend = function (e) { var t = this; e = e || {}; for (var o in e) t[o] || t.modules[o] ? a("模块名 " + o + " 已被占用") : t.modules[o] = e[o]; return t }, n.prototype.router = function (e) { var t = this, e = e || location.hash, o = { path: [], search: {}, hash: (e.match(/[^#](#.*$)/) || [])[1] || "" }; return /^#\//.test(e) ? (e = e.replace(/^#\//, "").replace(/([^#])(#.*$)/, "$1").split("/") || [], t.each(e, function (e, t) { /^\w+=/.test(t) ? function () { t = t.split("="), o.search[t[0]] = t[1] }() : o.path.push(t) }), o) : o }, n.prototype.data = function (t, o) { if (t = t || "layui", e.JSON && e.JSON.parse) { if (null === o) return delete localStorage[t]; o = "object" == typeof o ? o : { key: o }; try { var n = JSON.parse(localStorage[t]) } catch (r) { var n = {} } return o.value && (n[o.key] = o.value), o.remove && delete n[o.key], localStorage[t] = JSON.stringify(n), o.key ? n[o.key] : n } }, n.prototype.device = function (t) { var o = navigator.userAgent.toLowerCase(), n = function (e) { var t = new RegExp(e + "/([^\\s\\_\\-]+)"); return e = (o.match(t) || [])[1], e || !1 }, r = { os: function () { return /windows/.test(o) ? "windows" : /linux/.test(o) ? "linux" : /iphone|ipod|ipad|ios/.test(o) ? "ios" : /mac/.test(o) ? "mac" : void 0 }(), ie: function () { return !!(e.ActiveXObject || "ActiveXObject" in e) && ((o.match(/msie\s(\d+)/) || [])[1] || "11") }(), weixin: n("micromessenger") }; return t && !r[t] && (r[t] = n(t)), r.android = /android/.test(o), r.ios = "ios" === r.os, r }, n.prototype.hint = function () { return { error: a } }, n.prototype.each = function (e, t) { var o, n = this; if ("function" != typeof t) return n; if (e = e || [], e.constructor === Object) { for (o in e) if (t.call(e[o], o, e[o])) break } else for (o = 0; o < e.length && !t.call(e[o], o, e[o]); o++); return n }, n.prototype.sort = function (e, t, o) { var n = JSON.parse(JSON.stringify(e)); return t ? (n.sort(function (e, o) { var n = /^-?\d+$/, r = e[t], a = o[t]; return n.test(r) && (r = parseFloat(r)), n.test(a) && (a = parseFloat(a)), r && !a ? 1 : !r && a ? -1 : r > a ? 1 : r < a ? -1 : 0 }), o && n.reverse(), n) : n }, n.prototype.stope = function (t) { t = t || e.event, t.stopPropagation ? t.stopPropagation() : t.cancelBubble = !0 }, n.prototype.onevent = function (e, t, n) { return "string" != typeof e || "function" != typeof n ? this : (o.event[e + "." + t] = [n], this) }, n.prototype.event = function (e, t, n) { var r = this, a = null, i = t.match(/\(.*\)$/) || [], u = (t = e + "." + t).replace(i, ""), l = function (e, t) { var o = t && t.call(r, n); o === !1 && null === a && (a = !1) }; return layui.each(o.event[u], l), i[0] && layui.each(o.event[t], l), a }, e.layui = new n }(window); layui.define(function (a) { var i = layui.cache; layui.config({ dir: i.dir.replace(/lay\/dest\/$/, "") }), a("layui.all", layui.v) }); layui.define(function (e) { "use strict"; var r = { open: "{{", close: "}}" }, n = { exp: function (e) { return new RegExp(e, "g") }, query: function (e, n, t) { var o = ["#([\\s\\S])+?", "([^{#}])*?"][e || 0]; return c((n || "") + r.open + o + r.close + (t || "")) }, escape: function (e) { return String(e || "").replace(/&(?!#?[a-zA-Z0-9]+;)/g, "&").replace(//g, ">").replace(/'/g, "'").replace(/"/g, """) }, error: function (e, r) { var n = "Laytpl Error:"; return "object" == typeof console && console.error(n + e + "\n" + (r || "")), n + e } }, c = n.exp, t = function (e) { this.tpl = e }; t.pt = t.prototype, window.errors = 0, t.pt.parse = function (e, t) { var o = this, p = e, a = c("^" + r.open + "#", ""), l = c(r.close + "$", ""); e = e.replace(/\s+|\r|\t|\n/g, " ").replace(c(r.open + "#"), r.open + "# ").replace(c(r.close + "}"), "} " + r.close).replace(/\\/g, "\\\\").replace(/(?="|')/g, "\\").replace(n.query(), function (e) { return e = e.replace(a, "").replace(l, ""), '";' + e.replace(/\\/g, "") + ';view+="' }).replace(n.query(1), function (e) { var n = '"+('; return e.replace(/\s/g, "") === r.open + r.close ? "" : (e = e.replace(c(r.open + "|" + r.close), ""), /^=/.test(e) && (e = e.replace(/^=/, ""), n = '"+_escape_('), n + e.replace(/\\/g, "") + ')+"') }), e = '"use strict";var view = "' + e + '";return view;'; try { return o.cache = e = new Function("d, _escape_", e), e(t, n.escape) } catch (u) { return delete o.cache, n.error(u, p) } }, t.pt.render = function (e, r) { var c, t = this; return e ? (c = t.cache ? t.cache(e, n.escape) : t.parse(t.tpl, e), r ? void r(c) : c) : n.error("no data") }; var o = function (e) { return "string" != typeof e ? n.error("Template not found") : new t(e) }; o.config = function (e) { e = e || {}; for (var n in e) r[n] = e[n] }, o.v = "1.2.0", e("laytpl", o) }); layui.define(function (e) { "use strict"; var a = document, t = "getElementById", n = "getElementsByTagName", i = "laypage", r = "layui-disabled", u = function (e) { var a = this; a.config = e || {}, a.config.index = ++s.index, a.render(!0) }; u.prototype.type = function () { var e = this.config; if ("object" == typeof e.elem) return void 0 === e.elem.length ? 2 : 3 }, u.prototype.view = function () { var e = this, a = e.config, t = a.groups = "groups" in a ? 0 | a.groups : 5; a.layout = "object" == typeof a.layout ? a.layout : ["prev", "page", "next"], a.count = 0 | a.count, a.curr = 0 | a.curr || 1, a.limits = "object" == typeof a.limits ? a.limits : [10, 20, 30, 40, 50], a.limit = 0 | a.limit || 10, a.pages = Math.ceil(a.count / a.limit) || 1, a.curr > a.pages && (a.curr = a.pages), t < 0 ? t = 1 : t > a.pages && (t = a.pages), a.prev = "prev" in a ? a.prev : "上一页", a.next = "next" in a ? a.next : "下一页"; var n = a.pages > t ? Math.ceil((a.curr + (t > 1 ? 1 : 0)) / (t > 0 ? t : 1)) : 1, i = { prev: function () { return a.prev ? '' + a.prev + "" : "" }(), page: function () { var e = []; if (a.count < 1) return ""; n > 1 && a.first !== !1 && 0 !== t && e.push('' + (a.first || 1) + ""); var i = Math.floor((t - 1) / 2), r = n > 1 ? a.curr - i : 1, u = n > 1 ? function () { var e = a.curr + (t - i - 1); return e > a.pages ? a.pages : e }() : t; for (u - r < t - 1 && (r = u - t + 1), a.first !== !1 && r > 2 && e.push(''); r <= u; r++)r === a.curr ? e.push('" + r + "") : e.push('' + r + ""); return a.pages > t && a.pages > u && a.last !== !1 && (u + 1 < a.pages && e.push(''), 0 !== t && e.push('' + (a.last || a.pages) + "")), e.join("") }(), next: function () { return a.next ? '' + a.next + "" : "" }(), count: '共 ' + a.count + " 条", limit: function () { var e = ['" }(), skip: function () { return ['到第', '', '页', ""].join("") }() }; return ['
', function () { var e = []; return layui.each(a.layout, function (a, t) { i[t] && e.push(i[t]) }), e.join("") }(), "
"].join("") }, u.prototype.jump = function (e, a) { if (e) { var t = this, i = t.config, r = e.children, u = e[n]("button")[0], l = e[n]("input")[0], p = e[n]("select")[0], c = function () { var e = 0 | l.value.replace(/\s|\D/g, ""); e && (i.curr = e, t.render()) }; if (a) return c(); for (var o = 0, y = r.length; o < y; o++)"a" === r[o].nodeName.toLowerCase() && s.on(r[o], "click", function () { var e = 0 | this.getAttribute("data-page"); e < 1 || e > i.pages || (i.curr = e, t.render()) }); p && s.on(p, "change", function () { var e = this.value; i.curr * e > i.count && (i.curr = Math.ceil(i.count / e)), i.limit = e, t.render() }), u && s.on(u, "click", function () { c() }) } }, u.prototype.skip = function (e) { if (e) { var a = this, t = e[n]("input")[0]; t && s.on(t, "keyup", function (t) { var n = this.value, i = t.keyCode; /^(37|38|39|40)$/.test(i) || (/\D/.test(n) && (this.value = n.replace(/\D/, "")), 13 === i && a.jump(e, !0)) }) } }, u.prototype.render = function (e) { var n = this, i = n.config, r = n.type(), u = n.view(); 2 === r ? i.elem && (i.elem.innerHTML = u) : 3 === r ? i.elem.html(u) : a[t](i.elem) && (a[t](i.elem).innerHTML = u), i.jump && i.jump(i, e); var s = a[t]("layui-laypage-" + i.index); n.jump(s), i.hash && !e && (location.hash = "!" + i.hash + "=" + i.curr), n.skip(s) }; var s = { render: function (e) { var a = new u(e); return a.index }, index: layui.laypage ? layui.laypage.index + 1e4 : 0, on: function (e, a, t) { return e.attachEvent ? e.attachEvent("on" + a, function (a) { t.call(e, a) }) : e.addEventListener(a, t, !1), this } }; e(i, s) }); !function () { "use strict"; var e = window.layui && layui.define, t = { getPath: function () { var e = document.scripts, t = e[e.length - 1], n = t.src; if (!t.getAttribute("merge")) return n.substring(0, n.lastIndexOf("/") + 1) }(), getStyle: function (e, t) { var n = e.currentStyle ? e.currentStyle : window.getComputedStyle(e, null); return n[n.getPropertyValue ? "getPropertyValue" : "getAttribute"](t) }, link: function (e, a, i) { if (n.path) { var r = document.getElementsByTagName("head")[0], o = document.createElement("link"); "string" == typeof a && (i = a); var s = (i || e).replace(/\.|\//g, ""), l = "layuicss-" + s, d = 0; o.rel = "stylesheet", o.href = n.path + e, o.id = l, document.getElementById(l) || r.appendChild(o), "function" == typeof a && !function c() { return ++d > 80 ? window.console && console.error("laydate.css: Invalid") : void (1989 === parseInt(t.getStyle(document.getElementById(l), "width")) ? a() : setTimeout(c, 100)) }() } } }, n = { v: "5.0.7", config: {}, index: window.laydate && window.laydate.v ? 1e5 : 0, path: t.getPath, set: function (e) { var n = this; return n.config = t.extend({}, n.config, e), n }, ready: function (a) { var i = "laydate", r = "", o = (e ? "modules/laydate/" : "theme/") + "default/laydate.css?v=" + n.v + r; return e ? layui.addcss(o, a, i) : t.link(o, a, i), this } }, a = function () { var e = this; return { hint: function (t) { e.hint.call(e, t) }, config: e.config } }, i = "laydate", r = ".layui-laydate", o = "layui-this", s = "laydate-disabled", l = "开始日期超出了结束日期
建议重新选择", d = [100, 2e5], c = "layui-laydate-static", m = "layui-laydate-list", u = "laydate-selected", h = "layui-laydate-hint", y = "laydate-day-prev", f = "laydate-day-next", p = "layui-laydate-footer", g = ".laydate-btns-confirm", v = "laydate-time-text", D = ".laydate-btns-time", T = function (e) { var t = this; t.index = ++n.index, t.config = w.extend({}, t.config, n.config, e), n.ready(function () { t.init() }) }, w = function (e) { return new C(e) }, C = function (e) { for (var t = 0, n = "object" == typeof e ? [e] : (this.selector = e, document.querySelectorAll(e || null)); t < n.length; t++)this.push(n[t]) }; C.prototype = [], C.prototype.constructor = C, w.extend = function () { var e = 1, t = arguments, n = function (e, t) { e = e || (t.constructor === Array ? [] : {}); for (var a in t) e[a] = t[a] && t[a].constructor === Object ? n(e[a], t[a]) : t[a]; return e }; for (t[0] = "object" == typeof t[0] ? t[0] : {}; e < t.length; e++)"object" == typeof t[e] && n(t[0], t[e]); return t[0] }, w.ie = function () { var e = navigator.userAgent.toLowerCase(); return !!(window.ActiveXObject || "ActiveXObject" in window) && ((e.match(/msie\s(\d+)/) || [])[1] || "11") }(), w.stope = function (e) { e = e || win.event, e.stopPropagation ? e.stopPropagation() : e.cancelBubble = !0 }, w.each = function (e, t) { var n, a = this; if ("function" != typeof t) return a; if (e = e || [], e.constructor === Object) { for (n in e) if (t.call(e[n], n, e[n])) break } else for (n = 0; n < e.length && !t.call(e[n], n, e[n]); n++); return a }, w.digit = function (e, t, n) { var a = ""; e = String(e), t = t || 2; for (var i = e.length; i < t; i++)a += "0"; return e < Math.pow(10, t) ? a + (0 | e) : e }, w.elem = function (e, t) { var n = document.createElement(e); return w.each(t || {}, function (e, t) { n.setAttribute(e, t) }), n }, C.addStr = function (e, t) { return e = e.replace(/\s+/, " "), t = t.replace(/\s+/, " ").split(" "), w.each(t, function (t, n) { new RegExp("\\b" + n + "\\b").test(e) || (e = e + " " + n) }), e.replace(/^\s|\s$/, "") }, C.removeStr = function (e, t) { return e = e.replace(/\s+/, " "), t = t.replace(/\s+/, " ").split(" "), w.each(t, function (t, n) { var a = new RegExp("\\b" + n + "\\b"); a.test(e) && (e = e.replace(a, "")) }), e.replace(/\s+/, " ").replace(/^\s|\s$/, "") }, C.prototype.find = function (e) { var t = this, n = 0, a = [], i = "object" == typeof e; return this.each(function (r, o) { for (var s = i ? [e] : o.querySelectorAll(e || null); n < s.length; n++)a.push(s[n]); t.shift() }), i || (t.selector = (t.selector ? t.selector + " " : "") + e), w.each(a, function (e, n) { t.push(n) }), t }, C.prototype.each = function (e) { return w.each.call(this, this, e) }, C.prototype.addClass = function (e, t) { return this.each(function (n, a) { a.className = C[t ? "removeStr" : "addStr"](a.className, e) }) }, C.prototype.removeClass = function (e) { return this.addClass(e, !0) }, C.prototype.hasClass = function (e) { var t = !1; return this.each(function (n, a) { new RegExp("\\b" + e + "\\b").test(a.className) && (t = !0) }), t }, C.prototype.attr = function (e, t) { var n = this; return void 0 === t ? function () { if (n.length > 0) return n[0].getAttribute(e) }() : n.each(function (n, a) { a.setAttribute(e, t) }) }, C.prototype.removeAttr = function (e) { return this.each(function (t, n) { n.removeAttribute(e) }) }, C.prototype.html = function (e) { return this.each(function (t, n) { n.innerHTML = e }) }, C.prototype.val = function (e) { return this.each(function (t, n) { n.value = e }) }, C.prototype.append = function (e) { return this.each(function (t, n) { "object" == typeof e ? n.appendChild(e) : n.innerHTML = n.innerHTML + e }) }, C.prototype.remove = function (e) { return this.each(function (t, n) { e ? n.removeChild(e) : n.parentNode.removeChild(n) }) }, C.prototype.on = function (e, t) { return this.each(function (n, a) { a.attachEvent ? a.attachEvent("on" + e, function (e) { e.target = e.srcElement, t.call(a, e) }) : a.addEventListener(e, t, !1) }) }, C.prototype.off = function (e, t) { return this.each(function (n, a) { a.detachEvent ? a.detachEvent("on" + e, t) : a.removeEventListener(e, t, !1) }) }, T.isLeapYear = function (e) { return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0 }, T.prototype.config = { type: "date", range: !1, format: "yyyy-MM-dd", value: null, min: "1900-1-1", max: "2099-12-31", trigger: "focus", show: !1, showBottom: !0, btns: ["clear", "now", "confirm"], lang: "cn", theme: "default", position: null, calendar: !1, mark: {}, zIndex: null, done: null, change: null }, T.prototype.lang = function () { var e = this, t = e.config, n = { cn: { weeks: ["日", "一", "二", "三", "四", "五", "六"], time: ["时", "分", "秒"], timeTips: "选择时间", startTime: "开始时间", endTime: "结束时间", dateTips: "返回日期", month: ["一", "二", "三", "四", "五", "六", "七", "八", "九", "十", "十一", "十二"], tools: { confirm: "确定", clear: "清空", now: "现在" } }, en: { weeks: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], time: ["Hours", "Minutes", "Seconds"], timeTips: "Select Time", startTime: "Start Time", endTime: "End Time", dateTips: "Select Date", month: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], tools: { confirm: "Confirm", clear: "Clear", now: "Now" } } }; return n[t.lang] || n.cn }, T.prototype.init = function () { var e = this, t = e.config, n = "yyyy|y|MM|M|dd|d|HH|H|mm|m|ss|s", a = "static" === t.position, i = { year: "yyyy", month: "yyyy-MM", date: "yyyy-MM-dd", time: "HH:mm:ss", datetime: "yyyy-MM-dd HH:mm:ss" }; t.elem = w(t.elem), t.eventElem = w(t.eventElem), t.elem[0] && (t.range === !0 && (t.range = "-"), t.format === i.date && (t.format = i[t.type]), e.format = t.format.match(new RegExp(n + "|.", "g")) || [], e.EXP_IF = "", e.EXP_SPLIT = "", w.each(e.format, function (t, a) { var i = new RegExp(n).test(a) ? "\\d{" + function () { return new RegExp(n).test(e.format[0 === t ? t + 1 : t - 1] || "") ? /^yyyy|y$/.test(a) ? 4 : a.length : /^yyyy$/.test(a) ? "1,4" : /^y$/.test(a) ? "1,308" : "1,2" }() + "}" : "\\" + a; e.EXP_IF = e.EXP_IF + i, e.EXP_SPLIT = e.EXP_SPLIT + "(" + i + ")" }), e.EXP_IF = new RegExp("^" + (t.range ? e.EXP_IF + "\\s\\" + t.range + "\\s" + e.EXP_IF : e.EXP_IF) + "$"), e.EXP_SPLIT = new RegExp("^" + e.EXP_SPLIT + "$", ""), e.isInput(t.elem[0]) || "focus" === t.trigger && (t.trigger = "click"), t.elem.attr("lay-key") || (t.elem.attr("lay-key", e.index), t.eventElem.attr("lay-key", e.index)), t.mark = w.extend({}, t.calendar && "cn" === t.lang ? { "0-1-1": "元旦", "0-2-14": "情人", "0-3-8": "妇女", "0-3-12": "植树", "0-4-1": "愚人", "0-5-1": "劳动", "0-5-4": "青年", "0-6-1": "儿童", "0-9-10": "教师", "0-9-18": "国耻", "0-10-1": "国庆", "0-12-25": "圣诞" } : {}, t.mark), w.each(["min", "max"], function (e, n) { var a = [], i = []; if ("number" == typeof t[n]) { var r = t[n], o = (new Date).getTime(), s = 864e5, l = new Date(r ? r < s ? o + r * s : r : o); a = [l.getFullYear(), l.getMonth() + 1, l.getDate()], r < s || (i = [l.getHours(), l.getMinutes(), l.getSeconds()]) } else a = (t[n].match(/\d+-\d+-\d+/) || [""])[0].split("-"), i = (t[n].match(/\d+:\d+:\d+/) || [""])[0].split(":"); t[n] = { year: 0 | a[0] || (new Date).getFullYear(), month: a[1] ? (0 | a[1]) - 1 : (new Date).getMonth(), date: 0 | a[2] || (new Date).getDate(), hours: 0 | i[0], minutes: 0 | i[1], seconds: 0 | i[2] } }), e.elemID = "layui-laydate" + t.elem.attr("lay-key"), (t.show || a) && e.render(), a || e.events(), t.value && (t.value.constructor === Date ? e.setValue(e.parse(0, e.systemDate(t.value))) : e.setValue(t.value))) }, T.prototype.render = function () { var e = this, t = e.config, n = e.lang(), a = "static" === t.position, i = e.elem = w.elem("div", { id: e.elemID, "class": ["layui-laydate", t.range ? " layui-laydate-range" : "", a ? " " + c : "", t.theme && "default" !== t.theme && !/^#/.test(t.theme) ? " laydate-theme-" + t.theme : ""].join("") }), r = e.elemMain = [], o = e.elemHeader = [], s = e.elemCont = [], l = e.table = [], d = e.footer = w.elem("div", { "class": p }); if (t.zIndex && (i.style.zIndex = t.zIndex), w.each(new Array(2), function (e) { if (!t.range && e > 0) return !0; var a = w.elem("div", { "class": "layui-laydate-header" }), i = [function () { var e = w.elem("i", { "class": "layui-icon laydate-icon laydate-prev-y" }); return e.innerHTML = "", e }(), function () { var e = w.elem("i", { "class": "layui-icon laydate-icon laydate-prev-m" }); return e.innerHTML = "", e }(), function () { var e = w.elem("div", { "class": "laydate-set-ym" }), t = w.elem("span"), n = w.elem("span"); return e.appendChild(t), e.appendChild(n), e }(), function () { var e = w.elem("i", { "class": "layui-icon laydate-icon laydate-next-m" }); return e.innerHTML = "", e }(), function () { var e = w.elem("i", { "class": "layui-icon laydate-icon laydate-next-y" }); return e.innerHTML = "", e }()], d = w.elem("div", { "class": "layui-laydate-content" }), c = w.elem("table"), m = w.elem("thead"), u = w.elem("tr"); w.each(i, function (e, t) { a.appendChild(t) }), m.appendChild(u), w.each(new Array(6), function (e) { var t = c.insertRow(0); w.each(new Array(7), function (a) { if (0 === e) { var i = w.elem("th"); i.innerHTML = n.weeks[a], u.appendChild(i) } t.insertCell(a) }) }), c.insertBefore(m, c.children[0]), d.appendChild(c), r[e] = w.elem("div", { "class": "layui-laydate-main laydate-main-list-" + e }), r[e].appendChild(a), r[e].appendChild(d), o.push(i), s.push(d), l.push(c) }), w(d).html(function () { var e = [], i = []; return "datetime" === t.type && e.push('' + n.timeTips + ""), w.each(t.btns, function (e, r) { var o = n.tools[r] || "btn"; t.range && "now" === r || (a && "clear" === r && (o = "cn" === t.lang ? "重置" : "Reset"), i.push('' + o + "")) }), e.push('"), e.join("") }()), w.each(r, function (e, t) { i.appendChild(t) }), t.showBottom && i.appendChild(d), /^#/.test(t.theme)) { var m = w.elem("style"), u = ["#{{id}} .layui-laydate-header{background-color:{{theme}};}", "#{{id}} .layui-this{background-color:{{theme}} !important;}"].join("").replace(/{{id}}/g, e.elemID).replace(/{{theme}}/g, t.theme); "styleSheet" in m ? (m.setAttribute("type", "text/css"), m.styleSheet.cssText = u) : m.innerHTML = u, w(i).addClass("laydate-theme-molv"), i.appendChild(m) } e.remove(T.thisElem), a ? t.elem.append(i) : (document.body.appendChild(i), e.position()), e.checkDate().calendar(), e.changeEvent(), T.thisElem = e.elemID, "function" == typeof t.ready && t.ready(w.extend({}, t.dateTime, { month: t.dateTime.month + 1 })) }, T.prototype.remove = function (e) { var t = this, n = (t.config, w("#" + (e || t.elemID))); return n[0] && !n.hasClass(c) && t.checkDate(function () { n.remove() }), t }, T.prototype.position = function () { var e = this, t = e.config, n = e.bindElem || t.elem[0], a = n.getBoundingClientRect(), i = e.elem.offsetWidth, r = e.elem.offsetHeight, o = function (e) { return e = e ? "scrollLeft" : "scrollTop", document.body[e] | document.documentElement[e] }, s = function (e) { return document.documentElement[e ? "clientWidth" : "clientHeight"] }, l = 5, d = a.left, c = a.bottom; d + i + l > s("width") && (d = s("width") - i - l), c + r + l > s() && (c = a.top > r ? a.top - r : s() - r, c -= 2 * l), t.position && (e.elem.style.position = t.position), e.elem.style.left = d + ("fixed" === t.position ? 0 : o(1)) + "px", e.elem.style.top = c + ("fixed" === t.position ? 0 : o()) + "px" }, T.prototype.hint = function (e) { var t = this, n = (t.config, w.elem("div", { "class": h })); n.innerHTML = e || "", w(t.elem).find("." + h).remove(), t.elem.appendChild(n), clearTimeout(t.hinTimer), t.hinTimer = setTimeout(function () { w(t.elem).find("." + h).remove() }, 3e3) }, T.prototype.getAsYM = function (e, t, n) { return n ? t-- : t++ , t < 0 && (t = 11, e--), t > 11 && (t = 0, e++), [e, t] }, T.prototype.systemDate = function (e) { var t = e || new Date; return { year: t.getFullYear(), month: t.getMonth(), date: t.getDate(), hours: e ? e.getHours() : 0, minutes: e ? e.getMinutes() : 0, seconds: e ? e.getSeconds() : 0 } }, T.prototype.checkDate = function (e) { var t, a, i = this, r = (new Date, i.config), o = r.dateTime = r.dateTime || i.systemDate(), s = i.bindElem || r.elem[0], l = (i.isInput(s) ? "val" : "html", i.isInput(s) ? s.value : "static" === r.position ? "" : s.innerHTML), c = function (e) { e.year > d[1] && (e.year = d[1], a = !0), e.month > 11 && (e.month = 11, a = !0), e.hours > 23 && (e.hours = 0, a = !0), e.minutes > 59 && (e.minutes = 0, e.hours++ , a = !0), e.seconds > 59 && (e.seconds = 0, e.minutes++ , a = !0), t = n.getEndDate(e.month + 1, e.year), e.date > t && (e.date = t, a = !0) }, m = function (e, t, n) { var o = ["startTime", "endTime"]; t = (t.match(i.EXP_SPLIT) || []).slice(1), n = n || 0, r.range && (i[o[n]] = i[o[n]] || {}), w.each(i.format, function (s, l) { var c = parseFloat(t[s]); t[s].length < l.length && (a = !0), /yyyy|y/.test(l) ? (c < d[0] && (c = d[0], a = !0), e.year = c) : /MM|M/.test(l) ? (c < 1 && (c = 1, a = !0), e.month = c - 1) : /dd|d/.test(l) ? (c < 1 && (c = 1, a = !0), e.date = c) : /HH|H/.test(l) ? (c < 1 && (c = 0, a = !0), e.hours = c, r.range && (i[o[n]].hours = c)) : /mm|m/.test(l) ? (c < 1 && (c = 0, a = !0), e.minutes = c, r.range && (i[o[n]].minutes = c)) : /ss|s/.test(l) && (c < 1 && (c = 0, a = !0), e.seconds = c, r.range && (i[o[n]].seconds = c)) }), c(e) }; return "limit" === e ? (c(o), i) : (l = l || r.value, "string" == typeof l && (l = l.replace(/\s+/g, " ").replace(/^\s|\s$/g, "")), i.startState && !i.endState && (delete i.startState, i.endState = !0), "string" == typeof l && l ? i.EXP_IF.test(l) ? r.range ? (l = l.split(" " + r.range + " "), i.startDate = i.startDate || i.systemDate(), i.endDate = i.endDate || i.systemDate(), r.dateTime = w.extend({}, i.startDate), w.each([i.startDate, i.endDate], function (e, t) { m(t, l[e], e) })) : m(o, l) : (i.hint("日期格式不合法
必须遵循下述格式:
" + (r.range ? r.format + " " + r.range + " " + r.format : r.format) + "
已为你重置"), a = !0) : l && l.constructor === Date ? r.dateTime = i.systemDate(l) : (r.dateTime = i.systemDate(), delete i.startState, delete i.endState, delete i.startDate, delete i.endDate, delete i.startTime, delete i.endTime), c(o), a && l && i.setValue(r.range ? i.endDate ? i.parse() : "" : i.parse()), e && e(), i) }, T.prototype.mark = function (e, t) { var n, a = this, i = a.config; return w.each(i.mark, function (e, a) { var i = e.split("-"); i[0] != t[0] && 0 != i[0] || i[1] != t[1] && 0 != i[1] || i[2] != t[2] || (n = a || t[2]) }), n && e.html('' + n + ""), a }, T.prototype.limit = function (e, t, n, a) { var i, r = this, o = r.config, l = {}, d = o[n > 41 ? "endDate" : "dateTime"], c = w.extend({}, d, t || {}); return w.each({ now: c, min: o.min, max: o.max }, function (e, t) { l[e] = r.newDate(w.extend({ year: t.year, month: t.month, date: t.date }, function () { var e = {}; return w.each(a, function (n, a) { e[a] = t[a] }), e }())).getTime() }), i = l.now < l.min || l.now > l.max, e && e[i ? "addClass" : "removeClass"](s), i }, T.prototype.calendar = function (e) { var t, a, i, r = this, s = r.config, l = e || s.dateTime, c = new Date, m = r.lang(), u = "date" !== s.type && "datetime" !== s.type, h = e ? 1 : 0, y = w(r.table[h]).find("td"), f = w(r.elemHeader[h][2]).find("span"); if (l.year < d[0] && (l.year = d[0], r.hint("最低只能支持到公元" + d[0] + "年")), l.year > d[1] && (l.year = d[1], r.hint("最高只能支持到公元" + d[1] + "年")), r.firstDate || (r.firstDate = w.extend({}, l)), c.setFullYear(l.year, l.month, 1), t = c.getDay(), a = n.getEndDate(l.month, l.year), i = n.getEndDate(l.month + 1, l.year), w.each(y, function (e, n) { var d = [l.year, l.month], c = 0; n = w(n), n.removeAttr("class"), e < t ? (c = a - t + e, n.addClass("laydate-day-prev"), d = r.getAsYM(l.year, l.month, "sub")) : e >= t && e < i + t ? (c = e - t, s.range || c + 1 === l.date && n.addClass(o)) : (c = e - i - t, n.addClass("laydate-day-next"), d = r.getAsYM(l.year, l.month)), d[1]++ , d[2] = c + 1, n.attr("lay-ymd", d.join("-")).html(d[2]), r.mark(n, d).limit(n, { year: d[0], month: d[1] - 1, date: d[2] }, e) }), w(f[0]).attr("lay-ym", l.year + "-" + (l.month + 1)), w(f[1]).attr("lay-ym", l.year + "-" + (l.month + 1)), "cn" === s.lang ? (w(f[0]).attr("lay-type", "year").html(l.year + "年"), w(f[1]).attr("lay-type", "month").html(l.month + 1 + "月")) : (w(f[0]).attr("lay-type", "month").html(m.month[l.month]), w(f[1]).attr("lay-type", "year").html(l.year)), u && (s.range && (e ? r.endDate = r.endDate || { year: l.year + ("year" === s.type ? 1 : 0), month: l.month + ("month" === s.type ? 0 : -1) } : r.startDate = r.startDate || { year: l.year, month: l.month }, e && (r.listYM = [[r.startDate.year, r.startDate.month + 1], [r.endDate.year, r.endDate.month + 1]], r.list(s.type, 0).list(s.type, 1), "time" === s.type ? r.setBtnStatus("时间", w.extend({}, r.systemDate(), r.startTime), w.extend({}, r.systemDate(), r.endTime)) : r.setBtnStatus(!0))), s.range || (r.listYM = [[l.year, l.month + 1]], r.list(s.type, 0))), s.range && !e) { var p = r.getAsYM(l.year, l.month); r.calendar(w.extend({}, l, { year: p[0], month: p[1] })) } return s.range || r.limit(w(r.footer).find(g), null, 0, ["hours", "minutes", "seconds"]), s.range && e && !u && r.stampRange(), r }, T.prototype.list = function (e, t) { var n = this, a = n.config, i = a.dateTime, r = n.lang(), l = a.range && "date" !== a.type && "datetime" !== a.type, d = w.elem("ul", { "class": m + " " + { year: "laydate-year-list", month: "laydate-month-list", time: "laydate-time-list" }[e] }), c = n.elemHeader[t], u = w(c[2]).find("span"), h = n.elemCont[t || 0], y = w(h).find("." + m)[0], f = "cn" === a.lang, p = f ? "年" : "", T = n.listYM[t] || {}, C = ["hours", "minutes", "seconds"], x = ["startTime", "endTime"][t]; if (T[0] < 1 && (T[0] = 1), "year" === e) { var M, b = M = T[0] - 7; b < 1 && (b = M = 1), w.each(new Array(15), function (e) { var i = w.elem("li", { "lay-ym": M }), r = { year: M }; M == T[0] && w(i).addClass(o), i.innerHTML = M + p, d.appendChild(i), M < n.firstDate.year ? (r.month = a.min.month, r.date = a.min.date) : M >= n.firstDate.year && (r.month = a.max.month, r.date = a.max.date), n.limit(w(i), r, t), M++ }), w(u[f ? 0 : 1]).attr("lay-ym", M - 8 + "-" + T[1]).html(b + p + " - " + (M - 1 + p)) } else if ("month" === e) w.each(new Array(12), function (e) { var i = w.elem("li", { "lay-ym": e }), s = { year: T[0], month: e }; e + 1 == T[1] && w(i).addClass(o), i.innerHTML = r.month[e] + (f ? "月" : ""), d.appendChild(i), T[0] < n.firstDate.year ? s.date = a.min.date : T[0] >= n.firstDate.year && (s.date = a.max.date), n.limit(w(i), s, t) }), w(u[f ? 0 : 1]).attr("lay-ym", T[0] + "-" + T[1]).html(T[0] + p); else if ("time" === e) { var E = function () { w(d).find("ol").each(function (e, a) { w(a).find("li").each(function (a, i) { n.limit(w(i), [{ hours: a }, { hours: n[x].hours, minutes: a }, { hours: n[x].hours, minutes: n[x].minutes, seconds: a }][e], t, [["hours"], ["hours", "minutes"], ["hours", "minutes", "seconds"]][e]) }) }), a.range || n.limit(w(n.footer).find(g), n[x], 0, ["hours", "minutes", "seconds"]) }; a.range ? n[x] || (n[x] = { hours: 0, minutes: 0, seconds: 0 }) : n[x] = i, w.each([24, 60, 60], function (e, t) { var a = w.elem("li"), i = ["

" + r.time[e] + "

    "]; w.each(new Array(t), function (t) { i.push("" + w.digit(t, 2) + "") }), a.innerHTML = i.join("") + "
", d.appendChild(a) }), E() } if (y && h.removeChild(y), h.appendChild(d), "year" === e || "month" === e) w(n.elemMain[t]).addClass("laydate-ym-show"), w(d).find("li").on("click", function () { var r = 0 | w(this).attr("lay-ym"); if (!w(this).hasClass(s)) { if (0 === t) i[e] = r, l && (n.startDate[e] = r), n.limit(w(n.footer).find(g), null, 0); else if (l) n.endDate[e] = r; else { var c = "year" === e ? n.getAsYM(r, T[1] - 1, "sub") : n.getAsYM(T[0], r, "sub"); w.extend(i, { year: c[0], month: c[1] }) } "year" === a.type || "month" === a.type ? (w(d).find("." + o).removeClass(o), w(this).addClass(o), "month" === a.type && "year" === e && (n.listYM[t][0] = r, l && (n[["startDate", "endDate"][t]].year = r), n.list("month", t))) : (n.checkDate("limit").calendar(), n.closeList()), n.setBtnStatus(), a.range || n.done(null, "change"), w(n.footer).find(D).removeClass(s) } }); else { var S = w.elem("span", { "class": v }), k = function () { w(d).find("ol").each(function (e) { var t = this, a = w(t).find("li"); t.scrollTop = 30 * (n[x][C[e]] - 2), t.scrollTop <= 0 && a.each(function (e, n) { if (!w(this).hasClass(s)) return t.scrollTop = 30 * (e - 2), !0 }) }) }, H = w(c[2]).find("." + v); k(), S.innerHTML = a.range ? [r.startTime, r.endTime][t] : r.timeTips, w(n.elemMain[t]).addClass("laydate-time-show"), H[0] && H.remove(), c[2].appendChild(S), w(d).find("ol").each(function (e) { var t = this; w(t).find("li").on("click", function () { var r = 0 | this.innerHTML; w(this).hasClass(s) || (a.range ? n[x][C[e]] = r : i[C[e]] = r, w(t).find("." + o).removeClass(o), w(this).addClass(o), E(), k(), (n.endDate || "time" === a.type) && n.done(null, "change"), n.setBtnStatus()) }) }) } return n }, T.prototype.listYM = [], T.prototype.closeList = function () { var e = this; e.config; w.each(e.elemCont, function (t, n) { w(this).find("." + m).remove(), w(e.elemMain[t]).removeClass("laydate-ym-show laydate-time-show") }), w(e.elem).find("." + v).remove() }, T.prototype.setBtnStatus = function (e, t, n) { var a, i = this, r = i.config, o = w(i.footer).find(g), d = r.range && "date" !== r.type && "time" !== r.type; d && (t = t || i.startDate, n = n || i.endDate, a = i.newDate(t).getTime() > i.newDate(n).getTime(), i.limit(null, t) || i.limit(null, n) ? o.addClass(s) : o[a ? "addClass" : "removeClass"](s), e && a && i.hint("string" == typeof e ? l.replace(/日期/g, e) : l)) }, T.prototype.parse = function (e, t) { var n = this, a = n.config, i = t || (e ? w.extend({}, n.endDate, n.endTime) : a.range ? w.extend({}, n.startDate, n.startTime) : a.dateTime), r = n.format.concat(); return w.each(r, function (e, t) { /yyyy|y/.test(t) ? r[e] = w.digit(i.year, t.length) : /MM|M/.test(t) ? r[e] = w.digit(i.month + 1, t.length) : /dd|d/.test(t) ? r[e] = w.digit(i.date, t.length) : /HH|H/.test(t) ? r[e] = w.digit(i.hours, t.length) : /mm|m/.test(t) ? r[e] = w.digit(i.minutes, t.length) : /ss|s/.test(t) && (r[e] = w.digit(i.seconds, t.length)) }), a.range && !e ? r.join("") + " " + a.range + " " + n.parse(1) : r.join("") }, T.prototype.newDate = function (e) { return new Date(e.year || 1, e.month || 0, e.date || 1, e.hours || 0, e.minutes || 0, e.seconds || 0) }, T.prototype.setValue = function (e) { var t = this, n = t.config, a = t.bindElem || n.elem[0], i = t.isInput(a) ? "val" : "html"; return "static" === n.position || w(a)[i](e || ""), this }, T.prototype.stampRange = function () { var e, t, n = this, a = n.config, i = w(n.elem).find("td"); if (a.range && !n.endDate && w(n.footer).find(g).addClass(s), n.endDate) return e = n.newDate({ year: n.startDate.year, month: n.startDate.month, date: n.startDate.date }).getTime(), t = n.newDate({ year: n.endDate.year, month: n.endDate.month, date: n.endDate.date }).getTime(), e > t ? n.hint(l) : void w.each(i, function (a, i) { var r = w(i).attr("lay-ymd").split("-"), s = n.newDate({ year: r[0], month: r[1] - 1, date: r[2] }).getTime(); w(i).removeClass(u + " " + o), s !== e && s !== t || w(i).addClass(w(i).hasClass(y) || w(i).hasClass(f) ? u : o), s > e && s < t && w(i).addClass(u) }) }, T.prototype.done = function (e, t) { var n = this, a = n.config, i = w.extend({}, n.startDate ? w.extend(n.startDate, n.startTime) : a.dateTime), r = w.extend({}, w.extend(n.endDate, n.endTime)); return w.each([i, r], function (e, t) { "month" in t && w.extend(t, { month: t.month + 1 }) }), e = e || [n.parse(), i, r], "function" == typeof a[t || "done"] && a[t || "done"].apply(a, e), n }, T.prototype.choose = function (e) { var t = this, n = t.config, a = n.dateTime, i = w(t.elem).find("td"), r = e.attr("lay-ymd").split("-"), l = function (e) { new Date; e && w.extend(a, r), n.range && (t.startDate ? w.extend(t.startDate, r) : t.startDate = w.extend({}, r, t.startTime), t.startYMD = r) }; if (r = { year: 0 | r[0], month: (0 | r[1]) - 1, date: 0 | r[2] }, !e.hasClass(s)) if (n.range) { if (w.each(["startTime", "endTime"], function (e, n) { t[n] = t[n] || { hours: 0, minutes: 0, seconds: 0 } }), t.endState) l(), delete t.endState, delete t.endDate, t.startState = !0, i.removeClass(o + " " + u), e.addClass(o); else if (t.startState) { if (e.addClass(o), t.endDate ? w.extend(t.endDate, r) : t.endDate = w.extend({}, r, t.endTime), t.newDate(r).getTime() < t.newDate(t.startYMD).getTime()) { var d = w.extend({}, t.endDate, { hours: t.startDate.hours, minutes: t.startDate.minutes, seconds: t.startDate.seconds }); w.extend(t.endDate, t.startDate, { hours: t.endDate.hours, minutes: t.endDate.minutes, seconds: t.endDate.seconds }), t.startDate = d } n.showBottom || t.done(), t.stampRange(), t.endState = !0, t.done(null, "change") } else e.addClass(o), l(), t.startState = !0; w(t.footer).find(g)[t.endDate ? "removeClass" : "addClass"](s) } else "static" === n.position ? (l(!0), t.calendar().done().done(null, "change")) : "date" === n.type ? (l(!0), t.setValue(t.parse()).remove().done()) : "datetime" === n.type && (l(!0), t.calendar().done(null, "change")) }, T.prototype.tool = function (e, t) { var n = this, a = n.config, i = a.dateTime, r = "static" === a.position, o = { datetime: function () { w(e).hasClass(s) || (n.list("time", 0), a.range && n.list("time", 1), w(e).attr("lay-type", "date").html(n.lang().dateTips)) }, date: function () { n.closeList(), w(e).attr("lay-type", "datetime").html(n.lang().timeTips) }, clear: function () { n.setValue("").remove(), r && (w.extend(i, n.firstDate), n.calendar()), a.range && (delete n.startState, delete n.endState, delete n.endDate, delete n.startTime, delete n.endTime), n.done(["", {}, {}]) }, now: function () { var e = new Date; w.extend(i, n.systemDate(), { hours: e.getHours(), minutes: e.getMinutes(), seconds: e.getSeconds() }), n.setValue(n.parse()).remove(), r && n.calendar(), n.done() }, confirm: function () { if (a.range) { if (!n.endDate) return n.hint("请先选择日期范围"); if (w(e).hasClass(s)) return n.hint("time" === a.type ? l.replace(/日期/g, "时间") : l) } else if (w(e).hasClass(s)) return n.hint("不在有效日期或时间范围内"); n.done(), n.setValue(n.parse()).remove() } }; o[t] && o[t]() }, T.prototype.change = function (e) { var t = this, n = t.config, a = n.dateTime, i = n.range && ("year" === n.type || "month" === n.type), r = t.elemCont[e || 0], o = t.listYM[e], s = function (s) { var l = ["startDate", "endDate"][e], d = w(r).find(".laydate-year-list")[0], c = w(r).find(".laydate-month-list")[0]; return d && (o[0] = s ? o[0] - 15 : o[0] + 15, t.list("year", e)), c && (s ? o[0]-- : o[0]++ , t.list("month", e)), (d || c) && (w.extend(a, { year: o[0] }), i && (t[l].year = o[0]), n.range || t.done(null, "change"), t.setBtnStatus(), n.range || t.limit(w(t.footer).find(g), { year: o[0] })), d || c }; return { prevYear: function () { s("sub") || (a.year-- , t.checkDate("limit").calendar(), n.range || t.done(null, "change")) }, prevMonth: function () { var e = t.getAsYM(a.year, a.month, "sub"); w.extend(a, { year: e[0], month: e[1] }), t.checkDate("limit").calendar(), n.range || t.done(null, "change") }, nextMonth: function () { var e = t.getAsYM(a.year, a.month); w.extend(a, { year: e[0], month: e[1] }), t.checkDate("limit").calendar(), n.range || t.done(null, "change") }, nextYear: function () { s() || (a.year++ , t.checkDate("limit").calendar(), n.range || t.done(null, "change")) } } }, T.prototype.changeEvent = function () { var e = this; e.config; w(e.elem).on("click", function (e) { w.stope(e) }), w.each(e.elemHeader, function (t, n) { w(n[0]).on("click", function (n) { e.change(t).prevYear() }), w(n[1]).on("click", function (n) { e.change(t).prevMonth() }), w(n[2]).find("span").on("click", function (n) { var a = w(this), i = a.attr("lay-ym"), r = a.attr("lay-type"); i && (i = i.split("-"), e.listYM[t] = [0 | i[0], 0 | i[1]], e.list(r, t), w(e.footer).find(D).addClass(s)) }), w(n[3]).on("click", function (n) { e.change(t).nextMonth() }), w(n[4]).on("click", function (n) { e.change(t).nextYear() }) }), w.each(e.table, function (t, n) { var a = w(n).find("td"); a.on("click", function () { e.choose(w(this)) }) }), w(e.footer).find("span").on("click", function () { var t = w(this).attr("lay-type"); e.tool(this, t) }) }, T.prototype.isInput = function (e) { return /input|textarea/.test(e.tagName.toLocaleLowerCase()) }, T.prototype.events = function () { var e = this, t = e.config, n = function (n, a) { n.on(t.trigger, function () { a && (e.bindElem = this), e.render() }) }; t.elem[0] && !t.elem[0].eventHandler && (n(t.elem, "bind"), n(t.eventElem), w(document).on("click", function (n) { n.target !== t.elem[0] && n.target !== t.eventElem[0] && n.target !== w(t.closeStop)[0] && e.remove() }).on("keydown", function (t) { 13 === t.keyCode && w("#" + e.elemID)[0] && e.elemID === T.thisElem && (t.preventDefault(), w(e.footer).find(g)[0].click()) }), w(window).on("resize", function () { return !(!e.elem || !w(r)[0]) && void e.position() }), t.elem[0].eventHandler = !0) }, n.render = function (e) { var t = new T(e); return a.call(t) }, n.getEndDate = function (e, t) { var n = new Date; return n.setFullYear(t || n.getFullYear(), e || n.getMonth() + 1, 1), new Date(n.getTime() - 864e5).getDate() }, window.lay = window.lay || w, e ? (n.ready(), layui.define(function (e) { n.path = layui.cache.dir, e(i, n) })) : "function" == typeof define && define.amd ? define(function () { return n }) : function () { n.ready(), window.laydate = n }() }(); !function (e, t) { "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function (e, t) { function n(e) { var t = !!e && "length" in e && e.length, n = pe.type(e); return "function" !== n && !pe.isWindow(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } function r(e, t, n) { if (pe.isFunction(t)) return pe.grep(e, function (e, r) { return !!t.call(e, r, e) !== n }); if (t.nodeType) return pe.grep(e, function (e) { return e === t !== n }); if ("string" == typeof t) { if (Ce.test(t)) return pe.filter(t, e, n); t = pe.filter(t, e) } return pe.grep(e, function (e) { return pe.inArray(e, t) > -1 !== n }) } function i(e, t) { do e = e[t]; while (e && 1 !== e.nodeType); return e } function o(e) { var t = {}; return pe.each(e.match(De) || [], function (e, n) { t[n] = !0 }), t } function a() { re.addEventListener ? (re.removeEventListener("DOMContentLoaded", s), e.removeEventListener("load", s)) : (re.detachEvent("onreadystatechange", s), e.detachEvent("onload", s)) } function s() { (re.addEventListener || "load" === e.event.type || "complete" === re.readyState) && (a(), pe.ready()) } function u(e, t, n) { if (void 0 === n && 1 === e.nodeType) { var r = "data-" + t.replace(_e, "-$1").toLowerCase(); if (n = e.getAttribute(r), "string" == typeof n) { try { n = "true" === n || "false" !== n && ("null" === n ? null : +n + "" === n ? +n : qe.test(n) ? pe.parseJSON(n) : n) } catch (i) { } pe.data(e, t, n) } else n = void 0 } return n } function l(e) { var t; for (t in e) if (("data" !== t || !pe.isEmptyObject(e[t])) && "toJSON" !== t) return !1; return !0 } function c(e, t, n, r) { if (He(e)) { var i, o, a = pe.expando, s = e.nodeType, u = s ? pe.cache : e, l = s ? e[a] : e[a] && a; if (l && u[l] && (r || u[l].data) || void 0 !== n || "string" != typeof t) return l || (l = s ? e[a] = ne.pop() || pe.guid++ : a), u[l] || (u[l] = s ? {} : { toJSON: pe.noop }), "object" != typeof t && "function" != typeof t || (r ? u[l] = pe.extend(u[l], t) : u[l].data = pe.extend(u[l].data, t)), o = u[l], r || (o.data || (o.data = {}), o = o.data), void 0 !== n && (o[pe.camelCase(t)] = n), "string" == typeof t ? (i = o[t], null == i && (i = o[pe.camelCase(t)])) : i = o, i } } function f(e, t, n) { if (He(e)) { var r, i, o = e.nodeType, a = o ? pe.cache : e, s = o ? e[pe.expando] : pe.expando; if (a[s]) { if (t && (r = n ? a[s] : a[s].data)) { pe.isArray(t) ? t = t.concat(pe.map(t, pe.camelCase)) : t in r ? t = [t] : (t = pe.camelCase(t), t = t in r ? [t] : t.split(" ")), i = t.length; for (; i--;)delete r[t[i]]; if (n ? !l(r) : !pe.isEmptyObject(r)) return } (n || (delete a[s].data, l(a[s]))) && (o ? pe.cleanData([e], !0) : fe.deleteExpando || a != a.window ? delete a[s] : a[s] = void 0) } } } function d(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur() } : function () { return pe.css(e, t, "") }, u = s(), l = n && n[3] || (pe.cssNumber[t] ? "" : "px"), c = (pe.cssNumber[t] || "px" !== l && +u) && Me.exec(pe.css(e, t)); if (c && c[3] !== l) { l = l || c[3], n = n || [], c = +u || 1; do o = o || ".5", c /= o, pe.style(e, t, c + l); while (o !== (o = s() / u) && 1 !== o && --a) } return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } function p(e) { var t = ze.split("|"), n = e.createDocumentFragment(); if (n.createElement) for (; t.length;)n.createElement(t.pop()); return n } function h(e, t) { var n, r, i = 0, o = "undefined" != typeof e.getElementsByTagName ? e.getElementsByTagName(t || "*") : "undefined" != typeof e.querySelectorAll ? e.querySelectorAll(t || "*") : void 0; if (!o) for (o = [], n = e.childNodes || e; null != (r = n[i]); i++)!t || pe.nodeName(r, t) ? o.push(r) : pe.merge(o, h(r, t)); return void 0 === t || t && pe.nodeName(e, t) ? pe.merge([e], o) : o } function g(e, t) { for (var n, r = 0; null != (n = e[r]); r++)pe._data(n, "globalEval", !t || pe._data(t[r], "globalEval")) } function m(e) { Be.test(e.type) && (e.defaultChecked = e.checked) } function y(e, t, n, r, i) { for (var o, a, s, u, l, c, f, d = e.length, y = p(t), v = [], x = 0; x < d; x++)if (a = e[x], a || 0 === a) if ("object" === pe.type(a)) pe.merge(v, a.nodeType ? [a] : a); else if (Ue.test(a)) { for (u = u || y.appendChild(t.createElement("div")), l = (We.exec(a) || ["", ""])[1].toLowerCase(), f = Xe[l] || Xe._default, u.innerHTML = f[1] + pe.htmlPrefilter(a) + f[2], o = f[0]; o--;)u = u.lastChild; if (!fe.leadingWhitespace && $e.test(a) && v.push(t.createTextNode($e.exec(a)[0])), !fe.tbody) for (a = "table" !== l || Ve.test(a) ? "" !== f[1] || Ve.test(a) ? 0 : u : u.firstChild, o = a && a.childNodes.length; o--;)pe.nodeName(c = a.childNodes[o], "tbody") && !c.childNodes.length && a.removeChild(c); for (pe.merge(v, u.childNodes), u.textContent = ""; u.firstChild;)u.removeChild(u.firstChild); u = y.lastChild } else v.push(t.createTextNode(a)); for (u && y.removeChild(u), fe.appendChecked || pe.grep(h(v, "input"), m), x = 0; a = v[x++];)if (r && pe.inArray(a, r) > -1) i && i.push(a); else if (s = pe.contains(a.ownerDocument, a), u = h(y.appendChild(a), "script"), s && g(u), n) for (o = 0; a = u[o++];)Ie.test(a.type || "") && n.push(a); return u = null, y } function v() { return !0 } function x() { return !1 } function b() { try { return re.activeElement } catch (e) { } } function w(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { "string" != typeof n && (r = r || n, n = void 0); for (s in t) w(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), i === !1) i = x; else if (!i) return e; return 1 === o && (a = i, i = function (e) { return pe().off(e), a.apply(this, arguments) }, i.guid = a.guid || (a.guid = pe.guid++)), e.each(function () { pe.event.add(this, t, i, r, n) }) } function T(e, t) { return pe.nodeName(e, "table") && pe.nodeName(11 !== t.nodeType ? t : t.firstChild, "tr") ? e.getElementsByTagName("tbody")[0] || e.appendChild(e.ownerDocument.createElement("tbody")) : e } function C(e) { return e.type = (null !== pe.find.attr(e, "type")) + "/" + e.type, e } function E(e) { var t = it.exec(e.type); return t ? e.type = t[1] : e.removeAttribute("type"), e } function N(e, t) { if (1 === t.nodeType && pe.hasData(e)) { var n, r, i, o = pe._data(e), a = pe._data(t, o), s = o.events; if (s) { delete a.handle, a.events = {}; for (n in s) for (r = 0, i = s[n].length; r < i; r++)pe.event.add(t, n, s[n][r]) } a.data && (a.data = pe.extend({}, a.data)) } } function k(e, t) { var n, r, i; if (1 === t.nodeType) { if (n = t.nodeName.toLowerCase(), !fe.noCloneEvent && t[pe.expando]) { i = pe._data(t); for (r in i.events) pe.removeEvent(t, r, i.handle); t.removeAttribute(pe.expando) } "script" === n && t.text !== e.text ? (C(t).text = e.text, E(t)) : "object" === n ? (t.parentNode && (t.outerHTML = e.outerHTML), fe.html5Clone && e.innerHTML && !pe.trim(t.innerHTML) && (t.innerHTML = e.innerHTML)) : "input" === n && Be.test(e.type) ? (t.defaultChecked = t.checked = e.checked, t.value !== e.value && (t.value = e.value)) : "option" === n ? t.defaultSelected = t.selected = e.defaultSelected : "input" !== n && "textarea" !== n || (t.defaultValue = e.defaultValue) } } function S(e, t, n, r) { t = oe.apply([], t); var i, o, a, s, u, l, c = 0, f = e.length, d = f - 1, p = t[0], g = pe.isFunction(p); if (g || f > 1 && "string" == typeof p && !fe.checkClone && rt.test(p)) return e.each(function (i) { var o = e.eq(i); g && (t[0] = p.call(this, i, o.html())), S(o, t, n, r) }); if (f && (l = y(t, e[0].ownerDocument, !1, e, r), i = l.firstChild, 1 === l.childNodes.length && (l = i), i || r)) { for (s = pe.map(h(l, "script"), C), a = s.length; c < f; c++)o = l, c !== d && (o = pe.clone(o, !0, !0), a && pe.merge(s, h(o, "script"))), n.call(e[c], o, c); if (a) for (u = s[s.length - 1].ownerDocument, pe.map(s, E), c = 0; c < a; c++)o = s[c], Ie.test(o.type || "") && !pe._data(o, "globalEval") && pe.contains(u, o) && (o.src ? pe._evalUrl && pe._evalUrl(o.src) : pe.globalEval((o.text || o.textContent || o.innerHTML || "").replace(ot, ""))); l = i = null } return e } function A(e, t, n) { for (var r, i = t ? pe.filter(t, e) : e, o = 0; null != (r = i[o]); o++)n || 1 !== r.nodeType || pe.cleanData(h(r)), r.parentNode && (n && pe.contains(r.ownerDocument, r) && g(h(r, "script")), r.parentNode.removeChild(r)); return e } function D(e, t) { var n = pe(t.createElement(e)).appendTo(t.body), r = pe.css(n[0], "display"); return n.detach(), r } function j(e) { var t = re, n = lt[e]; return n || (n = D(e, t), "none" !== n && n || (ut = (ut || pe("'; break; case 3: delete t.title, delete t.closeBtn, t.icon === -1 && 0 === t.icon, r.closeAll("loading"); break; case 4: f || (t.content = [t.content, "body"]), t.follow = t.content[1], t.content = t.content[0] + '', delete t.title, t.tips = "object" == typeof t.tips ? t.tips : [t.tips, !0], t.tipsMore || r.closeAll("tips") }if (e.vessel(f, function (n, r, u) { c.append(n[0]), f ? function () { 2 == t.type || 4 == t.type ? function () { i("body").append(n[1]) }() : function () { s.parents("." + l[0])[0] || (s.data("display", s.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]), i("#" + l[0] + a).find("." + l[5]).before(r)) }() }() : c.append(n[1]), i(".layui-layer-move")[0] || c.append(o.moveElem = u), e.layero = i("#" + l[0] + a), t.scrollbar || l.html.css("overflow", "hidden").attr("layer-full", a) }).auto(a), i("#layui-layer-shade" + e.index).css({ "background-color": t.shade[1] || "#000", opacity: t.shade[0] || t.shade }), 2 == t.type && 6 == r.ie && e.layero.find("iframe").attr("src", s[0]), 4 == t.type ? e.tips() : e.offset(), t.fixed && n.on("resize", function () { e.offset(), (/^\d+%$/.test(t.area[0]) || /^\d+%$/.test(t.area[1])) && e.auto(a), 4 == t.type && e.tips() }), t.time <= 0 || setTimeout(function () { r.close(e.index) }, t.time), e.move().callback(), l.anim[t.anim]) { var u = "layer-anim " + l.anim[t.anim]; e.layero.addClass(u).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend", function () { i(this).removeClass(u) }) } t.isOutAnim && e.layero.data("isOutAnim", !0) } }, s.pt.auto = function (e) { var t = this, a = t.config, o = i("#" + l[0] + e); "" === a.area[0] && a.maxWidth > 0 && (r.ie && r.ie < 8 && a.btn && o.width(o.innerWidth()), o.outerWidth() > a.maxWidth && o.width(a.maxWidth)); var s = [o.innerWidth(), o.innerHeight()], f = o.find(l[1]).outerHeight() || 0, c = o.find("." + l[6]).outerHeight() || 0, u = function (e) { e = o.find(e), e.height(s[1] - f - c - 2 * (0 | parseFloat(e.css("padding-top")))) }; switch (a.type) { case 2: u("iframe"); break; default: "" === a.area[1] ? a.maxHeight > 0 && o.outerHeight() > a.maxHeight ? (s[1] = a.maxHeight, u("." + l[5])) : a.fixed && s[1] >= n.height() && (s[1] = n.height(), u("." + l[5])) : u("." + l[5]) }return t }, s.pt.offset = function () { var e = this, t = e.config, i = e.layero, a = [i.outerWidth(), i.outerHeight()], o = "object" == typeof t.offset; e.offsetTop = (n.height() - a[1]) / 2, e.offsetLeft = (n.width() - a[0]) / 2, o ? (e.offsetTop = t.offset[0], e.offsetLeft = t.offset[1] || e.offsetLeft) : "auto" !== t.offset && ("t" === t.offset ? e.offsetTop = 0 : "r" === t.offset ? e.offsetLeft = n.width() - a[0] : "b" === t.offset ? e.offsetTop = n.height() - a[1] : "l" === t.offset ? e.offsetLeft = 0 : "lt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = 0) : "lb" === t.offset ? (e.offsetTop = n.height() - a[1], e.offsetLeft = 0) : "rt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = n.width() - a[0]) : "rb" === t.offset ? (e.offsetTop = n.height() - a[1], e.offsetLeft = n.width() - a[0]) : e.offsetTop = t.offset), t.fixed || (e.offsetTop = /%$/.test(e.offsetTop) ? n.height() * parseFloat(e.offsetTop) / 100 : parseFloat(e.offsetTop), e.offsetLeft = /%$/.test(e.offsetLeft) ? n.width() * parseFloat(e.offsetLeft) / 100 : parseFloat(e.offsetLeft), e.offsetTop += n.scrollTop(), e.offsetLeft += n.scrollLeft()), i.attr("minLeft") && (e.offsetTop = n.height() - (i.find(l[1]).outerHeight() || 0), e.offsetLeft = i.css("left")), i.css({ top: e.offsetTop, left: e.offsetLeft }) }, s.pt.tips = function () { var e = this, t = e.config, a = e.layero, o = [a.outerWidth(), a.outerHeight()], r = i(t.follow); r[0] || (r = i("body")); var s = { width: r.outerWidth(), height: r.outerHeight(), top: r.offset().top, left: r.offset().left }, f = a.find(".layui-layer-TipsG"), c = t.tips[0]; t.tips[1] || f.remove(), s.autoLeft = function () { s.left + o[0] - n.width() > 0 ? (s.tipLeft = s.left + s.width - o[0], f.css({ right: 12, left: "auto" })) : s.tipLeft = s.left }, s.where = [function () { s.autoLeft(), s.tipTop = s.top - o[1] - 10, f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color", t.tips[1]) }, function () { s.tipLeft = s.left + s.width + 10, s.tipTop = s.top, f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color", t.tips[1]) }, function () { s.autoLeft(), s.tipTop = s.top + s.height + 10, f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color", t.tips[1]) }, function () { s.tipLeft = s.left - o[0] - 10, s.tipTop = s.top, f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color", t.tips[1]) }], s.where[c - 1](), 1 === c ? s.top - (n.scrollTop() + o[1] + 16) < 0 && s.where[2]() : 2 === c ? n.width() - (s.left + s.width + o[0] + 16) > 0 || s.where[3]() : 3 === c ? s.top - n.scrollTop() + s.height + o[1] + 16 - n.height() > 0 && s.where[0]() : 4 === c && o[0] + 16 - s.left > 0 && s.where[1](), a.find("." + l[5]).css({ "background-color": t.tips[1], "padding-right": t.closeBtn ? "30px" : "" }), a.css({ left: s.tipLeft - (t.fixed ? n.scrollLeft() : 0), top: s.tipTop - (t.fixed ? n.scrollTop() : 0) }) }, s.pt.move = function () { var e = this, t = e.config, a = i(document), s = e.layero, l = s.find(t.move), f = s.find(".layui-layer-resize"), c = {}; return t.move && l.css("cursor", "move"), l.on("mousedown", function (e) { e.preventDefault(), t.move && (c.moveStart = !0, c.offset = [e.clientX - parseFloat(s.css("left")), e.clientY - parseFloat(s.css("top"))], o.moveElem.css("cursor", "move").show()) }), f.on("mousedown", function (e) { e.preventDefault(), c.resizeStart = !0, c.offset = [e.clientX, e.clientY], c.area = [s.outerWidth(), s.outerHeight()], o.moveElem.css("cursor", "se-resize").show() }), a.on("mousemove", function (i) { if (c.moveStart) { var a = i.clientX - c.offset[0], o = i.clientY - c.offset[1], l = "fixed" === s.css("position"); if (i.preventDefault(), c.stX = l ? 0 : n.scrollLeft(), c.stY = l ? 0 : n.scrollTop(), !t.moveOut) { var f = n.width() - s.outerWidth() + c.stX, u = n.height() - s.outerHeight() + c.stY; a < c.stX && (a = c.stX), a > f && (a = f), o < c.stY && (o = c.stY), o > u && (o = u) } s.css({ left: a, top: o }) } if (t.resize && c.resizeStart) { var a = i.clientX - c.offset[0], o = i.clientY - c.offset[1]; i.preventDefault(), r.style(e.index, { width: c.area[0] + a, height: c.area[1] + o }), c.isResize = !0, t.resizing && t.resizing(s) } }).on("mouseup", function (e) { c.moveStart && (delete c.moveStart, o.moveElem.hide(), t.moveEnd && t.moveEnd(s)), c.resizeStart && (delete c.resizeStart, o.moveElem.hide()) }), e }, s.pt.callback = function () { function e() { var e = a.cancel && a.cancel(t.index, n); e === !1 || r.close(t.index) } var t = this, n = t.layero, a = t.config; t.openLayer(), a.success && (2 == a.type ? n.find("iframe").on("load", function () { a.success(n, t.index) }) : a.success(n, t.index)), 6 == r.ie && t.IE6(n), n.find("." + l[6]).children("a").on("click", function () { var e = i(this).index(); if (0 === e) a.yes ? a.yes(t.index, n) : a.btn1 ? a.btn1(t.index, n) : r.close(t.index); else { var o = a["btn" + (e + 1)] && a["btn" + (e + 1)](t.index, n); o === !1 || r.close(t.index) } }), n.find("." + l[7]).on("click", e), a.shadeClose && i("#layui-layer-shade" + t.index).on("click", function () { r.close(t.index) }), n.find(".layui-layer-min").on("click", function () { var e = a.min && a.min(n); e === !1 || r.min(t.index, a) }), n.find(".layui-layer-max").on("click", function () { i(this).hasClass("layui-layer-maxmin") ? (r.restore(t.index), a.restore && a.restore(n)) : (r.full(t.index, a), setTimeout(function () { a.full && a.full(n) }, 100)) }), a.end && (o.end[t.index] = a.end) }, o.reselect = function () { i.each(i("select"), function (e, t) { var n = i(this); n.parents("." + l[0])[0] || 1 == n.attr("layer") && i("." + l[0]).length < 1 && n.removeAttr("layer").show(), n = null }) }, s.pt.IE6 = function (e) { i("select").each(function (e, t) { var n = i(this); n.parents("." + l[0])[0] || "none" === n.css("display") || n.attr({ layer: "1" }).hide(), n = null }) }, s.pt.openLayer = function () { var e = this; r.zIndex = e.config.zIndex, r.setTop = function (e) { var t = function () { r.zIndex++ , e.css("z-index", r.zIndex + 1) }; return r.zIndex = parseInt(e[0].style.zIndex), e.on("mousedown", t), r.zIndex } }, o.record = function (e) { var t = [e.width(), e.height(), e.position().top, e.position().left + parseFloat(e.css("margin-left"))]; e.find(".layui-layer-max").addClass("layui-layer-maxmin"), e.attr({ area: t }) }, o.rescollbar = function (e) { l.html.attr("layer-full") == e && (l.html[0].style.removeProperty ? l.html[0].style.removeProperty("overflow") : l.html[0].style.removeAttribute("overflow"), l.html.removeAttr("layer-full")) }, e.layer = r, r.getChildFrame = function (e, t) { return t = t || i("." + l[4]).attr("times"), i("#" + l[0] + t).find("iframe").contents().find(e) }, r.getFrameIndex = function (e) { return i("#" + e).parents("." + l[4]).attr("times") }, r.iframeAuto = function (e) { if (e) { var t = r.getChildFrame("html", e).outerHeight(), n = i("#" + l[0] + e), a = n.find(l[1]).outerHeight() || 0, o = n.find("." + l[6]).outerHeight() || 0; n.css({ height: t + a + o }), n.find("iframe").css({ height: t }) } }, r.iframeSrc = function (e, t) { i("#" + l[0] + e).find("iframe").attr("src", t) }, r.style = function (e, t, n) { var a = i("#" + l[0] + e), r = a.find(".layui-layer-content"), s = a.attr("type"), f = a.find(l[1]).outerHeight() || 0, c = a.find("." + l[6]).outerHeight() || 0; a.attr("minLeft"); s !== o.type[3] && s !== o.type[4] && (n || (parseFloat(t.width) <= 260 && (t.width = 260), parseFloat(t.height) - f - c <= 64 && (t.height = 64 + f + c)), a.css(t), c = a.find("." + l[6]).outerHeight(), s === o.type[2] ? a.find("iframe").css({ height: parseFloat(t.height) - f - c }) : r.css({ height: parseFloat(t.height) - f - c - parseFloat(r.css("padding-top")) - parseFloat(r.css("padding-bottom")) })) }, r.min = function (e, t) { var a = i("#" + l[0] + e), s = a.find(l[1]).outerHeight() || 0, f = a.attr("minLeft") || 181 * o.minIndex + "px", c = a.css("position"); o.record(a), o.minLeft[0] && (f = o.minLeft[0], o.minLeft.shift()), a.attr("position", c), r.style(e, { width: 180, height: s, left: f, top: n.height() - s, position: "fixed", overflow: "hidden" }, !0), a.find(".layui-layer-min").hide(), "page" === a.attr("type") && a.find(l[4]).hide(), o.rescollbar(e), a.attr("minLeft") || o.minIndex++ , a.attr("minLeft", f) }, r.restore = function (e) { var t = i("#" + l[0] + e), n = t.attr("area").split(","); t.attr("type"); r.style(e, { width: parseFloat(n[0]), height: parseFloat(n[1]), top: parseFloat(n[2]), left: parseFloat(n[3]), position: t.attr("position"), overflow: "visible" }, !0), t.find(".layui-layer-max").removeClass("layui-layer-maxmin"), t.find(".layui-layer-min").show(), "page" === t.attr("type") && t.find(l[4]).show(), o.rescollbar(e) }, r.full = function (e) { var t, a = i("#" + l[0] + e); o.record(a), l.html.attr("layer-full") || l.html.css("overflow", "hidden").attr("layer-full", e), clearTimeout(t), t = setTimeout(function () { var t = "fixed" === a.css("position"); r.style(e, { top: t ? 0 : n.scrollTop(), left: t ? 0 : n.scrollLeft(), width: n.width(), height: n.height() }, !0), a.find(".layui-layer-min").hide() }, 100) }, r.title = function (e, t) { var n = i("#" + l[0] + (t || r.index)).find(l[1]); n.html(e) }, r.close = function (e) { var t = i("#" + l[0] + e), n = t.attr("type"), a = "layer-anim-close"; if (t[0]) { var s = "layui-layer-wrap", f = function () { if (n === o.type[1] && "object" === t.attr("conType")) { t.children(":not(." + l[5] + ")").remove(); for (var a = t.find("." + s), r = 0; r < 2; r++)a.unwrap(); a.css("display", a.data("display")).removeClass(s) } else { if (n === o.type[2]) try { var f = i("#" + l[4] + e)[0]; f.contentWindow.document.write(""), f.contentWindow.close(), t.find("." + l[5])[0].removeChild(f) } catch (c) { } t[0].innerHTML = "", t.remove() } "function" == typeof o.end[e] && o.end[e](), delete o.end[e] }; t.data("isOutAnim") && t.addClass("layer-anim " + a), i("#layui-layer-moves, #layui-layer-shade" + e).remove(), 6 == r.ie && o.reselect(), o.rescollbar(e), t.attr("minLeft") && (o.minIndex-- , o.minLeft.push(t.attr("minLeft"))), r.ie && r.ie < 10 || !t.data("isOutAnim") ? f() : setTimeout(function () { f() }, 200) } }, r.closeAll = function (e) { i.each(i("." + l[0]), function () { var t = i(this), n = e ? t.attr("type") === e : 1; n && r.close(t.attr("times")), n = null }) }; var f = r.cache || {}, c = function (e) { return f.skin ? " " + f.skin + " " + f.skin + "-" + e : "" }; r.prompt = function (e, t) { var a = ""; if (e = e || {}, "function" == typeof e && (t = e), e.area) { var o = e.area; a = 'style="width: ' + o[0] + "; height: " + o[1] + ';"', delete e.area } var s, l = 2 == e.formType ? '" : function () { return '' }(), f = e.success; return delete e.success, r.open(i.extend({ type: 1, btn: ["确定", "取消"], content: l, skin: "layui-layer-prompt" + c("prompt"), maxWidth: n.width(), success: function (e) { s = e.find(".layui-layer-input"), s.focus(), "function" == typeof f && f(e) }, resize: !1, yes: function (i) { var n = s.val(); "" === n ? s.focus() : n.length > (e.maxlength || 500) ? r.tips("最多输入" + (e.maxlength || 500) + "个字数", s, { tips: 1 }) : t && t(n, i, s) } }, e)) }, r.tab = function (e) { e = e || {}; var t = e.tab || {}, n = "layui-this", a = e.success; return delete e.success, r.open(i.extend({ type: 1, skin: "layui-layer-tab" + c("tab"), resize: !1, title: function () { var e = t.length, i = 1, a = ""; if (e > 0) for (a = '' + t[0].title + ""; i < e; i++)a += "" + t[i].title + ""; return a }(), content: '", success: function (t) { var o = t.find(".layui-layer-title").children(), r = t.find(".layui-layer-tabmain").children(); o.on("mousedown", function (t) { t.stopPropagation ? t.stopPropagation() : t.cancelBubble = !0; var a = i(this), o = a.index(); a.addClass(n).siblings().removeClass(n), r.eq(o).show().siblings().hide(), "function" == typeof e.change && e.change(o) }), "function" == typeof a && a(t) } }, e)) }, r.photos = function (t, n, a) { function o(e, t, i) { var n = new Image; return n.src = e, n.complete ? t(n) : (n.onload = function () { n.onload = null, t(n) }, void (n.onerror = function (e) { n.onerror = null, i(e) })) } var s = {}; if (t = t || {}, t.photos) { var l = t.photos.constructor === Object, f = l ? t.photos : {}, u = f.data || [], d = f.start || 0; s.imgIndex = (0 | d) + 1, t.img = t.img || "img"; var y = t.success; if (delete t.success, l) { if (0 === u.length) return r.msg("没有图片") } else { var p = i(t.photos), h = function () { u = [], p.find(t.img).each(function (e) { var t = i(this); t.attr("layer-index", e), u.push({ alt: t.attr("alt"), pid: t.attr("layer-pid"), src: t.attr("layer-src") || t.attr("src"), thumb: t.attr("src") }) }) }; if (h(), 0 === u.length) return; if (n || p.on("click", t.img, function () { var e = i(this), n = e.attr("layer-index"); r.photos(i.extend(t, { photos: { start: n, data: u, tab: t.tab }, full: t.full }), !0), h() }), !n) return } s.imgprev = function (e) { s.imgIndex-- , s.imgIndex < 1 && (s.imgIndex = u.length), s.tabimg(e) }, s.imgnext = function (e, t) { s.imgIndex++ , s.imgIndex > u.length && (s.imgIndex = 1, t) || s.tabimg(e) }, s.keyup = function (e) { if (!s.end) { var t = e.keyCode; e.preventDefault(), 37 === t ? s.imgprev(!0) : 39 === t ? s.imgnext(!0) : 27 === t && r.close(s.index) } }, s.tabimg = function (e) { if (!(u.length <= 1)) return f.start = s.imgIndex - 1, r.close(s.index), r.photos(t, !0, e) }, s.event = function () { s.bigimg.hover(function () { s.imgsee.show() }, function () { s.imgsee.hide() }), s.bigimg.find(".layui-layer-imgprev").on("click", function (e) { e.preventDefault(), s.imgprev() }), s.bigimg.find(".layui-layer-imgnext").on("click", function (e) { e.preventDefault(), s.imgnext() }), i(document).on("keyup", s.keyup) }, s.loadi = r.load(1, { shade: !("shade" in t) && .9, scrollbar: !1 }), o(u[d].src, function (n) { r.close(s.loadi), s.index = r.open(i.extend({ type: 1, id: "layui-layer-photos", area: function () { var a = [n.width, n.height], o = [i(e).width() - 100, i(e).height() - 100]; if (!t.full && (a[0] > o[0] || a[1] > o[1])) { var r = [a[0] / o[0], a[1] / o[1]]; r[0] > r[1] ? (a[0] = a[0] / r[0], a[1] = a[1] / r[0]) : r[0] < r[1] && (a[0] = a[0] / r[1], a[1] = a[1] / r[1]) } return [a[0] + "px", a[1] + "px"] }(), title: !1, shade: .9, shadeClose: !0, closeBtn: !1, move: ".layui-layer-phimg img", moveType: 1, scrollbar: !1, moveOut: !0, isOutAnim: !1, skin: "layui-layer-photos" + c("photos"), content: '
' + (u[d].alt ||
' + (u.length > 1 ? '' : "") + '
' + (u[d].alt || "") + "" + s.imgIndex + "/" + u.length + "
", success: function (e, i) { s.bigimg = e.find(".layui-layer-phimg"), s.imgsee = e.find(".layui-layer-imguide,.layui-layer-imgbar"), s.event(e), t.tab && t.tab(u[d], e), "function" == typeof y && y(e) }, end: function () { s.end = !0, i(document).off("keyup", s.keyup) } }, t)) }, function () { r.close(s.loadi), r.msg("当前图片地址异常
是否继续查看下一张?", { time: 3e4, btn: ["下一张", "不看了"], yes: function () { u.length > 1 && s.imgnext(!0, !0) } }) }) } }, o.run = function (t) { i = t, n = i(e), l.html = i("html"), r.open = function (e) { var t = new s(e); return t.index } }, e.layui && layui.define ? (r.ready(), layui.define("jquery", function (t) { r.path = layui.cache.dir, o.run(layui.$), e.layer = r, t("layer", r) })) : "function" == typeof define && define.amd ? define(["jquery"], function () { return o.run(e.jQuery), r }) : function () { o.run(e.jQuery), r.ready() }() }(window); layui.define("jquery", function (i) { "use strict"; var a = layui.$, t = (layui.hint(), layui.device()), l = "element", e = "layui-this", n = "layui-show", s = function () { this.config = {} }; s.prototype.set = function (i) { var t = this; return a.extend(!0, t.config, i), t }, s.prototype.on = function (i, a) { return layui.onevent.call(this, l, i, a) }, s.prototype.tabAdd = function (i, t) { var l = ".layui-tab-title", e = a(".layui-tab[lay-filter=" + i + "]"), n = e.children(l), s = n.children(".layui-tab-bar"), o = e.children(".layui-tab-content"), c = '
  • ' + (t.title || "unnaming") + "
  • "; return s[0] ? s.before(c) : n.append(c), o.append('
    ' + (t.content || "") + "
    "), y.hideTabMore(!0), y.tabAuto(), this }, s.prototype.tabDelete = function (i, t) { var l = ".layui-tab-title", e = a(".layui-tab[lay-filter=" + i + "]"), n = e.children(l), s = n.find('>li[lay-id="' + t + '"]'); return y.tabDelete(null, s), this }, s.prototype.tabChange = function (i, t) { var l = ".layui-tab-title", e = a(".layui-tab[lay-filter=" + i + "]"), n = e.children(l), s = n.find('>li[lay-id="' + t + '"]'); return y.tabClick(null, null, s), this }, s.prototype.progress = function (i, t) { var l = "layui-progress", e = a("." + l + "[lay-filter=" + i + "]"), n = e.find("." + l + "-bar"), s = n.find("." + l + "-text"); return n.css("width", t), s.text(t), this }; var o = ".layui-nav", c = "layui-nav-item", r = "layui-nav-bar", u = "layui-nav-tree", d = "layui-nav-child", h = "layui-nav-more", f = "layui-anim layui-anim-upbit", y = { tabClick: function (i, t, s) { var o = s || a(this), t = t || o.parent().children("li").index(o), c = o.parents(".layui-tab").eq(0), r = c.children(".layui-tab-content").children(".layui-tab-item"), u = o.find("a"), d = c.attr("lay-filter"); "javascript:;" !== u.attr("href") && "_blank" === u.attr("target") || (o.addClass(e).siblings().removeClass(e), r.eq(t).addClass(n).siblings().removeClass(n)), layui.event.call(this, l, "tab(" + d + ")", { elem: c, index: t }) }, tabDelete: function (i, t) { var l = t || a(this).parent(), n = l.index(), s = l.parents(".layui-tab").eq(0), o = s.children(".layui-tab-content").children(".layui-tab-item"); l.hasClass(e) && (l.next()[0] ? y.tabClick.call(l.next()[0], null, n + 1) : l.prev()[0] && y.tabClick.call(l.prev()[0], null, n - 1)), l.remove(), o.eq(n).remove(), setTimeout(function () { y.tabAuto() }, 50) }, tabAuto: function () { var i = "layui-tab-more", l = "layui-tab-bar", e = "layui-tab-close", n = this; a(".layui-tab").each(function () { var s = a(this), o = s.children(".layui-tab-title"), c = (s.children(".layui-tab-content").children(".layui-tab-item"), 'lay-stope="tabmore"'), r = a(''); if (n === window && 8 != t.ie && y.hideTabMore(!0), s.attr("lay-allowClose") && o.find("li").each(function () { var i = a(this); if (!i.find("." + e)[0]) { var t = a(''); t.on("click", y.tabDelete), i.append(t) } }), o.prop("scrollWidth") > o.outerWidth() + 1) { if (o.find("." + l)[0]) return; o.append(r), s.attr("overflow", ""), r.on("click", function (a) { o[this.title ? "removeClass" : "addClass"](i), this.title = this.title ? "" : "收缩" }) } else o.find("." + l).remove(), s.removeAttr("overflow") }) }, hideTabMore: function (i) { var t = a(".layui-tab-title"); i !== !0 && "tabmore" === a(i.target).attr("lay-stope") || (t.removeClass("layui-tab-more"), t.find(".layui-tab-bar").attr("title", "")) }, clickThis: function () { var i = a(this), t = i.parents(o), n = t.attr("lay-filter"), s = i.find("a"); i.find("." + d)[0] || ("javascript:;" !== s.attr("href") && "_blank" === s.attr("target") || (t.find("." + e).removeClass(e), i.addClass(e)), layui.event.call(this, l, "nav(" + n + ")", i)) }, clickChild: function () { var i = a(this), t = i.parents(o), n = t.attr("lay-filter"); t.find("." + e).removeClass(e), i.addClass(e), layui.event.call(this, l, "nav(" + n + ")", i) }, showChild: function () { var i = a(this), t = i.parents(o), l = i.parent(), e = i.siblings("." + d); t.hasClass(u) && (e.removeClass(f), l["none" === e.css("display") ? "addClass" : "removeClass"](c + "ed")) }, collapse: function () { var i = a(this), t = i.find(".layui-colla-icon"), e = i.siblings(".layui-colla-content"), s = i.parents(".layui-collapse").eq(0), o = s.attr("lay-filter"), c = "none" === e.css("display"); if ("string" == typeof s.attr("lay-accordion")) { var r = s.children(".layui-colla-item").children("." + n); r.siblings(".layui-colla-title").children(".layui-colla-icon").html(""), r.removeClass(n) } e[c ? "addClass" : "removeClass"](n), t.html(c ? "" : ""), layui.event.call(this, l, "collapse(" + o + ")", { title: i, content: e, show: c }) } }; s.prototype.init = function (i) { var l = { tab: function () { y.tabAuto.call({}) }, nav: function () { var i = 200, l = {}, e = {}, s = {}, p = function (o, c, r) { var y = a(this), p = y.find("." + d); c.hasClass(u) ? o.css({ top: y.position().top, height: y.children("a").height(), opacity: 1 }) : (p.addClass(f), o.css({ left: y.position().left + parseFloat(y.css("marginLeft")), top: y.position().top + y.height() - 5 }), l[r] = setTimeout(function () { o.css({ width: y.width(), opacity: 1 }) }, t.ie && t.ie < 10 ? 0 : i), clearTimeout(s[r]), "block" === p.css("display") && clearTimeout(e[r]), e[r] = setTimeout(function () { p.addClass(n), y.find("." + h).addClass(h + "d") }, 300)) }; a(o).each(function (t) { var o = a(this), f = a(''), v = o.find("." + c); o.find("." + r)[0] || (o.append(f), v.on("mouseenter", function () { p.call(this, f, o, t) }).on("mouseleave", function () { o.hasClass(u) || (clearTimeout(e[t]), e[t] = setTimeout(function () { o.find("." + d).removeClass(n), o.find("." + h).removeClass(h + "d") }, 300)) }), o.on("mouseleave", function () { clearTimeout(l[t]), s[t] = setTimeout(function () { o.hasClass(u) ? f.css({ height: 0, top: f.position().top + f.height() / 2, opacity: 0 }) : f.css({ width: 0, left: f.position().left + f.width() / 2, opacity: 0 }) }, i) })), v.each(function () { var i = a(this), t = i.find("." + d); if (t[0] && !i.find("." + h)[0]) { var l = i.children("a"); l.append('') } i.off("click", y.clickThis).on("click", y.clickThis), i.children("a").off("click", y.showChild).on("click", y.showChild), t.children("dd").off("click", y.clickChild).on("click", y.clickChild) }) }) }, breadcrumb: function () { var i = ".layui-breadcrumb"; a(i).each(function () { var i = a(this), t = i.attr("lay-separator") || ">", l = i.find("a"); l.find(".layui-box")[0] || (l.each(function (i) { i !== l.length - 1 && a(this).append('' + t + "") }), i.css("visibility", "visible")) }) }, progress: function () { var i = "layui-progress"; a("." + i).each(function () { var t = a(this), l = t.find(".layui-progress-bar"), e = l.attr("lay-percent"); l.css("width", e), t.attr("lay-showPercent") && setTimeout(function () { var a = Math.round(l.width() / t.width() * 100); a > 100 && (a = 100), l.html('' + a + "%") }, 350) }) }, collapse: function () { var i = "layui-collapse"; a("." + i).each(function () { var i = a(this).find(".layui-colla-item"); i.each(function () { var i = a(this), t = i.find(".layui-colla-title"), l = i.find(".layui-colla-content"), e = "none" === l.css("display"); t.find(".layui-colla-icon").remove(), t.append('' + (e ? "" : "") + ""), t.off("click", y.collapse).on("click", y.collapse) }) }) } }; return layui.each(l, function (i, a) { a() }) }; var p = new s, v = a(document); p.init(); var b = ".layui-tab-title li"; v.on("click", b, y.tabClick), v.on("click", y.hideTabMore), a(window).on("resize", y.tabAuto), i(l, p) }); layui.define("layer", function (e) { "use strict"; var i = layui.$, t = layui.layer, n = layui.hint(), a = layui.device(), o = { config: {}, set: function (e) { var t = this; return t.config = i.extend({}, t.config, e), t }, on: function (e, i) { return layui.onevent.call(this, r, e, i) } }, l = function () { var e = this; return { upload: function (i) { e.upload.call(e, i) }, config: e.config } }, r = "upload", u = "layui-upload-file", c = "layui-upload-form", s = "layui-upload-iframe", f = "layui-upload-choose", p = function (e) { var t = this; t.config = i.extend({}, t.config, o.config, e), t.render() }; p.prototype.config = { accept: "images", exts: "", auto: !0, bindAction: "", url: "", field: "file", method: "post", data: {}, drag: !0, size: 0, multiple: !1 }, p.prototype.render = function (e) { var t = this, e = t.config; e.elem = i(e.elem), e.bindAction = i(e.bindAction), t.file(), t.events() }, p.prototype.file = function () { var e = this, t = e.config, n = e.elemFile = i(['"].join("")), o = t.elem.next(); (o.hasClass(u) || o.hasClass(c)) && o.remove(), a.ie && a.ie < 10 && t.elem.wrap('
    '), e.isFile() ? (e.elemFile = t.elem, t.field = t.elem[0].name) : t.elem.after(n), a.ie && a.ie < 10 && e.initIE() }, p.prototype.initIE = function () { var e = this, t = e.config, n = i(''), a = i(['', ""].join("")); i("#" + s)[0] || i("body").append(n), t.elem.next().hasClass(s) || (e.elemFile.wrap(a), t.elem.next("." + s).append(function () { var e = []; return layui.each(t.data, function (i, t) { e.push('') }), e.join("") }())) }, p.prototype.msg = function (e) { return t.msg(e, { icon: 2, shift: 6 }) }, p.prototype.isFile = function () { var e = this.config.elem[0]; if (e) return "input" === e.tagName.toLocaleLowerCase() && "file" === e.type }, p.prototype.preview = function (e) { var i = this; window.FileReader && layui.each(i.chooseFiles, function (i, t) { var n = new FileReader; n.readAsDataURL(t), n.onload = function () { e && e(i, t, this.result) } }) }, p.prototype.upload = function (e, t) { var n, o = this, l = o.config, r = o.elemFile[0], u = function () { layui.each(e || o.files || o.chooseFiles || r.files, function (e, t) { var n = new FormData; n.append(l.field, t), layui.each(l.data, function (e, i) { n.append(e, i) }), i.ajax({ url: l.url, type: l.method, data: n, contentType: !1, processData: !1, dataType: "json", success: function (i) { d(e, i) }, error: function () { o.msg("请求上传接口出现异常"), m(e) } }) }) }, c = function () { var e = i("#" + s); o.elemFile.parent().submit(), clearInterval(p.timer), p.timer = setInterval(function () { var i, t = e.contents().find("body"); try { i = t.text() } catch (n) { o.msg("获取上传后的响应信息出现异常"), clearInterval(p.timer), m() } i && (clearInterval(p.timer), t.html(""), d(0, i)) }, 30) }, d = function (e, i) { if (o.elemFile.next("." + f).remove(), r.value = "", "object" != typeof i) try { i = JSON.parse(i) } catch (t) { return i = {}, o.msg("请对上传接口返回有效JSON") } "function" == typeof l.done && l.done(i, e || 0, function (e) { o.upload(e) }) }, m = function (e) { l.auto && (r.value = ""), "function" == typeof l.error && l.error(e || 0, function (e) { o.upload(e) }) }, v = l.exts, h = function () { var i = []; return layui.each(e || o.chooseFiles, function (e, t) { i.push(t.name) }), i }(), g = { preview: function (e) { o.preview(e) }, upload: function (e, i) { var t = {}; t[e] = i, o.upload(t) }, pushFile: function () { return o.files = o.files || {}, layui.each(o.chooseFiles, function (e, i) { o.files[e] = i }), o.files } }, y = function () { return "choose" === t ? l.choose && l.choose(g) : (l.before && l.before(g), a.ie ? a.ie > 9 ? u() : c() : void u()) }; switch (h = 0 === h.length ? r.value.match(/[^\/\\]+\..+/g) || [] || "" : h, l.accept) { case "file": if (v && !RegExp("\\w\\.(" + v + ")$", "i").test(escape(h))) return o.msg("选择的文件中包含不支持的格式"), r.value = ""; break; case "video": if (!RegExp("\\w\\.(" + (v || "avi|mp4|wma|rmvb|rm|flash|3gp|flv") + ")$", "i").test(escape(h))) return o.msg("选择的视频中包含不支持的格式"), r.value = ""; break; case "audio": if (!RegExp("\\w\\.(" + (v || "mp3|wav|mid") + ")$", "i").test(escape(h))) return o.msg("选择的音频中包含不支持的格式"), r.value = ""; break; default: if (layui.each(h, function (e, i) { RegExp("\\w\\.(" + (v || "jpg|png|gif|bmp|jpeg$") + ")", "i").test(escape(i)) || (n = !0) }), n) return o.msg("选择的图片中包含不支持的格式"), r.value = "" }if (l.size > 0 && !(a.ie && a.ie < 10)) { var F; if (layui.each(o.chooseFiles, function (e, i) { if (i.size > 1024 * l.size) { var t = l.size / 1024; t = t >= 1 ? Math.floor(t) + (t % 1 > 0 ? t.toFixed(1) : 0) + "MB" : l.size + "KB", r.value = "", F = t } }), F) return o.msg("文件不能超过" + F) } y() }, p.prototype.events = function () { var e = this, t = e.config, o = function (i) { e.chooseFiles = {}, layui.each(i, function (i, t) { var n = (new Date).getTime(); e.chooseFiles[n + "-" + i] = t }) }, l = function (i, n) { var a = e.elemFile, o = i.length > 1 ? i.length + "个文件" : (i[0] || {}).name || a[0].value.match(/[^\/\\]+\..+/g) || [] || ""; a.next().hasClass(f) && a.next().remove(), e.upload(null, "choose"), e.isFile() || t.choose || a.after('' + o + "") }; t.elem.off("upload.start").on("upload.start", function () { var a = i(this), o = a.attr("lay-data"); if (o) try { o = new Function("return " + o)(), e.config = i.extend({}, t, o) } catch (l) { n.error("Upload element property lay-data configuration item has a syntax error: " + o) } e.config.item = a, e.elemFile[0].click() }), a.ie && a.ie < 10 || t.elem.off("upload.over").on("upload.over", function () { var e = i(this); e.attr("lay-over", "") }).off("upload.leave").on("upload.leave", function () { var e = i(this); e.removeAttr("lay-over") }).off("upload.drop").on("upload.drop", function (n, a) { var r = i(this), u = a.originalEvent.dataTransfer.files || []; r.removeAttr("lay-over"), o(u), t.auto ? e.upload(u) : l(u) }), e.elemFile.off("upload.change").on("upload.change", function () { var i = this.files || []; o(i), t.auto ? e.upload() : l(i) }), t.bindAction.off("upload.action").on("upload.action", function () { e.upload() }), t.elem.data("haveEvents") || (e.elemFile.on("change", function () { i(this).trigger("upload.change") }), t.elem.on("click", function () { e.isFile() || i(this).trigger("upload.start") }), t.drag && t.elem.on("dragover", function (e) { e.preventDefault(), i(this).trigger("upload.over") }).on("dragleave", function (e) { i(this).trigger("upload.leave") }).on("drop", function (e) { e.preventDefault(), i(this).trigger("upload.drop", e) }), t.bindAction.on("click", function () { i(this).trigger("upload.action") }), t.elem.data("haveEvents", !0)) }, o.render = function (e) { var i = new p(e); return l.call(i) }, e(r, o) }); layui.define("layer", function (e) { "use strict"; var i = layui.$, t = layui.layer, a = layui.hint(), n = layui.device(), l = "form", s = ".layui-form", r = "layui-this", u = "layui-hide", c = "layui-disabled", o = function () { this.config = { verify: { required: [/[\S]+/, "必填项不能为空"], phone: [/^1\d{10}$/, "请输入正确的手机号"], email: [/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/, "邮箱格式不正确"], url: [/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/, "链接格式不正确"], number: function (e) { if (!e || isNaN(e)) return "只能填写数字" }, date: [/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/, "日期格式不正确"], identity: [/(^\d{15}$)|(^\d{17}(x|X|\d)$)/, "请输入正确的身份证号"] } } }; o.prototype.set = function (e) { var t = this; return i.extend(!0, t.config, e), t }, o.prototype.verify = function (e) { var t = this; return i.extend(!0, t.config.verify, e), t }, o.prototype.on = function (e, i) { return layui.onevent.call(this, l, e, i) }, o.prototype.render = function (e, t) { var n = this, o = i(s + function () { return t ? '[lay-filter="' + t + '"]' : "" }()), d = { select: function () { var e, t = "请选择", a = "layui-form-select", n = "layui-select-title", s = "layui-select-none", d = "", f = o.find("select"), y = function (t, l) { i(t.target).parent().hasClass(n) && !l || (i("." + a).removeClass(a + "ed " + a + "up"), e && d && e.val(d)), e = null }, h = function (t, o, f) { var h = i(this), p = t.find("." + n), m = p.find("input"), k = t.find("dl"), g = k.children("dd"); if (!o) { var b = function () { var e = t.offset().top + t.outerHeight() + 5 - v.scrollTop(), i = k.outerHeight(); t.addClass(a + "ed"), g.removeClass(u), e + i > v.height() && e >= i && t.addClass(a + "up") }, x = function (e) { t.removeClass(a + "ed " + a + "up"), m.blur(), e || C(m.val(), function (e) { e && (d = k.find("." + r).html(), m && m.val(d)) }) }; p.on("click", function (e) { t.hasClass(a + "ed") ? x() : (y(e, !0), b()), k.find("." + s).remove() }), p.find(".layui-edge").on("click", function () { m.focus() }), m.on("keyup", function (e) { var i = e.keyCode; 9 === i && b() }).on("keydown", function (e) { var i = e.keyCode; 9 === i ? x() : 13 === i && e.preventDefault() }); var C = function (e, t, a) { var n = 0; layui.each(g, function () { var t = i(this), l = t.text(), s = l.indexOf(e) === -1; ("" === e || "blur" === a ? e !== l : s) && n++ , "keyup" === a && t[s ? "addClass" : "removeClass"](u) }); var l = n === g.length; return t(l), l }, w = function (e) { var i = this.value, t = e.keyCode; return 9 !== t && 13 !== t && 37 !== t && 38 !== t && 39 !== t && 40 !== t && (C(i, function (e) { e ? k.find("." + s)[0] || k.append('

    无匹配项

    ') : k.find("." + s).remove() }, "keyup"), void ("" === i && k.find("." + s).remove())) }; f && m.on("keyup", w).on("blur", function (i) { e = m, d = k.find("." + r).html(), setTimeout(function () { C(m.val(), function (e) { e && !d && m.val("") }, "blur") }, 200) }), g.on("click", function () { var e = i(this), a = e.attr("lay-value"), n = h.attr("lay-filter"); return !e.hasClass(c) && (e.hasClass("layui-select-tips") ? m.val("") : (m.val(e.text()), e.addClass(r)), e.siblings().removeClass(r), h.val(a).removeClass("layui-form-danger"), layui.event.call(this, l, "select(" + n + ")", { elem: h[0], value: a, othis: t }), x(!0), !1) }), t.find("dl>dt").on("click", function (e) { return !1 }), i(document).off("click", y).on("click", y) } }; f.each(function (e, l) { var s = i(this), u = s.next("." + a), o = this.disabled, d = l.value, f = i(l.options[l.selectedIndex]), y = l.options[0]; if ("string" == typeof s.attr("lay-ignore")) return s.show(); var v = "string" == typeof s.attr("lay-search"), p = y ? y.value ? t : y.innerHTML || t : t, m = i(['
    ', '
    ', '
    ', '
    ' + function (e) { var i = []; return layui.each(e, function (e, a) { 0 !== e || a.value ? "optgroup" === a.tagName.toLowerCase() ? i.push("
    " + a.label + "
    ") : i.push('
    ' + a.innerHTML + "
    ") : i.push('
    ' + (a.innerHTML || t) + "
    ") }), 0 === i.length && i.push('
    没有选项
    '), i.join("") }(s.find("*")) + "
    ", "
    "].join("")); u[0] && u.remove(), s.after(m), h.call(this, m, o, v) }) }, checkbox: function () { var e = { checkbox: ["layui-form-checkbox", "layui-form-checked", "checkbox"], _switch: ["layui-form-switch", "layui-form-onswitch", "switch"] }, t = o.find("input[type=checkbox]"), a = function (e, t) { var a = i(this); e.on("click", function () { var i = a.attr("lay-filter"), n = (a.attr("lay-text") || "").split("|"); a[0].disabled || (a[0].checked ? (a[0].checked = !1, e.removeClass(t[1]).find("em").text(n[1])) : (a[0].checked = !0, e.addClass(t[1]).find("em").text(n[0])), layui.event.call(a[0], l, t[2] + "(" + i + ")", { elem: a[0], value: a[0].value, othis: e })) }) }; t.each(function (t, n) { var l = i(this), s = l.attr("lay-skin"), r = (l.attr("lay-text") || "").split("|"), u = this.disabled; "switch" === s && (s = "_" + s); var o = e[s] || e.checkbox; if ("string" == typeof l.attr("lay-ignore")) return l.show(); var d = l.next("." + o[0]), f = i(['
    ', { _switch: "" + ((n.checked ? r[0] : r[1]) || "") + "" }[s] || (n.title.replace(/\s/g, "") ? "" + n.title + "" : "") + '' + (s ? "" : "") + "", "
    "].join("")); d[0] && d.remove(), l.after(f), a.call(this, f, o) }) }, radio: function () { var e = "layui-form-radio", t = ["", ""], a = o.find("input[type=radio]"), n = function (a) { var n = i(this), r = "layui-anim-scaleSpring"; a.on("click", function () { var u = n[0].name, c = n.parents(s), o = n.attr("lay-filter"), d = c.find("input[name=" + u.replace(/(\.|#|\[|\])/g, "\\$1") + "]"); n[0].disabled || (layui.each(d, function () { var a = i(this).next("." + e); this.checked = !1, a.removeClass(e + "ed"), a.find(".layui-icon").removeClass(r).html(t[1]) }), n[0].checked = !0, a.addClass(e + "ed"), a.find(".layui-icon").addClass(r).html(t[0]), layui.event.call(n[0], l, "radio(" + o + ")", { elem: n[0], value: n[0].value, othis: a })) }) }; a.each(function (a, l) { var s = i(this), r = s.next("." + e), u = this.disabled; if ("string" == typeof s.attr("lay-ignore")) return s.show(); var o = i(['
    ', '' + t[l.checked ? 0 : 1] + "", "" + (l.title || "未命名") + "", "
    "].join("")); r[0] && r.remove(), s.after(o), n.call(this, o) }) } }; return e ? d[e] ? d[e]() : a.error("不支持的" + e + "表单渲染") : layui.each(d, function (e, i) { i() }), n }; var d = function () { var e = i(this), a = f.config.verify, r = null, u = "layui-form-danger", c = {}, o = e.parents(s), d = o.find("*[lay-verify]"), y = e.parents("form")[0], v = o.find("input,select,textarea"), h = e.attr("lay-filter"); return layui.each(d, function (e, l) { var s = i(this), c = s.attr("lay-verify").split("|"), o = "", d = s.val(); if (s.removeClass(u), layui.each(c, function (e, i) { var c = "function" == typeof a[i]; if (a[i] && (c ? o = a[i](d, l) : !a[i][0].test(d))) return t.msg(o || a[i][1], { icon: 5, shift: 6 }), n.android || n.ios || l.focus(), s.addClass(u), r = !0 }), r) return r }), !r && (layui.each(v, function (e, i) { i.name && (/^checkbox|radio$/.test(i.type) && !i.checked || (c[i.name] = i.value)) }), layui.event.call(this, l, "submit(" + h + ")", { elem: this, form: y, field: c })) }, f = new o, y = i(document), v = i(window); f.render(), y.on("reset", s, function () { var e = i(this).attr("lay-filter"); setTimeout(function () { f.render(null, e) }, 50) }), y.on("submit", s, d).on("click", "*[lay-submit]", d), e(l, f) }); layui.define("jquery", function (e) { "use strict"; var o = layui.$, a = layui.hint(), i = "layui-tree-enter", r = function (e) { this.options = e }, t = { arrow: ["", ""], checkbox: ["", ""], radio: ["", ""], branch: ["", ""], leaf: "" }; r.prototype.init = function (e) { var o = this; e.addClass("layui-box layui-tree"), o.options.skin && e.addClass("layui-tree-skin-" + o.options.skin), o.tree(e), o.on(e) }, r.prototype.tree = function (e, a) { var i = this, r = i.options, n = a || r.nodes; layui.each(n, function (a, n) { var l = n.children && n.children.length > 0, c = o(''), s = o(["
  • ", function () { return l ? '' + (n.spread ? t.arrow[1] : t.arrow[0]) + "" : "" }(), function () { return r.check ? '' + ("checkbox" === r.check ? t.checkbox[0] : "radio" === r.check ? t.radio[0] : "") + "" : "" }(), function () { return '" + ('' + (l ? n.spread ? t.branch[1] : t.branch[0] : t.leaf) + "") + ("" + (n.name || "未命名") + "") }(), "
  • "].join("")); l && (s.append(c), i.tree(c, n.children)), e.append(s), "function" == typeof r.click && i.click(s, n), i.spread(s, n), r.drag && i.drag(s, n) }) }, r.prototype.click = function (e, o) { var a = this, i = a.options; e.children("a").on("click", function (e) { layui.stope(e), i.click(o) }) }, r.prototype.spread = function (e, o) { var a = this, i = (a.options, e.children(".layui-tree-spread")), r = e.children("ul"), n = e.children("a"), l = function () { e.data("spread") ? (e.data("spread", null), r.removeClass("layui-show"), i.html(t.arrow[0]), n.find(".layui-icon").html(t.branch[0])) : (e.data("spread", !0), r.addClass("layui-show"), i.html(t.arrow[1]), n.find(".layui-icon").html(t.branch[1])) }; r[0] && (i.on("click", l), n.on("dblclick", l)) }, r.prototype.on = function (e) { var a = this, r = a.options, t = "layui-tree-drag"; e.find("i").on("selectstart", function (e) { return !1 }), r.drag && o(document).on("mousemove", function (e) { var i = a.move; if (i.from) { var r = (i.to, o('
    ')); e.preventDefault(), o("." + t)[0] || o("body").append(r); var n = o("." + t)[0] ? o("." + t) : r; n.addClass("layui-show").html(i.from.elem.children("a").html()), n.css({ left: e.pageX + 10, top: e.pageY + 10 }) } }).on("mouseup", function () { var e = a.move; e.from && (e.from.elem.children("a").removeClass(i), e.to && e.to.elem.children("a").removeClass(i), a.move = {}, o("." + t).remove()) }) }, r.prototype.move = {}, r.prototype.drag = function (e, a) { var r = this, t = (r.options, e.children("a")), n = function () { var t = o(this), n = r.move; n.from && (n.to = { item: a, elem: e }, t.addClass(i)) }; t.on("mousedown", function () { var o = r.move; o.from = { item: a, elem: e } }), t.on("mouseenter", n).on("mousemove", n).on("mouseleave", function () { var e = o(this), a = r.move; a.from && (delete a.to, e.removeClass(i)) }) }, e("tree", function (e) { var i = new r(e = e || {}), t = o(e.elem); return t[0] ? void i.init(t) : a.error("layui.tree 没有找到" + e.elem + "元素") }) }); layui.define(["laytpl", "laypage", "layer", "form"], function (e) { "use strict"; var t = layui.$, i = layui.laytpl, a = layui.laypage, l = layui.layer, n = layui.form, o = layui.hint(), r = layui.device(), d = { config: { checkName: "LAY_CHECKED", indexName: "LAY_TABLE_INDEX" }, cache: {}, index: layui.table ? layui.table.index + 1e4 : 0, set: function (e) { var i = this; return i.config = t.extend({}, i.config, e), i }, on: function (e, t) { return layui.onevent.call(this, s, e, t) } }, c = function () { var e = this, t = e.config, i = t.id; return i && (c.config[i] = t), { reload: function (t) { e.reload.call(e, t) }, config: t } }, s = "table", u = ".layui-table", f = "layui-hide", h = "layui-none", y = "layui-table-view", p = ".layui-table-header", m = ".layui-table-body", v = ".layui-table-main", g = ".layui-table-fixed", x = ".layui-table-fixed-l", b = ".layui-table-fixed-r", k = ".layui-table-tool", C = ".layui-table-sort", w = "layui-table-edit", N = "layui-table-hover", z = function (e) { return e = e || {}, ['
    ', "", "{{# layui.each(d.data.cols, function(i1, item1){ }}", "", "{{# layui.each(item1, function(i2, item2){ }}", '{{# if(item2.fixed && item2.fixed !== "right"){ left = true; } }}', '{{# if(item2.fixed === "right"){ right = true; } }}', function () { return e.fixed && "right" !== e.fixed ? '{{# if(item2.fixed && item2.fixed !== "right"){ }}' : "right" === e.fixed ? '{{# if(item2.fixed === "right"){ }}' : "" }(), "{{# if(item2.checkbox){ }}", '', "{{# } else if(item2.space){ }}", '', "{{# } else { }}", '", "{{# }; }}", e.fixed ? "{{# }; }}" : "", "{{# }); }}", "", "{{# }); }}", "", "
    ', "{{# if(item2.colspan > 1){ }}", '
    ', '{{item2.title||""}}', "
    ", "{{# } else { }}", '
    ', '{{item2.title||""}}', "{{# if(item2.sort){ }}", '', "{{# } }}", "
    ", "{{# } }}", "
    "].join("") }, F = ['', "", "
    "].join(""), T = ['
    ', "{{# var left, right; }}", '
    ', z(), "
    ", '
    ', F, "
    ", "{{# if(left){ }}", '
    ', '
    ', z({ fixed: !0 }), "
    ", '
    ', F, "
    ", "
    ", "{{# }; }}", "{{# if(right){ }}", '
    ', '
    ', z({ fixed: "right" }), '
    ', "
    ", '
    ', F, "
    ", "
    ", "{{# }; }}", "{{# if(d.data.page){ }}", '
    ', '
    ', "
    ", "{{# } }}", "", "
    "].join(""), L = t(window), S = t(document), H = function (e) { var i = this; i.index = ++d.index, i.config = t.extend({}, i.config, d.config, e), i.render() }; H.prototype.config = { limit: 30, loading: !0 }, H.prototype.render = function (e) { var a, l = this; if (e && (l.config = e), a = l.config, a.elem = t(a.elem), a.where = a.where || {}, a.request = t.extend({ pageName: "page", limitName: "limit" }, a.request), a.response = t.extend({ statusName: "code", statusCode: 0, msgName: "msg", dataName: "data", countName: "count" }, a.response), !a.elem[0]) return l; var n = a.elem, o = n.next("." + y); a.height && /^full-\d+$/.test(a.height) && (l.fullHeightGap = a.height.split("-")[1], a.height = L.height() - l.fullHeightGap); var r = l.elem = t(i(T).render({ VIEW_CLASS: y, data: a, index: l.index })); if (a.index = l.index, o[0] && o.remove(), n.after(r), l.layHeader = r.find(p), l.layMain = r.find(v), l.layBody = r.find(m), l.layFixed = r.find(g), l.layFixLeft = r.find(x), l.layFixRight = r.find(b), l.layTool = r.find(k), a.height && l.fullSize(), a.cols.length > 1) { var d = l.layFixed.find(p).find("th"); d.height(l.layHeader.height() - 1 - parseFloat(d.css("padding-top")) - parseFloat(d.css("padding-bottom"))) } l.pullData(1), l.events() }, H.prototype.reload = function (e) { var i = this; i.config = t.extend({}, i.config, e), i.render() }, H.prototype.pullData = function (e, i) { var a = this, n = a.config, o = n.request, r = n.response, d = function () { "object" == typeof n.initSort && a.sort(n.initSort.field, n.initSort.type) }; if (n.url) { var c = {}; c[o.pageName] = e, c[o.limitName] = n.limit, t.ajax({ type: n.method || "get", url: n.url, data: t.extend(c, n.where), dataType: "json", success: function (t) { return t[r.statusName] != r.statusCode ? (a.renderForm(), a.layMain.html('
    ' + (t[r.msgName] || "返回的数据状态异常") + "
    ")) : (a.renderData(t, e, t[r.countName]), d(), i && l.close(i), void ("function" == typeof n.done && n.done(t, e, t[r.countName]))) }, error: function (e, t) { a.layMain.html('
    数据接口请求异常
    '), a.renderForm(), i && l.close(i) } }) } else if (n.data && n.data.constructor === Array) { var s = {}, u = e * n.limit - n.limit; s[r.dataName] = n.data.concat().splice(u, n.limit), s[r.countName] = n.data.length, a.renderData(s, e, n.data.length), d(), "function" == typeof n.done && n.done(s, e, s[r.countName]) } }, H.prototype.page = 1, H.prototype.eachCols = function (e) { var i = t.extend(!0, [], this.config.cols), a = [], l = 0; layui.each(i, function (e, t) { layui.each(t, function (t, n) { if (n.colspan > 1) { var o = 0; l++ , n.CHILD_COLS = [], layui.each(i[e + 1], function (e, t) { t.PARENT_COL || o == n.colspan || (t.PARENT_COL = l, n.CHILD_COLS.push(t), o += t.colspan > 1 ? t.colspan : 1) }) } n.PARENT_COL || a.push(n) }) }); var n = function (t) { layui.each(t || a, function (t, i) { return i.CHILD_COLS ? n(i.CHILD_COLS) : void e(t, i) }) }; n() }, H.prototype.renderData = function (e, n, o, r) { var c = this, s = c.config, u = e[s.response.dataName] || [], f = [], y = [], p = [], m = function () { return !r && c.sortKey ? c.sort(c.sortKey.field, c.sortKey.sort, !0) : (layui.each(u, function (e, a) { var l = [], n = [], o = []; 0 !== a.length && (r || (a[d.config.indexName] = e), c.eachCols(function (e, r) { var c = a[r.field || e]; if (void 0 !== c && null !== c || (c = ""), !(r.colspan > 1)) { var u = ['", '
    ' + function () { return r.checkbox ? '" : r.toolbar ? i(t(r.toolbar).html() || "").render(a) : r.templet ? i(t(r.templet).html() || String(c)).render(a) : c }(), "
    "].join(""); l.push(u), r.fixed && "right" !== r.fixed && n.push(u), "right" === r.fixed && o.push(u) } }), f.push('' + l.join("") + ""), y.push('' + n.join("") + ""), p.push('' + o.join("") + "")) }), c.layBody.scrollTop(0), c.layMain.find("." + h).remove(), c.layMain.find("tbody").html(f.join("")), c.layFixLeft.find("tbody").html(y.join("")), c.layFixRight.find("tbody").html(p.join("")), c.renderForm(), c.syncCheckAll(), c.haveInit ? c.scrollPatch() : setTimeout(function () { c.scrollPatch() }, 50), c.haveInit = !0, void l.close(c.tipsIndex)) }; return c.key = s.id || s.index, d.cache[c.key] = u, r ? m() : 0 === u.length ? (c.renderForm(), c.layFixed.remove(), c.layMain.find("tbody").html(""), c.layMain.find("." + h).remove(), c.layMain.append('
    无数据
    ')) : (m(), void (s.page && (c.page = n, c.count = o, a.render({ elem: "layui-table-page" + s.index, count: o, groups: 3, limits: s.limits || [10, 20, 30, 40, 50, 60, 70, 80, 90], limit: s.limit, curr: n, layout: ["prev", "page", "next", "skip", "count", "limit"], prev: '', next: '', jump: function (e, t) { t || (c.page = e.curr, s.limit = e.limit, c.pullData(e.curr, c.loading())) } }), c.layTool.find(".layui-table-count span").html(o)))) }, H.prototype.renderForm = function (e) { n.render(e || "checkbox", "LAY-table-" + this.index) }, H.prototype.sort = function (e, i, a, n) { var r, c, u = this, f = {}, h = u.config, y = h.elem.attr("lay-filter"), p = d.cache[u.key]; "string" == typeof e && u.layHeader.find("th").each(function (i, a) { var l = t(this), n = l.data("field"); if (n === e) return e = l, r = n, !1 }); try { var r = r || e.data("field"); if (u.sortKey && !a && r === u.sortKey.field && i === u.sortKey.sort) return; var m = u.layHeader.find("th .laytable-cell-" + h.index + "-" + r).find(C); u.layHeader.find("th").find(C).removeAttr("lay-sort"), m.attr("lay-sort", i || null), u.layFixed.find("th") } catch (v) { return o.error("Table modules: Did not match to field") } u.sortKey = { field: r, sort: i }, "asc" === i ? c = layui.sort(p, r) : "desc" === i ? c = layui.sort(p, r, !0) : (c = layui.sort(p, d.config.indexName), delete u.sortKey), f[h.response.dataName] = c, u.renderData(f, u.page, u.count, !0), l.close(u.tipsIndex), n && layui.event.call(e, s, "sort(" + y + ")", { field: r, type: i }) }, H.prototype.loading = function () { var e = this, t = e.config; if (t.loading && t.url) return l.msg("数据请求中", { icon: 16, offset: [e.elem.offset().top + e.elem.height() / 2 - 35 - L.scrollTop() + "px", e.elem.offset().left + e.elem.width() / 2 - 90 - L.scrollLeft() + "px"], anim: -1, fixed: !1 }) }, H.prototype.setCheckData = function (e, t) { var i = this, a = i.config, l = d.cache[i.key]; l[e] && (l[e][a.checkName] = t) }, H.prototype.syncCheckAll = function () { var e = this, t = e.config, i = e.layHeader.find('input[name="layTableCheckbox"]'), a = function (i) { return e.eachCols(function (e, a) { a.checkbox && (a[t.checkName] = i) }), i }; i[0] && (d.checkStatus(e.key).isAll ? (i[0].checked || (i.prop("checked", !0), e.renderForm()), a(!0)) : (i[0].checked && (i.prop("checked", !1), e.renderForm()), a(!1))) }, H.prototype.getCssRule = function (e, t) { var i = this, a = i.elem.find("style")[0], l = a.sheet || a.styleSheet, n = l.cssRules || l.rules; layui.each(n, function (a, l) { if (l.selectorText === ".laytable-cell-" + i.index + "-" + e) return t(l), !0 }) }, H.prototype.fullSize = function () { var e, t = this, i = t.config, a = i.height; t.fullHeightGap && (a = L.height() - t.fullHeightGap, a < 135 && (a = 135), t.elem.css("height", a)), e = parseFloat(a) - parseFloat(t.layHeader.height()) - 1, i.page && (e -= parseFloat(t.layTool.outerHeight() + 1)), t.layMain.css("height", e) }, H.prototype.scrollPatch = function () { var e = this, i = e.layMain.children("table"), a = e.layMain.width() - e.layMain.prop("clientWidth"), l = e.layMain.height() - e.layMain.prop("clientHeight"); if (a && l) { if (!e.elem.find(".layui-table-patch")[0]) { var n = t('
    '); n.find("div").css({ width: a }), e.layHeader.eq(0).find("thead tr").append(n) } } else e.layHeader.eq(0).find(".layui-table-patch").remove(); var o = e.layMain.height(), r = o - l; e.layFixed.find(m).css("height", i.height() > r ? r : "auto"), e.layFixRight[i.width() > e.layMain.width() ? "removeClass" : "addClass"](f), e.layFixRight.css("right", a - 1) }, H.prototype.events = function () { var e, a = this, n = a.config, o = t("body"), c = {}, u = a.layHeader.find("th"), f = ".layui-table-cell", h = n.elem.attr("lay-filter"); u.on("mousemove", function (e) { var i = t(this), a = i.offset().left, l = e.clientX - a; i.attr("colspan") > 1 || i.attr("unresize") || c.resizeStart || (c.allowResize = i.width() - l <= 10, o.css("cursor", c.allowResize ? "col-resize" : "")) }).on("mouseleave", function () { t(this); c.resizeStart || o.css("cursor", "") }).on("mousedown", function (e) { if (c.allowResize) { var i = t(this).data("field"); e.preventDefault(), c.resizeStart = !0, c.offset = [e.clientX, e.clientY], a.getCssRule(i, function (e) { c.rule = e, c.ruleWidth = parseFloat(e.style.width) }) } }), S.on("mousemove", function (t) { if (c.resizeStart) { if (t.preventDefault(), c.rule) { var i = c.ruleWidth + t.clientX - c.offset[0]; c.rule.style.width = i + "px", l.close(a.tipsIndex) } e = 1 } }).on("mouseup", function (t) { c.resizeStart && (c = {}, o.css("cursor", ""), a.scrollPatch()), 2 === e && (e = null) }), u.on("click", function () { var i, l = t(this), n = l.find(C), o = n.attr("lay-sort"); return n[0] && 1 !== e ? (i = "asc" === o ? "desc" : "desc" === o ? null : "asc", void a.sort(l, i, null, !0)) : e = 2 }).find(C + " .layui-edge ").on("click", function (e) { var i = t(this), l = i.index(), n = i.parents("th").eq(0).data("field"); layui.stope(e), 0 === l ? a.sort(n, "asc", null, !0) : a.sort(n, "desc", null, !0) }), a.elem.on("click", 'input[name="layTableCheckbox"]+', function () { var e = t(this).prev(), i = a.layBody.find('input[name="layTableCheckbox"]'), l = e.parents("tr").eq(0).data("index"), n = e[0].checked, o = "layTableAllChoose" === e.attr("lay-filter"); o ? (i.each(function (e, t) { t.checked = n, a.setCheckData(e, n) }), a.syncCheckAll(), a.renderForm()) : (a.setCheckData(l, n), a.syncCheckAll()), layui.event.call(this, s, "checkbox(" + h + ")", { checked: n, data: d.cache[a.key][l], type: o ? "all" : "one" }) }), a.layBody.on("mouseenter", "tr", function () { var e = t(this), i = e.index(); a.layBody.find("tr:eq(" + i + ")").addClass(N) }).on("mouseleave", "tr", function () { var e = t(this), i = e.index(); a.layBody.find("tr:eq(" + i + ")").removeClass(N) }), a.layBody.on("change", "." + w, function () { var e = t(this), i = this.value, l = e.parent().data("field"), n = e.parents("tr").eq(0).data("index"), o = d.cache[a.key][n]; o[l] = i, layui.event.call(this, s, "edit(" + h + ")", { value: i, data: o, field: l }) }).on("blur", "." + w, function () { var e, l = t(this), n = l.parent().data("field"), o = l.parents("tr").eq(0).data("index"), r = d.cache[a.key][o]; a.eachCols(function (t, i) { i.field == n && i.templet && (e = i.templet) }), l.siblings(f).html(e ? i(t(e).html() || this.value).render(r) : this.value), l.parent().data("content", this.value), l.remove() }), a.layBody.on("click", "td", function () { var e = t(this), i = (e.data("field"), e.children(f)); if (!e.data("off")) { if (e.data("edit")) { var o = t(''); return o[0].value = e.data("content") || i.text(), e.find("." + w)[0] || e.append(o), o.focus() } i.prop("scrollWidth") > i.outerWidth() && (a.tipsIndex = l.tips(['
    ', i.html(), "
    ", ''].join(""), i[0], { tips: [3, ""], time: -1, anim: -1, maxWidth: r.ios || r.android ? 300 : 600, isOutAnim: !1, skin: "layui-table-tips", success: function (e, t) { e.find(".layui-table-tips-c").on("click", function () { l.close(t) }) } })) } }), a.layBody.on("click", "*[lay-event]", function () { var e = t(this), l = e.parents("tr").eq(0).data("index"), n = a.layBody.find('tr[data-index="' + l + '"]'), o = "layui-table-click", r = d.cache[a.key][l]; layui.event.call(this, s, "tool(" + h + ")", { data: d.clearCacheKey(r), event: e.attr("lay-event"), tr: n, del: function () { d.cache[a.key][l] = [], n.remove(), a.scrollPatch() }, update: function (e) { e = e || {}, layui.each(e, function (e, l) { if (e in r) { var o, d = n.children('td[data-field="' + e + '"]'); r[e] = l, a.eachCols(function (t, i) { i.field == e && i.templet && (o = i.templet) }), d.children(f).html(o ? i(t(o).html() || l).render(r) : l), d.data("content", l) } }) } }), n.addClass(o).siblings("tr").removeClass(o) }), a.layMain.on("scroll", function () { var e = t(this), i = e.scrollLeft(), n = e.scrollTop(); a.layHeader.scrollLeft(i), a.layFixed.find(m).scrollTop(n), l.close(a.tipsIndex) }), L.on("resize", function () { a.fullSize(), a.scrollPatch() }) }, d.init = function (e, i) { i = i || {}; var a = this, l = t(e ? 'table[lay-filter="' + e + '"]' : u + "[lay-data]"), n = "Table element property lay-data configuration item has a syntax error: "; return l.each(function () { var a = t(this), l = a.attr("lay-data"); try { l = new Function("return " + l)() } catch (r) { o.error(n + l) } var c = [], s = t.extend({ elem: this, cols: [], data: [], skin: a.attr("lay-skin"), size: a.attr("lay-size"), even: "string" == typeof a.attr("lay-even") }, d.config, i, l); e && a.hide(), a.find("thead>tr").each(function (e) { s.cols[e] = [], t(this).children().each(function (i) { var a = t(this), l = a.attr("lay-data"); try { l = new Function("return " + l)() } catch (r) { return o.error(n + l) } var d = t.extend({ title: a.text(), colspan: a.attr("colspan") || 0, rowspan: a.attr("rowspan") || 0 }, l); d.colspan < 2 && c.push(d), s.cols[e].push(d) }) }), a.find("tbody>tr").each(function (e) { var i = t(this), a = {}; i.children("td").each(function (e, i) { var l = t(this), n = l.data("field"); if (n) return a[n] = l.html() }), layui.each(c, function (e, t) { var l = i.children("td").eq(e); a[t.field] = l.html() }), s.data[e] = a }), d.render(s) }), a }, d.checkStatus = function (e) { var t = 0, i = [], a = d.cache[e]; return a ? (layui.each(a, function (e, a) { a[d.config.checkName] && (t++ , i.push(d.clearCacheKey(a))) }), { data: i, isAll: t === a.length }) : {} }, c.config = {}, d.reload = function (e, i) { var a = c.config[e]; return a ? d.render(t.extend({}, a, i)) : o.error("The ID option was not found in the table instance") }, d.render = function (e) { var t = new H(e); return c.call(t) }, d.clearCacheKey = function (e) { return e = t.extend({}, e), delete e[d.config.checkName], delete e[d.config.indexName], e }, d.init(), e(s, d) }); layui.define("jquery", function (e) { "use strict"; var i = layui.$, n = (layui.hint(), layui.device(), { config: {}, set: function (e) { var n = this; return n.config = i.extend({}, n.config, e), n }, on: function (e, i) { return layui.onevent.call(this, t, e, i) } }), t = "carousel", a = "layui-this", l = ">*[carousel-item]>*", o = "layui-carousel-left", r = "layui-carousel-right", d = "layui-carousel-prev", s = "layui-carousel-next", u = "layui-carousel-arrow", c = "layui-carousel-ind", m = function (e) { var t = this; t.config = i.extend({}, t.config, n.config, e), t.render() }; m.prototype.config = { width: "600px", height: "280px", full: !1, arrow: "hover", indicator: "inside", autoplay: !0, interval: 3e3, anim: "", trigger: "click", index: 0 }, m.prototype.render = function () { var e = this, n = e.config; n.elem = i(n.elem), n.elem[0] && (e.elemItem = n.elem.find(l), n.index < 0 && (n.index = 0), n.index >= e.elemItem.length && (n.index = e.elemItem.length - 1), n.interval < 800 && (n.interval = 800), n.full ? n.elem.css({ position: "fixed", width: "100%", height: "100%", zIndex: 9999 }) : n.elem.css({ width: n.width, height: n.height }), n.elem.attr("lay-anim", n.anim), e.elemItem.eq(n.index).addClass(a), e.indicator(), e.elemItem.length <= 1 || (e.arrow(), e.autoplay(), e.events())) }, m.prototype.reload = function (e) { var n = this; clearInterval(n.timer), n.config = i.extend({}, n.config, e), n.render() }, m.prototype.prevIndex = function () { var e = this, i = e.config, n = i.index - 1; return n < 0 && (n = e.elemItem.length - 1), n }, m.prototype.nextIndex = function () { var e = this, i = e.config, n = i.index + 1; return n >= e.elemItem.length && (n = 0), n }, m.prototype.addIndex = function (e) { var i = this, n = i.config; e = e || 1, n.index = n.index + e, n.index >= i.elemItem.length && (n.index = 0) }, m.prototype.subIndex = function (e) { var i = this, n = i.config; e = e || 1, n.index = n.index - e, n.index < 0 && (n.index = i.elemItem.length - 1) }, m.prototype.autoplay = function () { var e = this, i = e.config; i.autoplay && (e.timer = setInterval(function () { e.slide() }, i.interval)) }, m.prototype.arrow = function () { var e = this, n = e.config, t = i(['", '"].join("")); n.elem.attr("lay-arrow", n.arrow), n.elem.find("." + u)[0] && n.elem.find("." + u).remove(), n.elem.append(t), t.on("click", function () { var n = i(this), t = n.attr("lay-type"); e.slide(t) }) }, m.prototype.indicator = function () { var e = this, n = e.config, t = e.elemInd = i(['
    "].join("")); n.elem.attr("lay-indicator", n.indicator), n.elem.find("." + c)[0] && n.elem.find("." + c).remove(), n.elem.append(t), "updown" === n.anim && t.css("margin-top", -(t.height() / 2)), t.find("li").on("hover" === n.trigger ? "mouseover" : n.trigger, function () { var t = i(this), a = t.index(); a > n.index ? e.slide("add", a - n.index) : a < n.index && e.slide("sub", n.index - a) }) }, m.prototype.slide = function (e, i) { var n = this, l = n.elemItem, u = n.config, c = u.index, m = u.elem.attr("lay-filter"); n.haveSlide || ("sub" === e ? (n.subIndex(i), l.eq(u.index).addClass(d), setTimeout(function () { l.eq(c).addClass(r), l.eq(u.index).addClass(r) }, 50)) : (n.addIndex(i), l.eq(u.index).addClass(s), setTimeout(function () { l.eq(c).addClass(o), l.eq(u.index).addClass(o) }, 50)), setTimeout(function () { l.removeClass(a + " " + d + " " + s + " " + o + " " + r), l.eq(u.index).addClass(a), n.haveSlide = !1 }, 300), n.elemInd.find("li").eq(u.index).addClass(a).siblings().removeClass(a), n.haveSlide = !0, layui.event.call(this, t, "change(" + m + ")", { index: u.index, prevIndex: c, item: l.eq(u.index) })) }, m.prototype.events = function () { var e = this, i = e.config; i.elem.data("haveEvents") || (i.elem.on("mouseenter", function () { clearInterval(e.timer) }).on("mouseleave", function () { e.autoplay() }), i.elem.data("haveEvents", !0)) }, n.render = function (e) { var i = new m(e); return i }, e(t, n) }); layui.define("jquery", function (e) { "use strict"; var o = layui.$, t = { fixbar: function (e) { var t, a, i = "layui-fixbar", l = "layui-fixbar-top", r = o(document), c = o("body"); e = o.extend({ showHeight: 200 }, e), e.bar1 = e.bar1 === !0 ? "" : e.bar1, e.bar2 = e.bar2 === !0 ? "" : e.bar2, e.bgcolor = e.bgcolor ? "background-color:" + e.bgcolor : ""; var n = [e.bar1, e.bar2, ""], u = o(['"].join("")), s = u.find("." + l), b = function () { var o = r.scrollTop(); o >= e.showHeight ? t || (s.show(), t = 1) : t && (s.hide(), t = 0) }; o("." + i)[0] || ("object" == typeof e.css && u.css(e.css), c.append(u), b(), u.find("li").on("click", function () { var t = o(this), a = t.attr("lay-type"); "top" === a && o("html,body").animate({ scrollTop: 0 }, 200), e.click && e.click.call(this, a) }), r.on("scroll", function () { clearTimeout(a), a = setTimeout(function () { b() }, 100) })) }, countdown: function (e, o, t) { var a = this, i = "function" == typeof o, l = new Date(e).getTime(), r = new Date(!o || i ? (new Date).getTime() : o).getTime(), c = l - r, n = [Math.floor(c / 864e5), Math.floor(c / 36e5) % 24, Math.floor(c / 6e4) % 60, Math.floor(c / 1e3) % 60]; i && (t = o); var u = setTimeout(function () { a.countdown(e, r + 1e3, t) }, 1e3); return t && t(c > 0 ? n : [0, 0, 0, 0], o, u), c <= 0 && clearTimeout(u), u }, timeAgo: function (e, o) { var t = (new Date).getTime() - new Date(e).getTime(); return t > 2592e6 ? (t = new Date(e).toLocaleString(), o && (t = t.replace(/\s[\S]+$/g, "")), t) : t >= 864e5 ? (t / 1e3 / 60 / 60 / 24 | 0) + "天前" : t >= 36e5 ? (t / 1e3 / 60 / 60 | 0) + "小时前" : t >= 18e4 ? (t / 1e3 / 60 | 0) + "分钟前" : t < 0 ? "未来" : "刚刚" } }; e("util", t) }); layui.define("jquery", function (e) { "use strict"; var l = layui.$, o = function (e) { }, t = ''; o.prototype.load = function (e) { var o, i, n, r, a = this, c = 0; e = e || {}; var f = l(e.elem); if (f[0]) { var m = l(e.scrollElem || document), u = e.mb || 50, s = !("isAuto" in e) || e.isAuto, v = e.end || "没有更多了", y = e.scrollElem && e.scrollElem !== document, d = "加载更多", h = l('
    ' + d + "
    "); f.find(".layui-flow-more")[0] || f.append(h); var p = function (e, t) { e = l(e), h.before(e), t = 0 == t || null, t ? h.html(v) : h.find("a").html(d), i = t, o = null, n && n() }, g = function () { o = !0, h.find("a").html(t), "function" == typeof e.done && e.done(++c, p) }; if (g(), h.find("a").on("click", function () { l(this); i || o || g() }), e.isLazyimg) var n = a.lazyimg({ elem: e.elem + " img", scrollElem: e.scrollElem }); return s ? (m.on("scroll", function () { var e = l(this), t = e.scrollTop(); r && clearTimeout(r), i || (r = setTimeout(function () { var i = y ? e.height() : l(window).height(), n = y ? e.prop("scrollHeight") : document.documentElement.scrollHeight; n - t - i <= u && (o || g()) }, 100)) }), a) : a } }, o.prototype.lazyimg = function (e) { var o, t = this, i = 0; e = e || {}; var n = l(e.scrollElem || document), r = e.elem || "img", a = e.scrollElem && e.scrollElem !== document, c = function (e, l) { var o = n.scrollTop(), r = o + l, c = a ? function () { return e.offset().top - n.offset().top + o }() : e.offset().top; if (c >= o && c <= r && !e.attr("src")) { var m = e.attr("lay-src"); layui.img(m, function () { var l = t.lazyimg.elem.eq(i); e.attr("src", m).removeAttr("lay-src"), l[0] && f(l), i++ }) } }, f = function (e, o) { var f = a ? (o || n).height() : l(window).height(), m = n.scrollTop(), u = m + f; if (t.lazyimg.elem = l(r), e) c(e, f); else for (var s = 0; s < t.lazyimg.elem.length; s++) { var v = t.lazyimg.elem.eq(s), y = a ? function () { return v.offset().top - n.offset().top + m }() : v.offset().top; if (c(v, f), i = s, y > u) break } }; if (f(), !o) { var m; n.on("scroll", function () { var e = l(this); m && clearTimeout(m), m = setTimeout(function () { f(null, e) }, 50) }), o = !0 } return f }, e("flow", new o) }); layui.define(["layer", "form"], function (t) { "use strict"; var e = layui.$, i = layui.layer, a = layui.form, l = (layui.hint(), layui.device()), n = "layedit", o = "layui-show", r = "layui-disabled", c = function () { var t = this; t.index = 0, t.config = { tool: ["strong", "italic", "underline", "del", "|", "left", "center", "right", "|", "link", "unlink", "face", "image"], hideTool: [], height: 280 } }; c.prototype.set = function (t) { var i = this; return e.extend(!0, i.config, t), i }, c.prototype.on = function (t, e) { return layui.onevent(n, t, e) }, c.prototype.build = function (t, i) { i = i || {}; var a = this, n = a.config, r = "layui-layedit", c = e("#" + t), u = "LAY_layedit_" + ++a.index, d = c.next("." + r), y = e.extend({}, n, i), f = function () { var t = [], e = {}; return layui.each(y.hideTool, function (t, i) { e[i] = !0 }), layui.each(y.tool, function (i, a) { C[a] && !e[a] && t.push(C[a]) }), t.join("") }(), m = e(['
    ', '
    ' + f + "
    ", '
    ', '', "
    ", "
    "].join("")); return l.ie && l.ie < 8 ? c.removeClass("layui-hide").addClass(o) : (d[0] && d.remove(), s.call(a, m, c[0], y), c.addClass("layui-hide").after(m), a.index) }, c.prototype.getContent = function (t) { var e = u(t); if (e[0]) return d(e[0].document.body.innerHTML) }, c.prototype.getText = function (t) { var i = u(t); if (i[0]) return e(i[0].document.body).text() }, c.prototype.setContent = function (t, i, a) { var l = u(t); l[0] && (a ? e(l[0].document.body).append(i) : e(l[0].document.body).html(i), layedit.sync(t)) }, c.prototype.sync = function (t) { var i = u(t); if (i[0]) { var a = e("#" + i[1].attr("textarea")); a.val(d(i[0].document.body.innerHTML)) } }, c.prototype.getSelection = function (t) { var e = u(t); if (e[0]) { var i = m(e[0].document); return document.selection ? i.text : i.toString() } }; var s = function (t, i, a) { var l = this, n = t.find("iframe"); n.css({ height: a.height }).on("load", function () { var o = n.contents(), r = n.prop("contentWindow"), c = o.find("head"), s = e([""].join("")), u = o.find("body"); c.append(s), u.attr("contenteditable", "true").css({ "min-height": a.height }).html(i.value || ""), y.apply(l, [r, n, i, a]), g.call(l, r, t, a) }) }, u = function (t) { var i = e("#LAY_layedit_" + t), a = i.prop("contentWindow"); return [a, i] }, d = function (t) { return 8 == l.ie && (t = t.replace(/<.+>/g, function (t) { return t.toLowerCase() })), t }, y = function (t, a, n, o) { var r = t.document, c = e(r.body); c.on("keydown", function (t) { var e = t.keyCode; if (13 === e) { var a = m(r), l = p(a), n = l.parentNode; if ("pre" === n.tagName.toLowerCase()) { if (t.shiftKey) return; return i.msg("请暂时用shift+enter"), !1 } r.execCommand("formatBlock", !1, "

    ") } }), e(n).parents("form").on("submit", function () { var t = c.html(); 8 == l.ie && (t = t.replace(/<.+>/g, function (t) { return t.toLowerCase() })), n.value = t }), c.on("paste", function (e) { r.execCommand("formatBlock", !1, "

    "), setTimeout(function () { f.call(t, c), n.value = c.html() }, 100) }) }, f = function (t) { var i = this; i.document; t.find("*[style]").each(function () { var t = this.style.textAlign; this.removeAttribute("style"), e(this).css({ "text-align": t || "" }) }), t.find("table").addClass("layui-table"), t.find("script,link").remove() }, m = function (t) { return t.selection ? t.selection.createRange() : t.getSelection().getRangeAt(0) }, p = function (t) { return t.endContainer || t.parentElement().childNodes[0] }, v = function (t, i, a) { var l = this.document, n = document.createElement(t); for (var o in i) n.setAttribute(o, i[o]); if (n.removeAttribute("text"), l.selection) { var r = a.text || i.text; if ("a" === t && !r) return; r && (n.innerHTML = r), a.pasteHTML(e(n).prop("outerHTML")), a.select() } else { var r = a.toString() || i.text; if ("a" === t && !r) return; r && (n.innerHTML = r), a.deleteContents(), a.insertNode(n) } }, h = function (t, i) { var a = this.document, l = "layedit-tool-active", n = p(m(a)), o = function (e) { return t.find(".layedit-tool-" + e) }; i && i[i.hasClass(l) ? "removeClass" : "addClass"](l), t.find(">i").removeClass(l), o("unlink").addClass(r), e(n).parents().each(function () { var t = this.tagName.toLowerCase(), e = this.style.textAlign; "b" !== t && "strong" !== t || o("b").addClass(l), "i" !== t && "em" !== t || o("i").addClass(l), "u" === t && o("u").addClass(l), "strike" === t && o("d").addClass(l), "p" === t && ("center" === e ? o("center").addClass(l) : "right" === e ? o("right").addClass(l) : o("left").addClass(l)), "a" === t && (o("link").addClass(l), o("unlink").removeClass(r)) }) }, g = function (t, a, l) { var n = t.document, o = e(n.body), c = { link: function (i) { var a = p(i), l = e(a).parent(); b.call(o, { href: l.attr("href"), target: l.attr("target") }, function (e) { var a = l[0]; "A" === a.tagName ? a.href = e.url : v.call(t, "a", { target: e.target, href: e.url, text: e.url }, i) }) }, unlink: function (t) { n.execCommand("unlink") }, face: function (e) { x.call(this, function (i) { v.call(t, "img", { src: i.src, alt: i.alt }, e) }) }, image: function (a) { var n = this; layui.use("upload", function (o) { var r = l.uploadImage || {}; o.render({ url: r.url, method: r.type, elem: e(n).find("input")[0], done: function (e) { 0 == e.code ? (e.data = e.data || {}, v.call(t, "img", { src: e.data.src, alt: e.data.title }, a)) : i.msg(e.msg || "上传失败") } }) }) }, code: function (e) { k.call(o, function (i) { v.call(t, "pre", { text: i.code, "lay-lang": i.lang }, e) }) }, help: function () { i.open({ type: 2, title: "帮助", area: ["600px", "380px"], shadeClose: !0, shade: .1, skin: "layui-layer-msg", content: ["http://www.layui.com/about/layedit/help.html", "no"] }) } }, s = a.find(".layui-layedit-tool"), u = function () { var i = e(this), a = i.attr("layedit-event"), l = i.attr("lay-command"); if (!i.hasClass(r)) { o.focus(); var u = m(n); u.commonAncestorContainer; l ? (n.execCommand(l), /justifyLeft|justifyCenter|justifyRight/.test(l) && n.execCommand("formatBlock", !1, "

    "), setTimeout(function () { o.focus() }, 10)) : c[a] && c[a].call(this, u), h.call(t, s, i) } }, d = /image/; s.find(">i").on("mousedown", function () { var t = e(this), i = t.attr("layedit-event"); d.test(i) || u.call(this) }).on("click", function () { var t = e(this), i = t.attr("layedit-event"); d.test(i) && u.call(this) }), o.on("click", function () { h.call(t, s), i.close(x.index) }) }, b = function (t, e) { var l = this, n = i.open({ type: 1, id: "LAY_layedit_link", area: "350px", shade: .05, shadeClose: !0, moveType: 1, title: "超链接", skin: "layui-layer-msg", content: ['

    "].join(""), success: function (t, n) { var o = "submit(layedit-link-yes)"; a.render("radio"), t.find(".layui-btn-primary").on("click", function () { i.close(n), l.focus() }), a.on(o, function (t) { i.close(b.index), e && e(t.field) }) } }); b.index = n }, x = function (t) { var a = function () { var t = ["[微笑]", "[嘻嘻]", "[哈哈]", "[可爱]", "[可怜]", "[挖鼻]", "[吃惊]", "[害羞]", "[挤眼]", "[闭嘴]", "[鄙视]", "[爱你]", "[泪]", "[偷笑]", "[亲亲]", "[生病]", "[太开心]", "[白眼]", "[右哼哼]", "[左哼哼]", "[嘘]", "[衰]", "[委屈]", "[吐]", "[哈欠]", "[抱抱]", "[怒]", "[疑问]", "[馋嘴]", "[拜拜]", "[思考]", "[汗]", "[困]", "[睡]", "[钱]", "[失望]", "[酷]", "[色]", "[哼]", "[鼓掌]", "[晕]", "[悲伤]", "[抓狂]", "[黑线]", "[阴险]", "[怒骂]", "[互粉]", "[心]", "[伤心]", "[猪头]", "[熊猫]", "[兔子]", "[ok]", "[耶]", "[good]", "[NO]", "[赞]", "[来]", "[弱]", "[草泥马]", "[神马]", "[囧]", "[浮云]", "[给力]", "[围观]", "[威武]", "[奥特曼]", "[礼物]", "[钟]", "[话筒]", "[蜡烛]", "[蛋糕]"], e = {}; return layui.each(t, function (t, i) { e[i] = layui.cache.dir + "images/face/" + t + ".gif" }), e }(); return x.hide = x.hide || function (t) { "face" !== e(t.target).attr("layedit-event") && i.close(x.index) }, x.index = i.tips(function () { var t = []; return layui.each(a, function (e, i) { t.push('
  • ' + e + '
  • ') }), '" }(), this, { tips: 1, time: 0, skin: "layui-box layui-util-face", maxWidth: 500, success: function (l, n) { l.css({ marginTop: -4, marginLeft: -10 }).find(".layui-clear>li").on("click", function () { t && t({ src: a[this.title], alt: this.title }), i.close(n) }), e(document).off("click", x.hide).on("click", x.hide) } }) }, k = function (t) { var e = this, l = i.open({ type: 1, id: "LAY_layedit_code", area: "550px", shade: .05, shadeClose: !0, moveType: 1, title: "插入代码", skin: "layui-layer-msg", content: ['"].join(""), success: function (l, n) { var o = "submit(layedit-code-yes)"; a.render("select"), l.find(".layui-btn-primary").on("click", function () { i.close(n), e.focus() }), a.on(o, function (e) { i.close(k.index), t && t(e.field) }) } }); k.index = l }, C = { html: '', strong: '', italic: '', underline: '', del: '', "|": '', left: '', center: '', right: '', link: '', unlink: '', face: '', image: '', code: '', help: '' }, w = new c; t(n, w) }); layui.define("jquery", function (e) { "use strict"; var a = layui.$, l = "http://www.layui.com/doc/modules/code.html"; e("code", function (e) { var t = []; e = e || {}, e.elem = a(e.elem || ".layui-code"), e.about = !("about" in e) || e.about, e.elem.each(function () { t.push(this) }), layui.each(t.reverse(), function (t, i) { var c = a(i), o = c.html(); (c.attr("lay-encode") || e.encode) && (o = o.replace(/&(?!#?[a-zA-Z0-9]+;)/g, "&").replace(//g, ">").replace(/'/g, "'").replace(/"/g, """)), c.html('
    1. ' + o.replace(/[\r\t\n]+/g, "
    2. ") + "
    "), c.find(">.layui-code-h3")[0] || c.prepend('

    ' + (c.attr("lay-title") || e.title || "code") + (e.about ? 'layui.code' : "") + "

    "); var d = c.find(">.layui-code-ol"); c.addClass("layui-box layui-code-view"), (c.attr("lay-skin") || e.skin) && c.addClass("layui-code-" + (c.attr("lay-skin") || e.skin)), (d.find("li").length / 100 | 0) > 0 && d.css("margin-left", (d.find("li").length / 100 | 0) + "px"), (c.attr("lay-height") || e.height) && d.css("max-height", c.attr("lay-height") || e.height) }) }) }).addcss("modules/code.css", "skincodecss");