/** layui-v2.4.3 MIT License By https://www.layui.com */ ; layui.define("layer", function (e) { "use strict"; var i = layui.$, t = layui.layer, a = layui.hint(), n = layui.device(), l = "form", r = ".layui-form", s = "layui-this", o = "layui-hide", c = "layui-disabled", u = 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)$)/, "请输入正确的身份证号"] } } }; u.prototype.set = function (e) { var t = this; return i.extend(!0, t.config, e), t }, u.prototype.verify = function (e) { var t = this; return i.extend(!0, t.config.verify, e), t }, u.prototype.on = function (e, i) { return layui.onevent.call(this, l, e, i) }, u.prototype.val = function (e, t) { var a = i(r + '[lay-filter="' + e + '"]'); a.each(function (e, a) { var n = i(this); layui.each(t, function (e, i) { var t, a = n.find('[name="' + e + '"]'); a[0] && (t = a[0].type, "checkbox" === t ? a[0].checked = i : "radio" === t ? a.each(function () { this.value === i && (this.checked = !0) }) : a.val(i)) }) }), f.render(null, e) }, u.prototype.render = function (e, t) { var n = this, u = i(r + function () { return t ? '[lay-filter="' + t + '"]' : "" }()), d = { select: function () { var e, t = "请选择", a = "layui-form-select", n = "layui-select-title", r = "layui-select-none", d = "", f = u.find("select"), v = function (t, l) { i(t.target).parent().hasClass(n) && !l || (i("." + a).removeClass(a + "ed " + a + "up"), e && d && e.val(d)), e = null }, y = function (t, u, f) { var y, p = i(this), m = t.find("." + n), k = m.find("input"), x = t.find("dl"), g = x.children("dd"), b = this.selectedIndex; if (!u) { var C = function () { var e = t.offset().top + t.outerHeight() + 5 - h.scrollTop(), i = x.outerHeight(); b = p[0].selectedIndex, t.addClass(a + "ed"), g.removeClass(o), y = null, g.eq(b).addClass(s).siblings().removeClass(s), e + i > h.height() && e >= i && t.addClass(a + "up"), $() }, w = function (e) { t.removeClass(a + "ed " + a + "up"), k.blur(), y = null, e || T(k.val(), function (e) { e && (d = x.find("." + s).html(), k && k.val(d)) }) }, $ = function () { var e = x.children("dd." + s); if (e[0]) { var i = e.position().top, t = x.height(), a = e.height(); i > t && x.scrollTop(i + x.scrollTop() - t + a - 5), i < 0 && x.scrollTop(i + x.scrollTop() - 5) } }; m.on("click", function (e) { t.hasClass(a + "ed") ? w() : (v(e, !0), C()), x.find("." + r).remove() }), m.find(".layui-edge").on("click", function () { k.focus() }), k.on("keyup", function (e) { var i = e.keyCode; 9 === i && C() }).on("keydown", function (e) { var i = e.keyCode; 9 === i && w(); var t = function (i, a) { var n, l; e.preventDefault(); var r = function () { var e = x.children("dd." + s); if (x.children("dd." + o)[0] && "next" === i) { var t = x.children("dd:not(." + o + ",." + c + ")"), n = t.eq(0).index(); if (n >= 0 && n < e.index() && !t.hasClass(s)) return t.eq(0).prev()[0] ? t.eq(0).prev() : x.children(":last") } return a && a[0] ? a : y && y[0] ? y : e }(); return l = r[i](), n = r[i]("dd:not(." + o + ")"), l[0] ? (y = r[i](), n[0] && !n.hasClass(c) || !y[0] ? (n.addClass(s).siblings().removeClass(s), void $()) : t(i, y)) : y = null }; 38 === i && t("prev"), 40 === i && t("next"), 13 === i && (e.preventDefault(), x.children("dd." + s).trigger("click")) }); var T = function (e, t, a) { var n = 0; layui.each(g, function () { var t = i(this), l = t.text(), r = l.indexOf(e) === -1; ("" === e || "blur" === a ? e !== l : r) && n++, "keyup" === a && t[r ? "addClass" : "removeClass"](o) }); var l = n === g.length; return t(l), l }, j = function (e) { var i = this.value, t = e.keyCode; return 9 !== t && 13 !== t && 37 !== t && 38 !== t && 39 !== t && 40 !== t && (T(i, function (e) { e ? x.find("." + r)[0] || x.append('

无匹配项

') : x.find("." + r).remove() }, "keyup"), "" === i && x.find("." + r).remove(), void $()) }; f && k.on("keyup", j).on("blur", function (t) { var a = p[0].selectedIndex; e = k, d = i(p[0].options[a]).html(), setTimeout(function () { T(k.val(), function (e) { d || k.val("") }, "blur") }, 200) }), g.on("click", function () { var e = i(this), a = e.attr("lay-value"), n = p.attr("lay-filter"); return !e.hasClass(c) && (e.hasClass("layui-select-tips") ? k.val("") : (k.val(e.text()), e.addClass(s)), e.siblings().removeClass(s), p.val(a).removeClass("layui-form-danger"), layui.event.call(this, l, "select(" + n + ")", { elem: p[0], value: a, othis: t }), w(!0), !1) }), t.find("dl>dt").on("click", function (e) { return !1 }), i(document).off("click", v).on("click", v) } }; f.each(function (e, l) { var r = i(this), o = r.next("." + a), u = this.disabled, d = l.value, v = l.options[0]; try{ f = i(l.options[l.selectedIndex]); }catch(err){ } if ("string" == typeof r.attr("lay-ignore")) return r.show(); var h = "string" == typeof r.attr("lay-search"), p = v ? v.value ? t : v.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("") }(r.find("*")) + "
", "
"].join("")); o[0] && o.remove(), r.after(m), y.call(this, m, u, h) }) }, checkbox: function () { var e = { checkbox: ["layui-form-checkbox", "layui-form-checked", "checkbox"], _switch: ["layui-form-switch", "layui-form-onswitch", "switch"] }, t = u.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), r = l.attr("lay-skin"), s = (l.attr("lay-text") || "").split("|"), o = this.disabled; "switch" === r && (r = "_" + r); var u = e[r] || e.checkbox; if ("string" == typeof l.attr("lay-ignore")) return l.show(); var d = l.next("." + u[0]), f = i(['
", function () { var e = n.title.replace(/\s/g, ""), i = { checkbox: [e ? "" + n.title + "" : "", ''].join(""), _switch: "" + ((n.checked ? s[0] : s[1]) || "") + "" }; return i[r] || i.checkbox }(), "
"].join("")); d[0] && d.remove(), l.after(f), a.call(this, f, u) }) }, radio: function () { var e = "layui-form-radio", t = ["", ""], a = u.find("input[type=radio]"), n = function (a) { var n = i(this), s = "layui-anim-scaleSpring"; a.on("click", function () { var o = n[0].name, c = n.parents(r), u = n.attr("lay-filter"), d = c.find("input[name=" + o.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(s).html(t[1]) }), n[0].checked = !0, a.addClass(e + "ed"), a.find(".layui-icon").addClass(s).html(t[0]), layui.event.call(n[0], l, "radio(" + u + ")", { elem: n[0], value: n[0].value, othis: a })) }) }; a.each(function (a, l) { var r = i(this), s = r.next("." + e), o = this.disabled; if ("string" == typeof r.attr("lay-ignore")) return r.show(); s[0] && s.remove(); var u = i(['
', '' + t[l.checked ? 0 : 1] + "", "
" + function () { var e = l.title || ""; return "string" == typeof r.next().attr("lay-radio") && (e = r.next().html(), r.next().remove()), e }() + "
", "
"].join("")); r.after(u), n.call(this, u) }) } }; 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, s = null, o = "layui-form-danger", c = {}, u = e.parents(r), d = u.find("*[lay-verify]"), v = e.parents("form")[0], h = u.find("input,select,textarea"), y = e.attr("lay-filter"); if (layui.each(d, function (e, l) { var r = i(this), c = r.attr("lay-verify").split("|"), u = r.attr("lay-verType"), d = r.val(); if (r.removeClass(o), layui.each(c, function (e, i) { var c, f = "", v = "function" == typeof a[i]; if (a[i]) { var c = v ? f = a[i](d, l) : !a[i][0].test(d); if (f = f || a[i][1], c) return "tips" === u ? t.tips(f, function () { return "string" == typeof r.attr("lay-ignore") || "select" !== l.tagName.toLowerCase() && !/^checkbox|radio$/.test(l.type) ? r : r.next() }(), { tips: 1 }) : "alert" === u ? t.alert(f, { title: "提示", shadeClose: !0 }) : t.msg(f, { icon: 5, shift: 6 }), n.android || n.ios || l.focus(), r.addClass(o), s = !0 } }), s) return s }), s) return !1; var p = {}; return layui.each(h, function (e, i) { if (i.name = (i.name || "").replace(/^\s*|\s*&/, ""), i.name) { if (/^.*\[\]$/.test(i.name)) { var t = i.name.match(/^(.*)\[\]$/g)[0]; p[t] = 0 | p[t], i.name = i.name.replace(/^(.*)\[\]$/, "$1[" + p[t]++ + "]") } /^checkbox|radio$/.test(i.type) && !i.checked || (c[i.name] = i.value) } }), layui.event.call(this, l, "submit(" + y + ")", { elem: this, form: v, field: c }) }, f = new u, v = i(document), h = i(window); f.render(), v.on("reset", r, function () { var e = i(this).attr("lay-filter"); setTimeout(function () { f.render(null, e) }, 50) }), v.on("submit", r, d).on("click", "*[lay-submit]", d), e(l, f) });