mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-23 19:32:33 +00:00
1 line
37 KiB
JavaScript
1 line
37 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-592dcdcb"],{"060a":function(t,e,n){t.exports=n.p+"system_static/img/no_tk.401d40f4.png"},"16f7":function(t,e,n){},"468b":function(t,e,n){t.exports=n.p+"system_static/img/no_all.174e30c0.png"},5285:function(t,e,n){},"5caa":function(t,e,n){"use strict";var i=n("5285");n.n(i).a},"5f70":function(t,e,n){t.exports=n.p+"system_static/img/no_fh.977a0fb8.png"},"6db4":function(t,e,n){!function(t,e){"use strict";function n(t,e,n){document.addEventListener?t.addEventListener(e,n):t.attachEvent("on"+e,n)}function i(t,e,n){document.addEventListener?t.removeEventListener(e,n):t.detachEvent("on"+e,n)}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function r(t,e){return e={exports:{}},t(e,e.exports),e.exports}function s(){var t={},e=0,n=0,i=0;return{add:function(o,r){r||(r=o,o=0),o>n?n=o:o<i&&(i=o),t[o]||(t[o]=[]),t[o].push(r),e++},process:function(){for(var e=i;e<=n;e++)for(var o=t[e],r=0;r<o.length;r++)(0,o[r])()},size:function(){return e}}}function a(t){return t[C]}function c(t){return Array.isArray(t)||void 0!==t.length}function l(t){if(Array.isArray(t))return t;var e=[];return L(t,(function(t){e.push(t)})),e}function d(t){return t&&1===t.nodeType}function u(t,e,n){var i=t[e];return void 0!==i&&null!==i||void 0===n?i:n}e=e&&e.hasOwnProperty("default")?e.default:e;var h=function(t){var e=Date.now();return function(n){if(n-e>(t||14))return e=n,!0}},f=function(t,e,n){var i,o,r,s,a,c=function c(){var l=(new Date).getTime()-s;l<e&&l>=0?i=setTimeout(c,e-l):(i=null,n||(a=t.apply(r,o),i||(r=o=null)))};return function(){r=this,o=arguments,s=(new Date).getTime();var l=n&&!i;return i||(i=setTimeout(c,e)),l&&(a=t.apply(r,o),r=o=null),a}},p={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"stripContainer",staticClass:"happy-scroll-strip",class:[t.horizontal?"happy-scroll-strip--horizontal":"happy-scroll-strip--vertical"],style:[t.initLocation],on:{"!wheel":function(e){return e.stopPropagation(),t.handlerWheel(e)}}},[n("div",{ref:"strip",staticClass:"happy-scroll-bar",style:[t.translate,o({},t.config.sizeAttr,t.length+"px"),t.initSize,{background:t.color},{opacity:t.isOpacity}],on:{mousedown:function(e){return e.stopPropagation(),t.handlerMouseDown(e)}}})])},staticRenderFns:[],name:"happy-scroll-strip",props:{horizontal:Boolean,left:Boolean,top:Boolean,move:{type:Number,default:0},size:{type:[Number,String],default:4},minLengthV:{type:Number,default:40},minLengthH:{type:Number,default:40},color:{type:String,default:"rgba(51,51,51,0.2)"},throttle:{type:Number,default:14}},data:function(){return{config:{},startMove:!1,binded:!1,length:0,percentage:0,maxOffset:0,currentOffset:0,moveThrottle:h(this.throttle)}},watch:{currentOffset:function(t){0===t?this.emitLocationEvent("start",0):t===this.maxOffset&&this.emitLocationEvent("end",t/this.percentage)}},computed:{initSize:function(){return o({},this.horizontal?"height":"width",this.size+"px")},isOpacity:function(){return this.percentage<1?1:0},translate:function(){var t=this.move*this.percentage;if(this.$refs.stripContainer)return t<0&&(t=0),t>this.maxOffset&&(t=this.maxOffset),this.currentOffset=t,{transform:this.config.translate+"("+t+"px)"}},initLocation:function(){return this.horizontal?this.top?{top:0,bottom:"auto"}:"":this.left?{left:0,right:"auto"}:""}},methods:{emitLocationEvent:function(t,e){var n=this.horizontal?"horizontal":"vertical";this.$emit(n+"-"+t,e)},computeStrip:function(t,e){var n=this.$refs.stripContainer[this.config.client];this.length=n*(e/t);var i=this.horizontal?this.minLengthH:this.minLengthV;i<1&&(i*=n),this.length=this.length<i?i:this.length;var o=this.maxOffset=n-this.length;this.percentage=o/(t-e)},bindEvents:function(){this.binded||(n(document,"mouseup",this.handlerMouseUp),n(document,"mousemove",this.handlerMove),this.binded=!0)},handlerMouseDown:function(t){if(0===t.button)return t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this.startMove=!0,this.axis=t[this.config.clientAxis],this.bindEvents(),!1},handlerMouseUp:function(){this.startMove=!1},handlerMove:function(t){if(this.startMove&&this.moveThrottle(Date.now())){t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation();var e=this.$refs.stripContainer.getBoundingClientRect(),n=this.$refs.strip.getBoundingClientRect()[this.config.direction]-e[this.config.direction],i=t[this.config.clientAxis]-this.axis+n;this.axis=t[this.config.clientAxis],this.changeOffset(i)}},handlerWheel:function(t){var e=this.$refs.stripContainer.getBoundingClientRect(),n=this.$refs.strip.getBoundingClientRect()[this.config.direction]-e[this.config.direction]+t[this.config.wheelDelta];this.changeOffset(n,t)},changeOffset:function(t,e){t<0&&(t=0),t>this.maxOffset&&(t=this.maxOffset),e&&t>0&&t<this.maxOffset&&(e.preventDefault(),e.stopImmediatePropagation()),this.currentOffset=t,this.$refs.strip.style.transform=this.config.translate+"("+t+"px)",this.$emit("change",t/this.percentage)}},created:function(){var t={h:{sizeAttr:"width",client:"clientWidth",clientAxis:"clientX",translate:"translateX",direction:"left",wheelDelta:"deltaX"},v:{sizeAttr:"height",client:"clientHeight",clientAxis:"clientY",translate:"translateY",direction:"top",wheelDelta:"deltaY"}};this.config=this.horizontal?t.h:t.v},destroyed:function(){i(document,"mouseup",this.handlerClickUp),i(document,"mousemove",this.handlerMove)}},g=r((function(t){(t.exports={}).forEach=function(t,e){for(var n=0;n<t.length;n++){var i=e(t[n]);if(i)return i}}})),v=function(t){var e=t.stateHandler.getState;return{isDetectable:function(t){var n=e(t);return n&&!!n.isDetectable},markAsDetectable:function(t){e(t).isDetectable=!0},isBusy:function(t){return!!e(t).busy},markBusy:function(t,n){e(t).busy=!!n}}},m=function(t){function e(e){var i=t.get(e);return void 0===i?[]:n[i]||[]}var n={};return{get:e,add:function(e,i){var o=t.get(e);n[o]||(n[o]=[]),n[o].push(i)},removeListener:function(t,n){for(var i=e(t),o=0,r=i.length;o<r;++o)if(i[o]===n){i.splice(o,1);break}},removeAllListeners:function(t){var n=e(t);n&&(n.length=0)}}},b=function(){var t=1;return{generate:function(){return t++}}},y=function(t){var e=t.idGenerator,n=t.stateHandler.getState;return{get:function(t){var e=n(t);return e&&void 0!==e.id?e.id:null},set:function(t){var i=n(t);if(!i)throw new Error("setId required the element to have a resize detection state.");var o=e.generate();return i.id=o,o}}},w=function(t){function e(){}var n={log:e,warn:e,error:e};if(!t&&window.console){var i=function(t,e){t[e]=function(){var t=console[e];if(t.apply)t.apply(console,arguments);else for(var n=0;n<arguments.length;n++)t(arguments[n])}};i(n,"log"),i(n,"warn"),i(n,"error")}return n},S=r((function(t){var e=t.exports={};e.isIE=function(t){return!!function(){var t=navigator.userAgent.toLowerCase();return-1!==t.indexOf("msie")||-1!==t.indexOf("trident")||-1!==t.indexOf(" edge/")}()&&(!t||t===function(){var t=3,e=document.createElement("div"),n=e.getElementsByTagName("i");do{e.innerHTML="\x3c!--[if gt IE "+ ++t+"]><i></i><![endif]--\x3e"}while(n[0]);return t>4?t:void 0}())},e.isLegacyOpera=function(){return!!window.opera}})),x=r((function(t){(t.exports={}).getOption=function(t,e,n){var i=t[e];return void 0!==i&&null!==i||void 0===n?i:n}})),_=function(t){function e(){for(u=!0;d.size();){var t=d;d=s(),t.process()}u=!1}function n(){l=o(e)}function i(t){return clearTimeout(t)}function o(t){return function(t){return setTimeout(t,0)}(t)}var r=(t=t||{}).reporter,a=x.getOption(t,"async",!0),c=x.getOption(t,"auto",!0);c&&!a&&(r&&r.warn("Invalid options combination. auto=true and async=false is invalid. Setting async=true."),a=!0);var l,d=s(),u=!1;return{add:function(t,e){!u&&c&&a&&0===d.size()&&n(),d.add(t,e)},force:function(t){u||(void 0===t&&(t=a),l&&(i(l),l=null),t?n():e())}}},C="_erd",k={initState:function(t){return t[C]={},a(t)},getState:a,cleanState:function(t){delete t[C]}},z=function(t){function e(t){return o(t).object}var n=(t=t||{}).reporter,i=t.batchProcessor,o=t.stateHandler.getState;if(!n)throw new Error("Missing required dependency: reporter.");return{makeDetectable:function(t,e,r){r||(r=e,e=t,t=null),t=t||{},S.isIE(8)?r(e):function(t,e){function r(){function i(){if("static"===c.position){t.style.position="relative";var e=function(t,e,n,i){var o=n[i];"auto"!==o&&"0"!==function(t){return t.replace(/[^-\d\.]/g,"")}(o)&&(t.warn("An element that is positioned static has style."+i+"="+o+" which is ignored due to the static positioning. The element will need to be positioned relative, so the style."+i+" will be set to 0. Element: ",e),e.style[i]=0)};e(n,t,c,"top"),e(n,t,c,"right"),e(n,t,c,"bottom"),e(n,t,c,"left")}}""!==c.position&&(i(c),a=!0);var r=document.createElement("object");r.style.cssText=s,r.tabIndex=-1,r.type="text/html",r.onload=function(){function n(t,e){t.contentDocument?e(t.contentDocument):setTimeout((function(){n(t,e)}),100)}a||i(),n(this,(function(n){e(t)}))},S.isIE()||(r.data="about:blank"),t.appendChild(r),o(t).object=r,S.isIE()&&(r.data="about:blank")}var s="display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; padding: 0; margin: 0; opacity: 0; z-index: -1000; pointer-events: none;",a=!1,c=window.getComputedStyle(t),l=t.offsetWidth,d=t.offsetHeight;o(t).startSize={width:l,height:d},i?i.add(r):r()}(e,r)},addListener:function(t,n){function i(){n(t)}if(!e(t))throw new Error("Element is not detectable by this strategy.");S.isIE(8)?(o(t).object={proxy:i},t.attachEvent("onresize",i)):e(t).contentDocument.defaultView.addEventListener("resize",i)},uninstall:function(t){S.isIE(8)?t.detachEvent("onresize",o(t).object.proxy):t.removeChild(e(t)),delete o(t).object}}},E=g.forEach,$=function(t){function e(t){t.className+=" "+u+"_animation_active"}function n(t,e,n){if(t.addEventListener)t.addEventListener(e,n);else{if(!t.attachEvent)return s.error("[scroll] Don't know how to add event listeners.");t.attachEvent("on"+e,n)}}function i(t,e,n){if(t.removeEventListener)t.removeEventListener(e,n);else{if(!t.detachEvent)return s.error("[scroll] Don't know how to remove event listeners.");t.detachEvent("on"+e,n)}}function o(t){return c(t).container.childNodes[0].childNodes[0].childNodes[0]}function r(t){return c(t).container.childNodes[0].childNodes[0].childNodes[1]}var s=(t=t||{}).reporter,a=t.batchProcessor,c=t.stateHandler.getState,l=t.idHandler;if(!a)throw new Error("Missing required dependency: batchProcessor");if(!s)throw new Error("Missing required dependency: reporter.");var d=function(){var t=document.createElement("div");t.style.cssText="position: absolute; width: 1000px; height: 1000px; visibility: hidden; margin: 0; padding: 0;";var e=document.createElement("div");e.style.cssText="position: absolute; width: 500px; height: 500px; overflow: scroll; visibility: none; top: -1500px; left: -1500px; visibility: hidden; margin: 0; padding: 0;",e.appendChild(t),document.body.insertBefore(e,document.body.firstChild);var n=500-e.clientWidth,i=500-e.clientHeight;return document.body.removeChild(e),{width:n,height:i}}(),u="erd_scroll_detection_container";return function(t,e){if(!document.getElementById(t)){var n=e+"_animation",i="/* Created by the element-resize-detector library. */\n";i+="."+e+" > div::-webkit-scrollbar { display: none; }\n\n",i+="."+e+"_animation_active { -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-name: "+n+"; animation-name: "+n+"; }\n",i+="@-webkit-keyframes "+n+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }\n",function(e,n){n=n||function(t){document.head.appendChild(t)};var i=document.createElement("style");i.innerHTML=e,i.id=t,n(i)}(i+="@keyframes "+n+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }")}}("erd_scroll_detection_scrollbar_style",u),{makeDetectable:function(t,i,h){function f(){if(t.debug){var e=Array.prototype.slice.call(arguments);if(e.unshift(l.get(i),"Scroll: "),s.log.apply)s.log.apply(null,e);else for(var n=0;n<e.length;n++)s.log(e[n])}}function p(t){var e=c(t).container.childNodes[0],n=getComputedStyle(e);return!n.width||-1===n.width.indexOf("px")}function g(){var t=getComputedStyle(i),e={};return e.position=t.position,e.width=i.offsetWidth,e.height=i.offsetHeight,e.top=t.top,e.right=t.right,e.bottom=t.bottom,e.left=t.left,e.widthCSS=t.width,e.heightCSS=t.height,e}function v(){var t=g();c(i).startSize={width:t.width,height:t.height},f("Element start size",c(i).startSize)}function m(){c(i).listeners=[]}function b(){if(f("storeStyle invoked."),c(i)){var t=g();c(i).style=t}else f("Aborting because element has been uninstalled")}function y(t,e,n){c(t).lastWidth=e,c(t).lastHeight=n}function w(t){return o(t).childNodes[0]}function S(){return 2*d.width+1}function x(){return 2*d.height+1}function _(t){return t+10+S()}function C(t){return t+10+x()}function k(t){return 2*t+S()}function z(t){return 2*t+x()}function $(t,e,n){var i=o(t),s=r(t),a=_(e),c=C(n),l=k(e),d=z(n);i.scrollLeft=a,i.scrollTop=c,s.scrollLeft=l,s.scrollTop=d}function L(){var t=c(i).container;if(!t){(t=document.createElement("div")).className=u,t.style.cssText="visibility: hidden; display: inline; width: 0px; height: 0px; z-index: -1; overflow: hidden; margin: 0; padding: 0;",c(i).container=t,e(t),i.appendChild(t);var o=function(){c(i).onRendered&&c(i).onRendered()};n(t,"animationstart",o),c(i).onAnimationStart=o}return t}function H(){function t(){c(i).onExpand&&c(i).onExpand()}function e(){c(i).onShrink&&c(i).onShrink()}if(f("Injecting elements"),c(i)){!function(){var t=c(i).style;if("static"===t.position){i.style.position="relative";var e=function(t,e,n,i){var o=n[i];"auto"!==o&&"0"!==function(t){return t.replace(/[^-\d\.]/g,"")}(o)&&(t.warn("An element that is positioned static has style."+i+"="+o+" which is ignored due to the static positioning. The element will need to be positioned relative, so the style."+i+" will be set to 0. Element: ",e),e.style[i]=0)};e(s,i,t,"top"),e(s,i,t,"right"),e(s,i,t,"bottom"),e(s,i,t,"left")}}();var o=c(i).container;o||(o=L());var r=d.width,a=d.height,l="position: absolute; flex: none; overflow: hidden; z-index: -1; visibility: hidden; "+function(t,e,n,i){return t=t?t+"px":"0",e=e?e+"px":"0",n=n?n+"px":"0",i=i?i+"px":"0","left: "+t+"; top: "+e+"; right: "+i+"; bottom: "+n+";"}(-(1+r),-(1+a),-a,-r),h=document.createElement("div"),p=document.createElement("div"),g=document.createElement("div"),v=document.createElement("div"),m=document.createElement("div"),b=document.createElement("div");h.dir="ltr",h.style.cssText="position: absolute; flex: none; overflow: hidden; z-index: -1; visibility: hidden; width: 100%; height: 100%; left: 0px; top: 0px;",h.className=u,p.className=u,p.style.cssText=l,g.style.cssText="position: absolute; flex: none; overflow: scroll; z-index: -1; visibility: hidden; width: 100%; height: 100%;",v.style.cssText="position: absolute; left: 0; top: 0;",m.style.cssText="position: absolute; flex: none; overflow: scroll; z-index: -1; visibility: hidden; width: 100%; height: 100%;",b.style.cssText="position: absolute; width: 200%; height: 200%;",g.appendChild(v),m.appendChild(b),p.appendChild(g),p.appendChild(m),h.appendChild(p),o.appendChild(h),n(g,"scroll",t),n(m,"scroll",e),c(i).onExpandScroll=t,c(i).onShrinkScroll=e}else f("Aborting because element has been uninstalled")}function I(){function e(t,e,n){var i=w(t),o=_(e),r=C(n);i.style.width=o+"px",i.style.height=r+"px"}function n(n){var o=i.offsetWidth,r=i.offsetHeight;f("Storing current size",o,r),y(i,o,r),a.add(0,(function(){if(c(i))if(d()){if(t.debug){var n=i.offsetWidth,a=i.offsetHeight;n===o&&a===r||s.warn(l.get(i),"Scroll: Size changed before updating detector elements.")}e(i,o,r)}else f("Aborting because element container has not been initialized");else f("Aborting because element has been uninstalled")})),a.add(1,(function(){c(i)?d()?$(i,o,r):f("Aborting because element container has not been initialized"):f("Aborting because element has been uninstalled")})),n&&a.add(2,(function(){c(i)?d()?n():f("Aborting because element container has not been initialized"):f("Aborting because element has been uninstalled")}))}function d(){return!!c(i).container}function u(){f("notifyListenersIfNeeded invoked");var t=c(i);return void 0===c(i).lastNotifiedWidth&&t.lastWidth===t.startSize.width&&t.lastHeight===t.startSize.height?f("Not notifying: Size is the same as the start size, and there has been no notification yet."):t.lastWidth===t.lastNotifiedWidth&&t.lastHeight===t.lastNotifiedHeight?f("Not notifying: Size already notified"):(f("Current size not notified, notifying..."),t.lastNotifiedWidth=t.lastWidth,t.lastNotifiedHeight=t.lastHeight,void E(c(i).listeners,(function(t){t(i)})))}function h(){if(f("Scroll detected."),p(i))f("Scroll event fired while unrendered. Ignoring...");else{var t=i.offsetWidth,e=i.offsetHeight;t!==i.lastWidth||e!==i.lastHeight?(f("Element size changed."),n(u)):f("Element size has not changed ("+t+"x"+e+").")}}if(f("registerListenersAndPositionElements invoked."),c(i)){c(i).onRendered=function(){if(f("startanimation triggered."),p(i))f("Ignoring since element is still unrendered...");else{f("Element rendered.");var t=o(i),e=r(i);0!==t.scrollLeft&&0!==t.scrollTop&&0!==e.scrollLeft&&0!==e.scrollTop||(f("Scrollbars out of sync. Updating detector elements..."),n(u))}},c(i).onExpand=h,c(i).onShrink=h;var g=c(i).style;e(i,g.width,g.height)}else f("Aborting because element has been uninstalled")}function O(){if(f("finalizeDomMutation invoked."),c(i)){var t=c(i).style;y(i,t.width,t.height),$(i,t.width,t.height)}else f("Aborting because element has been uninstalled")}function A(){h(i)}function T(){f("Installing..."),m(),v(),a.add(0,b),a.add(1,H),a.add(2,I),a.add(3,O),a.add(4,A)}h||(h=i,i=t,t=null),t=t||{},f("Making detectable..."),function(t){return!function(t){return t===t.ownerDocument.body||t.ownerDocument.body.contains(t)}(t)||null===getComputedStyle(t)}(i)?(f("Element is detached"),L(),f("Waiting until element is attached..."),c(i).onRendered=function(){f("Element is now attached"),T()}):T()},addListener:function(t,e){if(!c(t).listeners.push)throw new Error("Cannot add listener to an element that is not detectable.");c(t).listeners.push(e)},uninstall:function(t){var e=c(t);e&&(e.onExpandScroll&&i(o(t),"scroll",e.onExpandScroll),e.onShrinkScroll&&i(r(t),"scroll",e.onShrinkScroll),e.onAnimationStart&&i(e.container,"animationstart",e.onAnimationStart),e.container&&t.removeChild(e.container))}}},L=g.forEach,H=function(t){var e;if((t=t||{}).idHandler)e={get:function(e){return t.idHandler.get(e,!0)},set:t.idHandler.set};else{var n=b(),i=y({idGenerator:n,stateHandler:k});e=i}var o=t.reporter;o||(o=w(!1===o));var r=u(t,"batchProcessor",_({reporter:o})),s={};s.callOnAdd=!!u(t,"callOnAdd",!0),s.debug=!!u(t,"debug",!1);var a,h=m(e),f=v({stateHandler:k}),p=u(t,"strategy","object"),g={reporter:o,batchProcessor:r,stateHandler:k,idHandler:e};if("scroll"===p&&(S.isLegacyOpera()?(o.warn("Scroll strategy is not supported on legacy Opera. Changing to object strategy."),p="object"):S.isIE(9)&&(o.warn("Scroll strategy is not supported on IE9. Changing to object strategy."),p="object")),"scroll"===p)a=$(g);else{if("object"!==p)throw new Error("Invalid strategy name: "+p);a=z(g)}var x={};return{listenTo:function(t,n,i){function r(t){var e=h.get(t);L(e,(function(e){e(t)}))}function p(t,e,n){h.add(e,n),t&&n(e)}if(i||(i=n,n=t,t={}),!n)throw new Error("At least one element required.");if(!i)throw new Error("Listener required.");if(d(n))n=[n];else{if(!c(n))return o.error("Invalid arguments. Must be a DOM element or a collection of DOM elements.");n=l(n)}var g=0,v=u(t,"callOnAdd",s.callOnAdd),m=u(t,"onReady",(function(){})),b=u(t,"debug",s.debug);L(n,(function(t){k.getState(t)||(k.initState(t),e.set(t));var s=e.get(t);if(b&&o.log("Attaching listener to element",s,t),!f.isDetectable(t))return b&&o.log(s,"Not detectable."),f.isBusy(t)?(b&&o.log(s,"System busy making it detectable"),p(v,t,i),x[s]=x[s]||[],void x[s].push((function(){++g===n.length&&m()}))):(b&&o.log(s,"Making detectable..."),f.markBusy(t,!0),a.makeDetectable({debug:b},t,(function(t){if(b&&o.log(s,"onElementDetectable"),k.getState(t)){f.markAsDetectable(t),f.markBusy(t,!1),a.addListener(t,r),p(v,t,i);var e=k.getState(t);if(e&&e.startSize){var c=t.offsetWidth,l=t.offsetHeight;e.startSize.width===c&&e.startSize.height===l||r(t)}x[s]&&L(x[s],(function(t){t()}))}else b&&o.log(s,"Element uninstalled before being detectable.");delete x[s],++g===n.length&&m()})));b&&o.log(s,"Already detecable, adding listener."),p(v,t,i),g++})),g===n.length&&m()},removeListener:h.removeListener,removeAllListeners:h.removeAllListeners,uninstall:function(t){if(!t)return o.error("At least one element is required.");if(d(t))t=[t];else{if(!c(t))return o.error("Invalid arguments. Must be a DOM element or a collection of DOM elements.");t=l(t)}L(t,(function(t){h.removeAllListeners(t),a.uninstall(t),k.cleanState(t)}))}}},I=e,O=("undefined"!=typeof window&&window.Vue&&(I=window.Vue),{render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"happy-scroll",staticClass:"happy-scroll"},[n("div",{ref:"container",staticClass:"happy-scroll-container",style:[t.initSize],on:{scroll:function(e){return e.stopPropagation(),t.onScroll(e)}}},[n("div",{ref:"content",staticClass:"happy-scroll-content",style:[t.contentBorderStyle]},[t._t("default")],2)]),t.hideVertical?t._e():n("happy-scroll-strip",t._g(t._b({ref:"stripY",attrs:{throttle:t.throttle,move:t.moveY},on:{change:t.slideYChange}},"happy-scroll-strip",t.$attrs,!1),t.$listeners)),t.hideHorizontal?t._e():n("happy-scroll-strip",t._g(t._b({ref:"stripX",attrs:{horizontal:"",throttle:t.throttle,move:t.moveX},on:{change:t.slideXChange}},"happy-scroll-strip",t.$attrs,!1),t.$listeners))],1)},staticRenderFns:[],name:"happy-scroll",inheritAttrs:!1,components:{HappyScrollStrip:p},props:{scrollTop:{type:[Number,String],default:0},scrollLeft:{type:[Number,String],default:0},hideVertical:Boolean,hideHorizontal:Boolean,throttle:{type:Number,default:14},resize:Boolean,smallerMoveH:{type:String,default:""},smallerMoveV:{type:String,default:""},biggerMoveH:{type:String,default:""},biggerMoveV:{type:String,default:""}},data:function(){return{initSize:{},moveX:+this.scrollLeft,moveY:+this.scrollTop,scrollThrottle:h(this.throttle),browserHSize:0,browserVSize:0,isScrollNotUseSpace:void 0}},watch:{scrollTop:function(t){this.$refs.container.scrollTop=this.moveY=+t},scrollLeft:function(t){this.$refs.container.scrollLeft=this.moveX=+t},hideVertical:function(t){t||this.$nextTick(this.computeStripY)},hideHorizontal:function(t){t||this.$nextTick(this.computeStripX)}},computed:{contentBorderStyle:function(){return void 0===this.isScrollNotUseSpace?{}:{"border-right":20-this.browserHSize+"px solid transparent","border-bottom":20-this.browserVSize+"px solid transparent"}}},methods:{slideYChange:function(t){this.$refs.container.scrollTop=t,this.$emit("update:scrollTop",this.$refs.container.scrollTop)},slideXChange:function(t){this.$refs.container.scrollLeft=t,this.$emit("update:scrollLeft",this.$refs.container.scrollLeft)},onScroll:function(t){if(!this.scrollThrottle(Date.now()))return!1;this.moveY=t.target.scrollTop,this.moveX=t.target.scrollLeft,this.updateSyncScroll()},initBrowserSize:function(){void 0!==this.isScrollNotUseSpace&&(!0===this.isScrollNotUseSpace?(this.browserHSize=0,this.browserVSize=0):(this.browserHSize=this.$refs.container.offsetWidth-this.$refs.container.clientWidth,this.browserVSize=this.$refs.container.offsetHeight-this.$refs.container.clientHeight))},computeStripX:function(){if(!this.hideHorizontal){var t=this.$refs["happy-scroll"],e=this.$slots.default[0].elm;this.$refs.stripX.computeStrip(e.scrollWidth,t.clientWidth)}},computeStripY:function(){if(!this.hideVertical){var t=this.$refs["happy-scroll"],e=this.$slots.default[0].elm;this.$refs.stripY.computeStrip(e.scrollHeight,t.clientHeight)}},resizeListener:function(){var t=this;if(this.resize){var e=H({strategy:"scroll",callOnAdd:!1}),n=this.$slots.default[0].elm,i=n.clientHeight,o=n.clientWidth;e.listenTo(n,(function(e){t.computeStripX(),t.computeStripY(),t.initBrowserSize();var n=void 0;e.clientHeight<i&&(n=t.smallerMoveH.toLocaleLowerCase()),e.clientHeight>i&&(n=t.biggerMoveH.toLocaleLowerCase()),"start"===n&&(t.moveY=0,t.slideYChange(t.moveY)),"end"===n&&(t.moveY=e.clientHeight,t.slideYChange(t.moveY)),i=e.clientHeight,n="",e.clientWidth<o&&(n=t.smallerMoveV.toLocaleLowerCase()),e.clientWidth>o&&(n=t.biggerMoveV.toLocaleLowerCase()),"start"===n&&(t.moveX=0,t.slideXChange(t.moveX)),"end"===n&&(t.moveX=e.clientWidth,t.slideXChange(t.moveX)),o=e.clientWidth}))}},setContainerSize:function(){this.initSize={width:this.$refs["happy-scroll"].clientWidth+20+"px",height:this.$refs["happy-scroll"].clientHeight+20+"px"}},checkScrollMode:function(){if(void 0===I._happyJS._isScrollNotUseSpace){var t=this.$slots.default[0].elm,e=this.$refs.container;(t.offsetHeight>e.clientHeight||t.offsetWidth>e.clientWidth)&&(e.offsetWidth>e.clientWidth||e.offsetHeight>e.clientHeight?I._happyJS._isScrollNotUseSpace=!1:I._happyJS._isScrollNotUseSpace=!0,this.isScrollNotUseSpace=I._happyJS._isScrollNotUseSpace)}}},beforeCreate:function(){var t=I._happyJS=I._happyJS||{};this.isScrollNotUseSpace=t._isScrollNotUseSpace},created:function(){this.updateSyncScroll=f((function(){this.$emit("update:scrollTop",this.moveY),this.$emit("update:scrollLeft",this.moveX)}),this.throttle)},mounted:function(){var t=this;this.setContainerSize(),this.$nextTick((function(){t.computeStripX(),t.computeStripY(),t.checkScrollMode(),t.initBrowserSize(),t.$nextTick((function(){t.scrollTop&&(t.$refs.container.scrollTop=+t.scrollTop),t.scrollLeft&&(t.$refs.container.scrollLeft=+t.scrollLeft)}))})),this.resizeListener(),this.$watch("browserHSize",this.setContainerSize),this.$watch("browserVSize",this.setContainerSize)}});"undefined"!=typeof window&&window.Vue&&Vue.component("happy-scroll",O),t.default={install:function(t){t.component("happy-scroll",O)},version:"2.1.1"},t.HappyScroll=O,t.version="2.1.1",Object.defineProperty(t,"__esModule",{value:!0})}(e,n("a026"))},"7a1a":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("6b6c");function o(){return Object(i.a)({url:"service/info",method:"get",kefu:!0})}},"87bc":function(t,e,n){"use strict";n.r(e);var i=n("c964"),o=(n("96cf"),n("8c8a")),r={name:"Loading",props:{loaded:Boolean,loading:Boolean},created:function(){}},s=n("2877"),a=(r=Object(s.a)(r,(function(){var t=this,e=t.$createElement;e=t._self._c||e;return t.loading&&!t.loaded?e("div",{staticClass:"Loads acea-row row-center-wrapper",staticStyle:{"margin-top":"0.2rem","font-size":"12px"}},[t.loading?[e("div",{staticClass:"iconfontYI icon-jiazai loading acea-row row-center-wrapper"}),t._v("\n 正在加载中\n ")]:[t._v(" 上拉加载更多 ")]],2):t._e()}),[],!1,null,null,null).exports,n("42e3")),c=n("61f7"),l=n("69ae"),d={name:"WriteOff",props:{iShidden:{type:Boolean,default:!0},orderInfo:{type:Object,default:null}},data:function(){return{}},methods:{toDetail:function(t){this.$router.push({path:"/kefu/orderDetail/"+t.id+"/looks"})},cancel:function(){this.$emit("cancel",!1)},confirm:function(){this.$emit("confirm",!1)}}},u=(d=(n("9fc1"),Object(s.a)(d,(function(){var t=this,e=t.$createElement;e=t._self._c||e;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.iShidden,expression:"iShidden"}]},[e("div",{staticClass:"WriteOff"},[e("div",{staticClass:"pictrue"},[e("img",{attrs:{src:t.orderInfo.cartInfo[0].productInfo.image}})]),e("div",{staticClass:"num acea-row row-center-wrapper"},[t._v("\n "+t._s(t.orderInfo.order_id)+"\n "),e("div",{staticClass:"views",on:{click:function(e){return t.toDetail(t.orderInfo)}}},[t._v("查看"),e("span",{staticClass:"iconfont icon-jiantou views-jian"})])]),e("div",{staticClass:"tip"},[t._v("确定要核销此订单吗?")]),e("div",{staticClass:"sure",on:{click:t.confirm}},[t._v("确定核销")]),e("div",{staticClass:"sure cancel",on:{click:t.cancel}},[t._v("取消")])]),e("div",{staticClass:"maskModel",on:{touchmove:function(t){t.preventDefault()}}})])}),[],!1,null,"29467a90",null).exports),n("6db4")),h=n("7a1a");d={name:"AdminOrderList",components:{WriteOff:d,PriceChange:o.a,Loading:r,HappyScroll:u.HappyScroll},props:{},data:function(){return{current:"",change:!1,types:0,where:{page:1,limit:15,search:"",type:""},list:[],loaded:!1,loading:!1,orderInfo:{},status:null,iShidden:!1,ops:{vuescroll:{mode:"slide",enable:!1,tips:{deactive:"Push to Load",active:"Release to Load",start:"Loading...",beforeDeactive:"Load Successfully!"},auto:!1,autoLoadDistance:0,pullRefresh:{enable:!1},pushLoad:{enable:!0,auto:!0,autoLoadDistance:10}},bar:{background:"#393232",opacity:".5",size:"2px"}}}},watch:{"$route.params.type":function(t){null!=t&&(this.where.type=t,this.init())},types:function(){this.getIndex()}},created:function(){Object(h.a)().then((function(t){window.document.title="".concat(t.data.site_name," - 订单列表")}))},mounted:function(){var t=this;this.current="",this.getIndex(),this.$scroll(this.$refs.container,(function(){t.loading||t.getIndex()}))},methods:{bindSearch:function(){this.init()},storeCancellation:function(t){this.orderInfo=t,this.iShidden=!0},cancel:function(t){this.iShidden=t},confirm:function(){var t=this;Object(a.z)(this.orderInfo.id).then((function(e){t.iShidden=!1,t.init(),t.$dialog.success(e.msg)})).catch((function(e){t.$dialog.error(e.msg)}))},more:function(t){this.current===t?this.current="":this.current=t},modify:function(t,e){this.change=!0,this.orderInfo=t,this.status=e},closeChange:function(t){this.change=t},changeclose:function(t){this.change=t,this.init()},getRefuse:function(t){orderRefuseApi(data).then((function(){that.change=!1,that.$dialog.success("已拒绝退款"),that.init()})).catch((function(t){that.$dialog.error(t.message)}))},savePrice:function(t){var e=this;return Object(i.a)(regeneratorRuntime.mark((function n(){var i,o,r,s,a,d;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(i=e,o={},r=t.price,s=t.refundPrice,a=i.orderInfo.refundStatus,d=t.remark,0==i.status&&0===a)return n.prev=2,n.next=5,e.$validator({price:[Object(c.c)(c.c.message("金额"))]}).validate({price:r});n.next=15;break;case 5:n.next=10;break;case 7:return n.prev=7,n.t0=n.catch(2),n.abrupt("return",Object(l.b)(n.t0));case 10:o.price=r,o.orderId=t.orderId,editPriceApi(o).then((function(){i.change=!1,i.$dialog.success("改价成功"),i.init()})).catch((function(t){i.$dialog.error(t.message)})),n.next=41;break;case 15:if(0==i.status&&1===a)return n.prev=16,n.next=19,e.$validator({refundPrice:[Object(c.c)(c.c.message("金额")),Object(c.b)(c.b.message("金额"))]}).validate({refundPrice:s});n.next=30;break;case 19:n.next=24;break;case 21:return n.prev=21,n.t1=n.catch(16),n.abrupt("return",Object(l.b)(n.t1));case 24:o.amount=s,o.type=t.type,o.orderId=t.orderId,orderRefundApi(o).then((function(t){i.change=!1,i.$dialog.success("退款成功"),i.init()}),(function(t){i.change=!1,i.$dialog.error(t.message)})),n.next=41;break;case 30:return n.prev=30,n.next=33,e.$validator({remark:[Object(c.c)(c.c.message("备注"))]}).validate({remark:d});case 33:n.next=38;break;case 35:return n.prev=35,n.t2=n.catch(30),n.abrupt("return",Object(l.b)(n.t2));case 38:o.mark=d,o.id=t.id,orderMarkApi(o).then((function(t){i.change=!1,i.$dialog.success("提交成功"),i.init()}),(function(t){i.change=!1,i.$dialog.error(t.msg)}));case 41:case"end":return n.stop()}}),n,null,[[2,7],[16,21],[30,35]])})))()},init:function(){this.list=[],this.where.page=1,this.loaded=!1,this.loading=!1,this.getIndex(),this.current=""},getIndex:function(){var t=this;this.loading||this.loaded||(this.loading=!0,Object(a.o)(this.$route.params.toUid,this.where).then((function(e){t.loading=!1,t.loaded=e.data.length<t.where.limit,t.list.push.apply(t.list,e.data||[]),t.where.page=t.where.page+1,t.$nextTick((function(){0<t.list.length&&t.$refs.scrollBox.refresh()}))}),(function(e){t.$dialog.error(e.msg)})))},changeStatus:function(t){this.where.type!==t&&(this.where.type=t,this.init())},toDetail:function(t){this.$router.push({path:"/kefu/orderDetail/"+t.id})},offlinePay:function(t){},handleWordsScroll:function(t,e,n){this.getIndex(),n()}}},n("5caa"),o=Object(s.a)(d,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{ref:"container",staticClass:"pos-order-list"},[i("div",{staticClass:"head-box"},[i("div",{staticClass:"nav acea-row row-around row-middle"},[i("div",{staticClass:"item",class:""===t.where.type?"on":"",on:{click:function(e){return t.changeStatus("")}}},[t._v("全部")]),i("div",{staticClass:"item",class:0===t.where.type?"on":"",on:{click:function(e){return t.changeStatus(0)}}},[t._v("未支付")]),i("div",{staticClass:"item",class:1===t.where.type?"on":"",on:{click:function(e){return t.changeStatus(1)}}},[t._v("未发货")]),i("div",{staticClass:"item",class:-1===t.where.type?"on":"",on:{click:function(e){return t.changeStatus(-1)}}},[t._v("退款中")])]),i("div",{staticClass:"input-box"},[i("Input",{attrs:{placeholder:"搜索订单编号"},on:{"on-enter":t.bindSearch},model:{value:t.where.search,callback:function(e){t.$set(t.where,"search",e)},expression:"where.search"}})],1)]),i("div",{staticClass:"list"},[i("vue-scroll",{ref:"scrollBox",staticStyle:{height:"100%"},attrs:{ops:t.ops},on:{"load-before-deactivate":t.handleWordsScroll}},[i("div",{staticClass:"slot-load",attrs:{slot:"load-deactive"},slot:"load-deactive"}),i("div",{staticClass:"slot-load",attrs:{slot:"load-beforeDeactive"},slot:"load-beforeDeactive"}),i("div",{staticClass:"slot-load",attrs:{slot:"load-active"},slot:"load-active"},[t._v("下滑加载更多")]),0<t.list.length?t._l(t.list,(function(e,n){return i("div",{key:n,staticClass:"item"},[i("div",{staticClass:"order-num acea-row row-middle",on:{click:function(n){return t.toDetail(e)}}},[t._v("\n 订单号:"+t._s(e.order_id)+"\n "),i("span",{staticClass:"time"},[t._v("下单时间:"+t._s(e._add_time))])]),t._l(e.cartInfo,(function(n,o){return i("div",{key:o,staticClass:"pos-order-goods"},[i("div",{staticClass:"goods acea-row row-between-wrapper",on:{click:function(n){return t.toDetail(e)}}},[i("div",{staticClass:"picTxt acea-row row-between-wrapper"},[i("div",{staticClass:"pictrue"},[i("img",{attrs:{src:n.productInfo.image}})]),i("div",{staticClass:"text"},[i("div",{staticClass:"info line2"},[t._v("\n "+t._s(n.productInfo.store_name)+"\n ")]),n.productInfo.attrInfo.suk?i("div",{staticClass:"attr line1"},[t._v("\n "+t._s(n.productInfo.attrInfo.suk)+"\n ")]):t._e()])]),i("div",{staticClass:"money"},[i("div",{staticClass:"x-money"},[t._v("¥"+t._s(n.productInfo.attrInfo.price))]),i("div",{staticClass:"num"},[t._v("x"+t._s(n.cart_num))]),i("div",{staticClass:"y-money"})])])])})),i("div",{staticClass:"public-total"},[t._v("\n 共"+t._s(e.total_num)+"件商品,应支付 "),i("span",{staticClass:"money"},[t._v("¥"+t._s(e.pay_price))]),t._v(" ( 邮费 ¥"+t._s(e.pay_postage)+"\n )\n ")]),i("div",{staticClass:"operation acea-row row-between-wrapper"},[i("div",{staticClass:"more"}),i("div",{staticClass:"acea-row row-middle"},[0===e.paid?i("div",{staticClass:"bnt",on:{click:function(n){return t.modify(e,0)}}},[t._v("一键改价")]):t._e(),i("div",{staticClass:"bnt",on:{click:function(n){return t.modify(e,1)}}},[t._v("订单备注")]),-1===e._status._type&&1===e.refund_status?i("div",{staticClass:"bnt",on:{click:function(n){return t.modify(e,0)}}},[t._v("\n 立即退款\n ")]):t._e(),"offline"===e.pay_type&&0===e.paid?i("div",{staticClass:"bnt cancel",on:{click:function(n){return t.offlinePay(e)}}},[t._v("\n 确认付款\n ")]):t._e(),1===e._status._type&&2!==e.shipping_type?i("router-link",{staticClass:"bnt",attrs:{to:"/kefu/orderDelivery/"+e.id+"/"+e.order_id}},[t._v("去发货\n ")]):t._e(),1===e._status._type&&2===e.shipping_type?i("div",{staticClass:"bnt cancel",on:{click:function(n){return t.storeCancellation(e)}}},[t._v("\n 去核销\n ")]):t._e()],1)])],2)})):t._e(),t.loading||0!==t.list.length||""!==t.where.type?t._e():[i("div",{staticStyle:{"text-align":"center"}},[i("img",{staticStyle:{width:"3.9rem"},attrs:{src:n("468b"),alt:""}}),i("p",{staticStyle:{color:"#9f9f9f"}},[t._v("亲,该客户暂无订单~")])])],t.loading||0!==t.list.length||0!==t.where.type?t._e():[i("div",{staticStyle:{"text-align":"center"}},[i("img",{staticStyle:{width:"3.9rem"},attrs:{src:n("ea87"),alt:""}}),i("p",{staticStyle:{color:"#9f9f9f"}},[t._v("暂无未支付订单~")])])],t.loading||0!==t.list.length||2!==t.where.type?t._e():[i("div",{staticStyle:{"text-align":"center"}},[i("img",{staticStyle:{width:"3.9rem"},attrs:{src:n("5f70"),alt:""}}),i("p",{staticStyle:{color:"#9f9f9f"}},[t._v("暂无未收货订单~")])])],t.loading||0!==t.list.length||-1!==t.where.type?t._e():[i("div",{staticStyle:{"text-align":"center"}},[i("img",{staticStyle:{width:"3.9rem"},attrs:{src:n("060a"),alt:""}}),i("p",{staticStyle:{color:"#9f9f9f"}},[t._v("暂无退款订单~")])])]],2)],1),t.orderInfo?i("PriceChange",{attrs:{change:t.change,orderInfo:t.orderInfo,status:t.status},on:{closechange:function(e){return t.changeclose(e)},closeChange:function(e){return t.closeChange(e)}}}):t._e(),t.iShidden?i("write-off",{attrs:{iShidden:t.iShidden,orderInfo:t.orderInfo},on:{cancel:t.cancel,confirm:t.confirm}}):t._e()],1)}),[],!1,null,"5920fd3b",null);e.default=o.exports},"9fc1":function(t,e,n){"use strict";var i=n("16f7");n.n(i).a},ea87:function(t,e,n){t.exports=n.p+"system_static/img/no_zf.e61fe9b5.png"}}]); |