diff --git a/index.html b/index.html index f35cfd5..4a28f66 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,12 @@ 黔送固定资产管理系统 + content="layuimini基于layui的轻量级前端后台管理框架,最简洁、易用的后台框架模板,面向所有层次的前后端程序,只需提供一个接口就直接初始化整个框架,无需复杂操作。"> - - + + + @@ -19,231 +21,228 @@ - + -
+
-
- +
+ -
- -
-
+
+ +
+
- - + + - - + + +
    + +
  • +
  • -
--> - -
    - -
  • - -
  • -
  • - -
  • -
  • - -
  • - -
  • - -
  • -
-
-
- - -
-
- - -
-
-
- - -
- - -
- -
- -
-
    -
  • -
-
-
  • -
  • -
  • - -
  • -
    -
    -
    -
    -
    - +
  • + +
  • +
  • + +
  • + +
  • + +
  • +
    - - - - - + + + + + /* var options = { + iniUrl: "api/init.json", // 初始化接口 + clearUrl: "api/clear.json", // 缓存清理接口 + urlHashLocation: true, // 是否打开hash定位 + bgColorDefault: false, // 主题默认配置 + multiModule: true, // 是否开启多模块 + menuChildOpen: false, // 是否默认展开菜单 + loadingTime: 0, // 初始化加载时间 + pageAnim: true, // iframe窗口动画 + maxTabNum: 20, // 最大的tab打开数量 + }; + miniAdmin.render(options); */ + + // 百度统计代码,只统计指定域名 + miniTongji.render({ + specific: true, + domains: [ + '99php.cn', + 'layuimini.99php.cn', + 'layuimini-onepage.99php.cn', + ], + }); + + $('.login-out').on("click", function () { + layer.msg('退出登录成功', function () { + window.location = 'page/login-3.html'; + }); + }); + }); + + // 初始化页面 + function initPage(miniAdmin) { + const options = { + iniUrl: "api/init.json", // 初始化接口 + clearUrl: "api/clear.json", // 缓存清理接口 + urlHashLocation: true, // 是否打开hash定位 + bgColorDefault: false, // 主题默认配置 + multiModule: true, // 是否开启多模块 + menuChildOpen: false, // 是否默认展开菜单 + loadingTime: 0, // 初始化加载时间 + pageAnim: true, // iframe窗口动画 + maxTabNum: 20, // 最大的tab打开数量 + }; + miniAdmin.render(options); + } + + function login(miniAdmin) { + // 登录获取token + let login_url = dataUrl + 'login/userLogin' + const params = { + "username": 'sa', + "password": 'ebbd6ea34bbab2b0813afcf59c8c9556', + // "username": 'bns', + // "password": '1769fb2837e10e9d22c1c25add76355a', + } + ajaxRequest(login_url, "POST", params, true, function () { + }, function (result) { + console.log(result); + if (result.code === 200) { + sessionStorage.setItem('gz-token', result.token); + sessionStorage.setItem('us', JSON.stringify(result.user)); + initPage(miniAdmin); + } else if (result.code === 500) { + // layer.msg(result.msg, { icon: 2 }); + } + }, function (xhr, status, error) { + errorFn(xhr, status, error) + }, null); + } + diff --git a/lib/jquery-3.4.1/jquery-3.7.1.min.js b/lib/jquery-3.4.1/jquery-3.7.1.min.js new file mode 100644 index 0000000..798cc8b --- /dev/null +++ b/lib/jquery-3.4.1/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"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(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0
    - + diff --git a/page/car_basic/child/car_detail.html b/page/car_basic/child/car_detail.html index 1bbcadb..3aa4cd1 100644 --- a/page/car_basic/child/car_detail.html +++ b/page/car_basic/child/car_detail.html @@ -71,7 +71,7 @@
    - + diff --git a/page/car_basic/child/car_edit_form.html b/page/car_basic/child/car_edit_form.html index d736d2f..bb75947 100644 --- a/page/car_basic/child/car_edit_form.html +++ b/page/car_basic/child/car_edit_form.html @@ -169,7 +169,7 @@ - + diff --git a/page/car_basic/child/car_form.html b/page/car_basic/child/car_form.html index d6b8ba3..ccc97e0 100644 --- a/page/car_basic/child/car_form.html +++ b/page/car_basic/child/car_form.html @@ -169,7 +169,7 @@ - + diff --git a/page/car_basic/child/choose_crane_list.html b/page/car_basic/child/choose_crane_list.html index 9aa6cd4..391dd17 100644 --- a/page/car_basic/child/choose_crane_list.html +++ b/page/car_basic/child/choose_crane_list.html @@ -73,7 +73,7 @@ - + diff --git a/page/car_basic/child/contract_supplier_detail.html b/page/car_basic/child/contract_supplier_detail.html index f6e8d8e..3b6a90f 100644 --- a/page/car_basic/child/contract_supplier_detail.html +++ b/page/car_basic/child/contract_supplier_detail.html @@ -28,7 +28,7 @@ - + diff --git a/page/car_basic/child/contract_supplier_list.html b/page/car_basic/child/contract_supplier_list.html index b2647e6..8245772 100644 --- a/page/car_basic/child/contract_supplier_list.html +++ b/page/car_basic/child/contract_supplier_list.html @@ -62,7 +62,7 @@ - + diff --git a/page/car_basic/child/driver_detail.html b/page/car_basic/child/driver_detail.html index 3639bd4..e7b852f 100644 --- a/page/car_basic/child/driver_detail.html +++ b/page/car_basic/child/driver_detail.html @@ -59,7 +59,7 @@ - + diff --git a/page/car_basic/child/driver_edit_form.html b/page/car_basic/child/driver_edit_form.html index 0c84804..eb984dd 100644 --- a/page/car_basic/child/driver_edit_form.html +++ b/page/car_basic/child/driver_edit_form.html @@ -136,7 +136,7 @@ - + diff --git a/page/car_basic/child/driver_form.html b/page/car_basic/child/driver_form.html index d6bc1dc..5518d85 100644 --- a/page/car_basic/child/driver_form.html +++ b/page/car_basic/child/driver_form.html @@ -136,7 +136,7 @@ - + diff --git a/page/car_basic/child/driver_re_detail.html b/page/car_basic/child/driver_re_detail.html index 4a6c0ae..9103aca 100644 --- a/page/car_basic/child/driver_re_detail.html +++ b/page/car_basic/child/driver_re_detail.html @@ -22,7 +22,7 @@ - + diff --git a/page/car_basic/child/framework_contract_detail.html b/page/car_basic/child/framework_contract_detail.html index 790d6d3..3a808b3 100644 --- a/page/car_basic/child/framework_contract_detail.html +++ b/page/car_basic/child/framework_contract_detail.html @@ -165,7 +165,7 @@ - + diff --git a/page/car_basic/child/framework_contract_edit_form.html b/page/car_basic/child/framework_contract_edit_form.html index ab4e539..2309f1d 100644 --- a/page/car_basic/child/framework_contract_edit_form.html +++ b/page/car_basic/child/framework_contract_edit_form.html @@ -202,7 +202,7 @@ - + diff --git a/page/car_basic/child/framework_contract_form.html b/page/car_basic/child/framework_contract_form.html index 448a37a..84b44f4 100644 --- a/page/car_basic/child/framework_contract_form.html +++ b/page/car_basic/child/framework_contract_form.html @@ -203,7 +203,7 @@ - + diff --git a/page/car_basic/child/person_detail.html b/page/car_basic/child/person_detail.html index 5d485c3..c4e6104 100644 --- a/page/car_basic/child/person_detail.html +++ b/page/car_basic/child/person_detail.html @@ -71,7 +71,7 @@ - + diff --git a/page/car_basic/child/person_edit_form.html b/page/car_basic/child/person_edit_form.html index cf3c7a7..e02db30 100644 --- a/page/car_basic/child/person_edit_form.html +++ b/page/car_basic/child/person_edit_form.html @@ -93,7 +93,7 @@ - + diff --git a/page/car_basic/child/person_form.html b/page/car_basic/child/person_form.html index ccc10c2..7344aec 100644 --- a/page/car_basic/child/person_form.html +++ b/page/car_basic/child/person_form.html @@ -111,7 +111,7 @@ - + diff --git a/page/car_basic/child/set_cost_form.html b/page/car_basic/child/set_cost_form.html index d4b0c7c..f35163f 100644 --- a/page/car_basic/child/set_cost_form.html +++ b/page/car_basic/child/set_cost_form.html @@ -57,7 +57,7 @@ - + diff --git a/page/car_basic/child/supplier_band_user_form.html b/page/car_basic/child/supplier_band_user_form.html index be5877d..0451d76 100644 --- a/page/car_basic/child/supplier_band_user_form.html +++ b/page/car_basic/child/supplier_band_user_form.html @@ -50,7 +50,7 @@ - + diff --git a/page/car_basic/child/supplier_form.html b/page/car_basic/child/supplier_form.html index 919b8c0..e0a8588 100644 --- a/page/car_basic/child/supplier_form.html +++ b/page/car_basic/child/supplier_form.html @@ -69,7 +69,7 @@ - + diff --git a/page/car_basic/child/type_form.html b/page/car_basic/child/type_form.html index b4a9136..28b0874 100644 --- a/page/car_basic/child/type_form.html +++ b/page/car_basic/child/type_form.html @@ -143,7 +143,7 @@ - + diff --git a/page/car_basic/driver_list.html b/page/car_basic/driver_list.html index 05f03f8..5aac694 100644 --- a/page/car_basic/driver_list.html +++ b/page/car_basic/driver_list.html @@ -51,7 +51,7 @@ - + diff --git a/page/car_basic/driver_white_list.html b/page/car_basic/driver_white_list.html index f429560..df2d616 100644 --- a/page/car_basic/driver_white_list.html +++ b/page/car_basic/driver_white_list.html @@ -51,7 +51,7 @@ - + diff --git a/page/car_basic/framework_contract_list.html b/page/car_basic/framework_contract_list.html index d7816ad..afedba1 100644 --- a/page/car_basic/framework_contract_list.html +++ b/page/car_basic/framework_contract_list.html @@ -80,7 +80,7 @@ - + diff --git a/page/car_basic/person_list.html b/page/car_basic/person_list.html index 4653717..e3b4bfc 100644 --- a/page/car_basic/person_list.html +++ b/page/car_basic/person_list.html @@ -51,7 +51,7 @@ - + diff --git a/page/car_basic/supplier_list.html b/page/car_basic/supplier_list.html index a907133..b95e9b0 100644 --- a/page/car_basic/supplier_list.html +++ b/page/car_basic/supplier_list.html @@ -45,7 +45,7 @@ - + diff --git a/page/car_basic/type_list.html b/page/car_basic/type_list.html index 48d6eba..2c9858b 100644 --- a/page/car_basic/type_list.html +++ b/page/car_basic/type_list.html @@ -84,7 +84,7 @@ - + diff --git a/page/car_demand_plan/apply_plan_audit_list.html b/page/car_demand_plan/apply_plan_audit_list.html index 9cc47a5..b56d598 100644 --- a/page/car_demand_plan/apply_plan_audit_list.html +++ b/page/car_demand_plan/apply_plan_audit_list.html @@ -73,7 +73,7 @@ - + diff --git a/page/car_demand_plan/apply_plan_list.html b/page/car_demand_plan/apply_plan_list.html index 3ccf085..09ccfa2 100644 --- a/page/car_demand_plan/apply_plan_list.html +++ b/page/car_demand_plan/apply_plan_list.html @@ -79,7 +79,7 @@ - + diff --git a/page/car_demand_plan/arrival_confirm_list.html b/page/car_demand_plan/arrival_confirm_list.html index 367abae..a62efbf 100644 --- a/page/car_demand_plan/arrival_confirm_list.html +++ b/page/car_demand_plan/arrival_confirm_list.html @@ -49,7 +49,7 @@ - + diff --git a/page/car_demand_plan/child/allocation_error_form.html b/page/car_demand_plan/child/allocation_error_form.html index 89e44e6..18bd43a 100644 --- a/page/car_demand_plan/child/allocation_error_form.html +++ b/page/car_demand_plan/child/allocation_error_form.html @@ -50,7 +50,7 @@ - + diff --git a/page/car_demand_plan/child/apply_plan_detail.html b/page/car_demand_plan/child/apply_plan_detail.html index a4f3f5e..9c40cac 100644 --- a/page/car_demand_plan/child/apply_plan_detail.html +++ b/page/car_demand_plan/child/apply_plan_detail.html @@ -162,7 +162,7 @@ - + diff --git a/page/car_demand_plan/child/apply_plan_edit_form.html b/page/car_demand_plan/child/apply_plan_edit_form.html index 2b571e2..ab4df3b 100644 --- a/page/car_demand_plan/child/apply_plan_edit_form.html +++ b/page/car_demand_plan/child/apply_plan_edit_form.html @@ -236,7 +236,7 @@ - + diff --git a/page/car_demand_plan/child/apply_plan_form.html b/page/car_demand_plan/child/apply_plan_form.html index b11adbb..bacb74d 100644 --- a/page/car_demand_plan/child/apply_plan_form.html +++ b/page/car_demand_plan/child/apply_plan_form.html @@ -193,7 +193,7 @@ - + diff --git a/page/car_demand_plan/child/arrival_confirm_detail.html b/page/car_demand_plan/child/arrival_confirm_detail.html index 0b6f57c..18d2e32 100644 --- a/page/car_demand_plan/child/arrival_confirm_detail.html +++ b/page/car_demand_plan/child/arrival_confirm_detail.html @@ -166,7 +166,7 @@
    - + diff --git a/page/car_demand_plan/child/arrival_confirm_form.html b/page/car_demand_plan/child/arrival_confirm_form.html index 35b32dc..4b051e4 100644 --- a/page/car_demand_plan/child/arrival_confirm_form.html +++ b/page/car_demand_plan/child/arrival_confirm_form.html @@ -35,7 +35,7 @@ - + diff --git a/page/car_demand_plan/child/audit_form.html b/page/car_demand_plan/child/audit_form.html index 8abcb07..032b1e1 100644 --- a/page/car_demand_plan/child/audit_form.html +++ b/page/car_demand_plan/child/audit_form.html @@ -36,7 +36,7 @@ - + diff --git a/page/car_demand_plan/child/choose_car_or_user_list.html b/page/car_demand_plan/child/choose_car_or_user_list.html index 01c933f..3a31c87 100644 --- a/page/car_demand_plan/child/choose_car_or_user_list.html +++ b/page/car_demand_plan/child/choose_car_or_user_list.html @@ -82,7 +82,7 @@ - + diff --git a/page/car_demand_plan/child/choose_type_list.html b/page/car_demand_plan/child/choose_type_list.html index 9f36655..27e670c 100644 --- a/page/car_demand_plan/child/choose_type_list.html +++ b/page/car_demand_plan/child/choose_type_list.html @@ -76,7 +76,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_allocation_form.html b/page/car_demand_plan/child/dispatch_car_allocation_form.html index cd730c8..c6386ec 100644 --- a/page/car_demand_plan/child/dispatch_car_allocation_form.html +++ b/page/car_demand_plan/child/dispatch_car_allocation_form.html @@ -80,7 +80,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_detail.html b/page/car_demand_plan/child/dispatch_car_detail.html index 3fae51f..5671077 100644 --- a/page/car_demand_plan/child/dispatch_car_detail.html +++ b/page/car_demand_plan/child/dispatch_car_detail.html @@ -260,7 +260,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_edit_form.html b/page/car_demand_plan/child/dispatch_car_edit_form.html index 2537a31..cd268ca 100644 --- a/page/car_demand_plan/child/dispatch_car_edit_form.html +++ b/page/car_demand_plan/child/dispatch_car_edit_form.html @@ -103,7 +103,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_edit_record_detail.html b/page/car_demand_plan/child/dispatch_car_edit_record_detail.html index ec640e7..c797820 100644 --- a/page/car_demand_plan/child/dispatch_car_edit_record_detail.html +++ b/page/car_demand_plan/child/dispatch_car_edit_record_detail.html @@ -156,7 +156,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_edit_record_list.html b/page/car_demand_plan/child/dispatch_car_edit_record_list.html index 93c7759..8f8abcf 100644 --- a/page/car_demand_plan/child/dispatch_car_edit_record_list.html +++ b/page/car_demand_plan/child/dispatch_car_edit_record_list.html @@ -59,7 +59,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_car_pro_detail.html b/page/car_demand_plan/child/dispatch_car_pro_detail.html index 3635f19..ced0342 100644 --- a/page/car_demand_plan/child/dispatch_car_pro_detail.html +++ b/page/car_demand_plan/child/dispatch_car_pro_detail.html @@ -83,7 +83,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_input_detail.html b/page/car_demand_plan/child/dispatch_input_detail.html index 1ce9e51..ef13def 100644 --- a/page/car_demand_plan/child/dispatch_input_detail.html +++ b/page/car_demand_plan/child/dispatch_input_detail.html @@ -249,7 +249,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_input_edit_form.html b/page/car_demand_plan/child/dispatch_input_edit_form.html index d3cba59..a864180 100644 --- a/page/car_demand_plan/child/dispatch_input_edit_form.html +++ b/page/car_demand_plan/child/dispatch_input_edit_form.html @@ -102,7 +102,7 @@ - + diff --git a/page/car_demand_plan/child/dispatch_input_form.html b/page/car_demand_plan/child/dispatch_input_form.html index 5c6450d..e531b47 100644 --- a/page/car_demand_plan/child/dispatch_input_form.html +++ b/page/car_demand_plan/child/dispatch_input_form.html @@ -106,7 +106,7 @@ - + diff --git a/page/car_demand_plan/child/emerg_internal_car_detail.html b/page/car_demand_plan/child/emerg_internal_car_detail.html index 35b2d1a..b544f40 100644 --- a/page/car_demand_plan/child/emerg_internal_car_detail.html +++ b/page/car_demand_plan/child/emerg_internal_car_detail.html @@ -118,7 +118,7 @@ - + diff --git a/page/car_demand_plan/child/emerg_internal_car_edit_form.html b/page/car_demand_plan/child/emerg_internal_car_edit_form.html index 069071d..34923a8 100644 --- a/page/car_demand_plan/child/emerg_internal_car_edit_form.html +++ b/page/car_demand_plan/child/emerg_internal_car_edit_form.html @@ -156,7 +156,7 @@ - + diff --git a/page/car_demand_plan/child/emerg_internal_car_form.html b/page/car_demand_plan/child/emerg_internal_car_form.html index 47b9259..51e303e 100644 --- a/page/car_demand_plan/child/emerg_internal_car_form.html +++ b/page/car_demand_plan/child/emerg_internal_car_form.html @@ -156,7 +156,7 @@ - + diff --git a/page/car_demand_plan/child/reason_form.html b/page/car_demand_plan/child/reason_form.html index e66ee46..c13b38e 100644 --- a/page/car_demand_plan/child/reason_form.html +++ b/page/car_demand_plan/child/reason_form.html @@ -29,7 +29,7 @@ - + diff --git a/page/car_demand_plan/child/view_file_detail.html b/page/car_demand_plan/child/view_file_detail.html index 1fc842e..d5cbf39 100644 --- a/page/car_demand_plan/child/view_file_detail.html +++ b/page/car_demand_plan/child/view_file_detail.html @@ -53,7 +53,7 @@ - + diff --git a/page/car_demand_plan/dispatch_car_list.html b/page/car_demand_plan/dispatch_car_list.html index 6947023..caaf1b1 100644 --- a/page/car_demand_plan/dispatch_car_list.html +++ b/page/car_demand_plan/dispatch_car_list.html @@ -123,7 +123,7 @@ - + diff --git a/page/car_demand_plan/dispatch_input_list.html b/page/car_demand_plan/dispatch_input_list.html index 6f98d6b..d801da0 100644 --- a/page/car_demand_plan/dispatch_input_list.html +++ b/page/car_demand_plan/dispatch_input_list.html @@ -45,7 +45,7 @@ - + diff --git a/page/car_demand_plan/emerg_internal_car_list.html b/page/car_demand_plan/emerg_internal_car_list.html index fa4bd5e..5837a76 100644 --- a/page/car_demand_plan/emerg_internal_car_list.html +++ b/page/car_demand_plan/emerg_internal_car_list.html @@ -45,7 +45,7 @@ - + diff --git a/page/car_settlement/branch_settlement_list.html b/page/car_settlement/branch_settlement_list.html index d8e10a1..a5fda5a 100644 --- a/page/car_settlement/branch_settlement_list.html +++ b/page/car_settlement/branch_settlement_list.html @@ -85,7 +85,7 @@ - + diff --git a/page/car_settlement/child/branch_dispatch_car_detail.html b/page/car_settlement/child/branch_dispatch_car_detail.html index a69bd9f..b493b7f 100644 --- a/page/car_settlement/child/branch_dispatch_car_detail.html +++ b/page/car_settlement/child/branch_dispatch_car_detail.html @@ -249,7 +249,7 @@ - + diff --git a/page/car_settlement/child/branch_settlement_detail.html b/page/car_settlement/child/branch_settlement_detail.html index f5b31f8..6b38bea 100644 --- a/page/car_settlement/child/branch_settlement_detail.html +++ b/page/car_settlement/child/branch_settlement_detail.html @@ -90,7 +90,7 @@ - + diff --git a/page/car_settlement/child/branch_settlement_pro_detail.html b/page/car_settlement/child/branch_settlement_pro_detail.html index 351f350..220e767 100644 --- a/page/car_settlement/child/branch_settlement_pro_detail.html +++ b/page/car_settlement/child/branch_settlement_pro_detail.html @@ -78,7 +78,7 @@ - + diff --git a/page/car_settlement/child/choose_plan_code_list.html b/page/car_settlement/child/choose_plan_code_list.html index 624aaa7..52f4697 100644 --- a/page/car_settlement/child/choose_plan_code_list.html +++ b/page/car_settlement/child/choose_plan_code_list.html @@ -73,7 +73,7 @@ - + diff --git a/page/car_settlement/child/payment_detail_list.html b/page/car_settlement/child/payment_detail_list.html index 7af0514..5ec1bcc 100644 --- a/page/car_settlement/child/payment_detail_list.html +++ b/page/car_settlement/child/payment_detail_list.html @@ -58,7 +58,7 @@ - + diff --git a/page/car_settlement/child/payment_form.html b/page/car_settlement/child/payment_form.html index 2964c1a..b79ab76 100644 --- a/page/car_settlement/child/payment_form.html +++ b/page/car_settlement/child/payment_form.html @@ -127,7 +127,7 @@ - + diff --git a/page/car_settlement/child/settlement_detail.html b/page/car_settlement/child/settlement_detail.html index e29db59..5b58601 100644 --- a/page/car_settlement/child/settlement_detail.html +++ b/page/car_settlement/child/settlement_detail.html @@ -142,7 +142,7 @@
    - + diff --git a/page/car_settlement/payment_list.html b/page/car_settlement/payment_list.html index b2d9965..c84e3b7 100644 --- a/page/car_settlement/payment_list.html +++ b/page/car_settlement/payment_list.html @@ -43,7 +43,7 @@ - + diff --git a/page/car_settlement/sup_settlement_list.html b/page/car_settlement/sup_settlement_list.html index 14814a7..2e7a50b 100644 --- a/page/car_settlement/sup_settlement_list.html +++ b/page/car_settlement/sup_settlement_list.html @@ -93,7 +93,7 @@ - + diff --git a/page/show_help.html b/page/show_help.html index 30b4886..a5e03bd 100644 --- a/page/show_help.html +++ b/page/show_help.html @@ -43,7 +43,7 @@ - + diff --git a/page/welcome/data_detail_list.html b/page/welcome/data_detail_list.html index acc948f..4180034 100644 --- a/page/welcome/data_detail_list.html +++ b/page/welcome/data_detail_list.html @@ -49,7 +49,7 @@ - + diff --git a/page/welcome/plan_dispatch_detail.html b/page/welcome/plan_dispatch_detail.html index bc6e772..e3e541a 100644 --- a/page/welcome/plan_dispatch_detail.html +++ b/page/welcome/plan_dispatch_detail.html @@ -64,7 +64,7 @@ - + diff --git a/page/welcome/pro_list_detail.html b/page/welcome/pro_list_detail.html index 71bef0e..0e0fba2 100644 --- a/page/welcome/pro_list_detail.html +++ b/page/welcome/pro_list_detail.html @@ -85,7 +85,7 @@ - + diff --git a/page/welcome/welcome-1.html b/page/welcome/welcome-1.html index 13f3208..d33e36e 100644 --- a/page/welcome/welcome-1.html +++ b/page/welcome/welcome-1.html @@ -7,6 +7,9 @@ + + + @@ -168,7 +171,7 @@ - +