Commit df04d73e by fairyly

fix: 修改弹窗效果

parent a052badc
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.24.css><link href=./static/css/app.984f2487559f7e46961ee35b2db6b600.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.ef18bf43c81cdf306346.js></script><script type=text/javascript src=./static/js/vendor.74aa0a1e6f16f3fa6e13.js></script><script type=text/javascript src=./static/js/app.b41724cf1d0ca8d6468a.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.24.css><link href=./static/css/app.0ad49c1f36bd1ab6c30a8d2588f29fe0.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.ef18bf43c81cdf306346.js></script><script type=text/javascript src=./static/js/vendor.74aa0a1e6f16f3fa6e13.js></script><script type=text/javascript src=./static/js/app.6b231a908d1010ffbd4c.js></script></body></html>
\ No newline at end of file
/* 弹窗效果 */
.dialog-fade-enter-active {
-webkit-animation: dialog-fade-in .3s;
animation: dialog-fade-in .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dialog-fade-leave-active {
-webkit-animation: dialog-fade-out .3s;
animation: dialog-fade-out .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dialog-fade-enter-active {
transform: scale(0);
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.dialog-fade-leave-active {
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes dialog-fade-in {
0% {
opacity: 0;
transform: scale(0, 0);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@keyframes dialog-fade-in {
0% {
opacity: 0;
transform: scale(0, 0);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@-webkit-keyframes dialog-fade-out {
0% {
transform: scale(1, 1)
}
100% {
opacity: 0;
transform: scale(0, 0);
}
}
@keyframes dialog-fade-out {
0% {
transform: scale(1, 1)
}
100% {
opacity: 0;
transform: scale(0, 0);
}
}
webpackJsonp([57],{"/NA0":function(e,t){},0:function(e,t,a){a("j1ja"),e.exports=a("NHnr")},"4qCZ":function(e,t){},"5tgt":function(e,t,a){e.exports=function(e,t){return function(n){a("Opzk")("./"+e+"/"+t+".vue").then(function(e){n(e)})}}},NHnr:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("fZjL"),o=a.n(n),r=(a("j1ja"),a("hKoQ")),i=a.n(r),p={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=a("VU/8")({name:"App",data:function(){return{}}},p,!1,function(e){a("/NA0")},null,null).exports,u=a("lRwf"),c=a.n(u),m=a("pRNm"),l=a.n(m),d=a("5tgt"),v=a.n(d);c.a.use(l.a);var f=function(e){a.e(1).then(a.bind(null,"ODjX")).then(function(t){e(t)})};window.sessionStorage.getItem("token")&&store.commit(types.LOGIN,window.sessionStorage.getItem("token"));var h,g=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:v()("login","index")},{path:"/index",name:"index",component:v()("index","index")},{path:"/contacts",name:"通讯录",redirect:"contactsList",component:v()("business","index"),children:[{path:"/contactsList",name:"通讯录",component:v()("business","contacts")},{path:"/orgStructSet",name:"组织架构管理",component:v()("business","orgStructSet")},{path:"/recycle",name:"组织架构管理",component:v()("business","recycle")}]},{path:"/enterprise",name:"企业设置",redirect:"enterpriseSet",component:v()("enterprise","index"),children:[{path:"/enterpriseSet",name:"企业信息",component:v()("enterprise","enterpriseSet")},{path:"/adminList",name:"企业信息",component:v()("enterprise","adminList")}]},{path:"/overStore",name:"溢出门店",redirect:"unreview",component:v()("overstore","index"),children:[{path:"/overStoreList",name:"溢出门店",component:v()("overstore","overStoreList")}]},{path:"/apps",name:"企业应用",redirect:"mycustomer",component:v()("apps","index"),children:[{path:"/mycustomer",name:"我的顾客的",redirect:"/memberShowSet",component:v()("apps/customerApp","index"),children:[{path:"/memberShowSet",name:"会员展示设置",component:v()("apps/customerApp","memberShowSet")},{path:"/memberGroupSet",name:"会员分组设置",component:v()("apps/customerApp","memberGroupSet")},{path:"/memberSearchSet",name:"会员搜索设置",component:v()("apps/customerApp","memberSearchSet")}]},{path:"/cloudDaily",name:"云日报",redirect:"/dailyRecord",component:v()("apps/cloudDaily","index"),children:[{path:"/dailyRecord",name:"云日报记录",component:v()("apps/cloudDaily","dailyRecord")},{path:"/dailyExport",name:"云日报导出",component:v()("apps/cloudDaily","dailyExport")},{path:"/dailyDetail",name:"日报详情",component:v()("apps/cloudDaily","dailyDetail")},{path:"/taskAssign",name:"任务下发设置",component:v()("apps/cloudDaily","taskAssign")},{path:"/systemReport",name:"系统报表",component:v()("apps/cloudDaily","systemReport")},{path:"/customReport",name:"自定义报表",component:v()("apps/cloudDaily","customReport")},{path:"/customReportSet",name:"自定义报表设置",component:v()("apps/cloudDaily","customReportSet")}]},{path:"/trafficTask",name:"话务任务",redirect:"/taskRecord",component:v()("apps/trafficTask","index"),children:[{path:"/taskRecord",name:"话务任务记录",component:v()("apps/trafficTask","taskRecord")},{path:"/taskView",name:"话务任务记录",component:v()("apps/trafficTask","taskView")},{path:"/taskDetail",name:"话务任务详情",component:v()("apps/trafficTask","taskDetail")},{path:"/taskViewDetail",name:"话务任务详情",component:v()("apps/trafficTask","taskViewDetail")},{path:"/trafficTaskSet",name:"话务任务设置",component:v()("apps/trafficTask","trafficTaskSet")},{path:"/badEvaluateSet",name:"不良评价设置",component:v()("apps/badEvaluate","badEvaluateSet")}]},{path:"/quota",name:"指标管理",redirect:"/monthList",component:v()("apps/quota","index"),children:[{path:"/monthList",name:"月指标列表",component:v()("apps/quota","monthList")},{path:"/storeMonthTask",name:"门店月指标",component:v()("apps/quota","storeMonthTask")},{path:"/salerMonthDetail",name:"导购月指标详情",component:v()("apps/quota","salerMonthDetail")},{path:"/companyDaySet",name:"商户日权重",component:v()("apps/quota","companyDaySet")},{path:"/monthTask",name:"月指标任务",component:v()("apps/quota","monthTask"),meta:{keepAlive:!0}},{path:"/monthTaskDetail",name:"月指标任务详情",component:v()("apps/quota","monthTaskDetail"),meta:{keepAlive:!0}}]}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:v()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:v()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:v()("reviewCenter","unreview")},{path:"/reviewSet",name:"审核设置",component:v()("reviewCenter","reviewSet")}]},{path:"/gic-error",name:"gic跳转失败页",component:v()("errorPage","gic-error")},{path:"/403",name:"无权访问",component:f},{path:"/404",name:"error404",component:f},{path:"/500",name:"error500",component:f},{path:"*",redirect:"/404",hidden:!0}],D=new l.a({routes:g,scrollBehavior:function(){return{y:0}}}),S=a("zL8q"),w=a.n(S),k=a("Rf8U"),y=a.n(k),x=a("mtWM"),b=a.n(x),T=a("bOdI"),A=a.n(T),E=a("SJI6"),R=a.n(E);c.a.use(R.a);var M=new R.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",addDepartment:[],editDepartment:[],delDepartment:[]},mutations:(h={},A()(h,"login",function(e,t){sessionStorage.token=t,e.token=t}),A()(h,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),A()(h,"title",function(e,t){e.title=t}),A()(h,"show",function(e,t){e.show=t}),A()(h,"saveAdd",function(e,t){e.addDepartment.push(t)}),A()(h,"saveEdit",function(e,t){e.editDepartment.push(t)}),A()(h,"saveDel",function(e,t){e.delDepartment.push(t)}),A()(h,"clearAdd",function(e){e.addDepartment=[]}),A()(h,"clearEdit",function(e){e.editDepartment=[]}),A()(h,"clearData",function(e){e.addDepartment=[],e.editDepartment=[],e.delDepartment=[]}),h),actions:{saveAddInfo:function(e,t){e.commit("saveAdd",t)},saveEditInfo:function(e,t){e.commit("saveEdit",t)},saveDelInfo:function(e,t){e.commit("saveDel",t)},clearAddData:function(e,t){e.commit("clearAdd")},clearEditData:function(e,t){e.commit("clearEdit")},clearTreeData:function(e,t){e.commit("clearData")}}}),V=(a("4qCZ"),a("tvR6"),a("uKUT"),a("Xcu2"),{dateFormat:function(e,t){if(e){e=10===e.toString().length?1e3*e:e;var a=new Date(e),n={"M+":a.getMonth()+1,"D+":a.getDate(),W:"日一二三四五六".charAt(a.getDay()),"h+":a.getHours(),"m+":a.getMinutes(),"s+":a.getSeconds(),"q+":Math.floor((a.getMonth()+3)/3),S:a.getMilliseconds()};for(var o in/(Y+)/.test(t)&&(t=t.replace(RegExp.$1,(a.getFullYear()+"").substr(4-RegExp.$1.length))),n)new RegExp("("+o+")").test(t)&&(t=t.replace(RegExp.$1,1===RegExp.$1.length?n[o]:("00"+n[o]).substr((""+n[o]).length)));return t}},formatTimeStamp:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),p=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+o+"-"+n+" "+r+":"+i+":"+p}},timeStampToYmd:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a;return t.getFullYear()+"-"+o+"-"+n}},timeStampToHms:function(e){if(e){var t=new Date(e);return(t.getHours()<10?"0"+t.getHours():t.getHours())+":"+(t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes())+":"+(t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds())}},formatTimeYmdHms:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),p=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"."+o+"."+n+" "+r+":"+i+":"+p}},formatPhoneNum:function(e){return e?(e=e.toString()).substr(0,3)+"****"+e.substr(7,11):""},formatName:function(e){return e?"**"+(e=e.toString()).substr(e.length-1,e.length):""},timeStampSpace:function(e){if(e){var t=new Date,a=new Date(Number(e)).getTime()-t.getTime();if(console.log(a),a<0)return"";var n=Math.floor(a/864e5);console.log(a,n);var o=a%864e5,r=o%36e5;return n+"天"+Math.floor(o/36e5)+"小时"+Math.floor(r/6e4)+"分"}}}),q=a("TUaa"),P=a.n(q),H=a("tyqE"),L=a.n(H),C=a("pRVe"),I=a.n(C),j=a("XsK6"),O=a.n(j),Y=a("QRL9"),N=a.n(Y),G=a("eMjc"),J=a.n(G),F=a("l9mu"),U=a.n(F),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;J()(document.querySelector("#pdfDom"),{allowTaint:!0,foreignObjectRendering:!0}).then(function(t){var a=t.width,n=t.height,o=a/592.28*841.89,r=n,i=0,p=592.28/a*n,s=t.toDataURL("image/jpeg",1),u=new U.a("","pt","a4");if(r<o)u.addImage(s,"JPEG",0,0,595.28,p);else for(;r>0;)u.addImage(s,"JPEG",0,i,595.28,p),i-=841.89,(r-=o)>0&&u.addPage();u.save(e+".pdf")})}}},z=a("/IwO"),K=a.n(z);i.a.polyfill(),Vue.use(K.a),K.a.initAMapApiLoader({key:"d53a58848be368a7398dc56d5670fe9c",plugin:["Autocomplete","PlaceSearch","Scale","OverView","Geocoder","ToolBar","MapType","PolyEditor","AMap.CircleEditor"],v:"1.4.4"}),Vue.use(X),Vue.use(O.a),Vue.use(N.a),Vue.use(I.a),Vue.use(L.a),Vue.use(P.a),Vue.config.productionTip=!1,Vue.use(w.a,{size:"large"}),Vue.use(y.a,b.a),Vue.axios.defaults.withCredentials=!0,o()(V).forEach(function(e){Vue.filter(e,V[e])}),D.beforeEach(function(e,t,a){window.axiosPromiseArr&&axiosPromiseArr.forEach(function(e,t){e.cancel(),delete axiosPromiseArr[t]});var n=window.location.origin;n.indexOf("localhost"),localStorage.getItem("userInfos"),"/"==e.path?a({path:"/login"}):a()}),new Vue({el:"#app",router:D,store:M,components:{App:s},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,27],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,46],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,33],"./apps/badEvaluate/index.vue":["AG22",0,18],"./apps/cloudDaily/customReport.vue":["ak3k",0,23],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,2],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,7],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,12],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,38],"./apps/cloudDaily/index.vue":["4QyY",0,26],"./apps/cloudDaily/systemReport.vue":["J/6z",0,4],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,19],"./apps/cloudDaily/template/block.vue":["O3gZ",31],"./apps/cloudDaily/template/date-range.vue":["2WGr",32],"./apps/cloudDaily/template/image.vue":["8dpP",45],"./apps/cloudDaily/template/input.vue":["zHtI",53],"./apps/cloudDaily/template/select.vue":["rYZf",39],"./apps/customerApp/index.vue":["QHTa",0,29],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,35],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,30],"./apps/customerApp/memberShowSet.vue":["odfG",0,42],"./apps/index.vue":["K1Vb",0,34],"./apps/quota/companyDaySet.vue":["NiGE",0,51],"./apps/quota/index.vue":["qSX4",0,47],"./apps/quota/monthList.vue":["fAFA",0,41],"./apps/quota/monthTask.vue":["NpHY",0,24],"./apps/quota/monthTaskDetail.vue":["YKf6",0,43],"./apps/quota/salerMonthDetail.vue":["+qr5",0,54],"./apps/quota/storeMonthTask.vue":["qWC+",0,50],"./apps/trafficTask/index.vue":["FmZU",0,49],"./apps/trafficTask/taskDetail.vue":["XrDD",0,8],"./apps/trafficTask/taskRecord.vue":["m+x7",0,44],"./apps/trafficTask/taskView.vue":["w2fd",0,16],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,28],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,55],"./business/contacts.vue":["/W60",0,3],"./business/index.vue":["jPcV",0,52],"./business/orgStructSet.vue":["OI5V",0,5],"./business/recycle.vue":["K8Yn",0,15],"./enterprise/adminList.vue":["zYBJ",0,21],"./enterprise/enterpriseSet.vue":["x5Fx",0,20],"./enterprise/index.vue":["m9dW",0,22],"./errorPage/403.vue":["6XGN",14],"./errorPage/404.vue":["AejC",17],"./errorPage/500.vue":["FskK",11],"./errorPage/gic-error.vue":["Q3j/",13],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,37],"./login/index.vue":["T+/8",0,10],"./overstore/index.vue":["Y55K",0,40],"./overstore/overStoreList.vue":["vuAV",0,25],"./reviewCenter/index.vue":["+lem",0,48],"./reviewCenter/reviewSet.vue":["6j9f",0,36],"./reviewCenter/reviewed.vue":["CLYF",0,9],"./reviewCenter/unreview.vue":["xCEU",0,6]};function o(e){var t=n[e];return t?Promise.all(t.slice(1).map(a.e)).then(function(){return a(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}o.keys=function(){return Object.keys(n)},o.id="Opzk",e.exports=o},SJI6:function(e,t){e.exports=Vuex},Xcu2:function(e,t){},lRwf:function(e,t){e.exports=Vue},pRNm:function(e,t){e.exports=VueRouter},tvR6:function(e,t){},uKUT:function(e,t){}},[0]);
\ No newline at end of file
webpackJsonp([57],{"/NA0":function(e,t){},0:function(e,t,a){a("j1ja"),e.exports=a("NHnr")},"4qCZ":function(e,t){},"5tgt":function(e,t,a){e.exports=function(e,t){return function(n){a("Opzk")("./"+e+"/"+t+".vue").then(function(e){n(e)})}}},NHnr:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("fZjL"),o=a.n(n),r=(a("j1ja"),a("hKoQ")),i=a.n(r),p={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=a("VU/8")({name:"App",data:function(){return{}}},p,!1,function(e){a("/NA0")},null,null).exports,u=a("lRwf"),c=a.n(u),m=a("pRNm"),l=a.n(m),d=a("5tgt"),v=a.n(d);c.a.use(l.a);var f=function(e){a.e(1).then(a.bind(null,"ODjX")).then(function(t){e(t)})};window.sessionStorage.getItem("token")&&store.commit(types.LOGIN,window.sessionStorage.getItem("token"));var h,g=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:v()("login","index")},{path:"/index",name:"index",component:v()("index","index")},{path:"/contacts",name:"通讯录",redirect:"contactsList",component:v()("business","index"),children:[{path:"/contactsList",name:"通讯录",component:v()("business","contacts")},{path:"/orgStructSet",name:"组织架构管理",component:v()("business","orgStructSet")},{path:"/recycle",name:"组织架构管理",component:v()("business","recycle")}]},{path:"/enterprise",name:"企业设置",redirect:"enterpriseSet",component:v()("enterprise","index"),children:[{path:"/enterpriseSet",name:"企业信息",component:v()("enterprise","enterpriseSet")},{path:"/adminList",name:"企业信息",component:v()("enterprise","adminList")}]},{path:"/overStore",name:"溢出门店",redirect:"unreview",component:v()("overstore","index"),children:[{path:"/overStoreList",name:"溢出门店",component:v()("overstore","overStoreList")}]},{path:"/apps",name:"企业应用",redirect:"mycustomer",component:v()("apps","index"),children:[{path:"/mycustomer",name:"我的顾客的",redirect:"/memberShowSet",component:v()("apps/customerApp","index"),children:[{path:"/memberShowSet",name:"会员展示设置",component:v()("apps/customerApp","memberShowSet")},{path:"/memberGroupSet",name:"会员分组设置",component:v()("apps/customerApp","memberGroupSet")},{path:"/memberSearchSet",name:"会员搜索设置",component:v()("apps/customerApp","memberSearchSet")}]},{path:"/cloudDaily",name:"云日报",redirect:"/dailyRecord",component:v()("apps/cloudDaily","index"),children:[{path:"/dailyRecord",name:"云日报记录",component:v()("apps/cloudDaily","dailyRecord")},{path:"/dailyExport",name:"云日报导出",component:v()("apps/cloudDaily","dailyExport")},{path:"/dailyDetail",name:"日报详情",component:v()("apps/cloudDaily","dailyDetail")},{path:"/taskAssign",name:"任务下发设置",component:v()("apps/cloudDaily","taskAssign")},{path:"/systemReport",name:"系统报表",component:v()("apps/cloudDaily","systemReport")},{path:"/customReport",name:"自定义报表",component:v()("apps/cloudDaily","customReport")},{path:"/customReportSet",name:"自定义报表设置",component:v()("apps/cloudDaily","customReportSet")}]},{path:"/trafficTask",name:"话务任务",redirect:"/taskRecord",component:v()("apps/trafficTask","index"),children:[{path:"/taskRecord",name:"话务任务记录",component:v()("apps/trafficTask","taskRecord")},{path:"/taskView",name:"话务任务记录",component:v()("apps/trafficTask","taskView")},{path:"/taskDetail",name:"话务任务详情",component:v()("apps/trafficTask","taskDetail")},{path:"/taskViewDetail",name:"话务任务详情",component:v()("apps/trafficTask","taskViewDetail")},{path:"/trafficTaskSet",name:"话务任务设置",component:v()("apps/trafficTask","trafficTaskSet")},{path:"/badEvaluateSet",name:"不良评价设置",component:v()("apps/badEvaluate","badEvaluateSet")}]},{path:"/quota",name:"指标管理",redirect:"/monthList",component:v()("apps/quota","index"),children:[{path:"/monthList",name:"月指标列表",component:v()("apps/quota","monthList")},{path:"/storeMonthTask",name:"门店月指标",component:v()("apps/quota","storeMonthTask")},{path:"/salerMonthDetail",name:"导购月指标详情",component:v()("apps/quota","salerMonthDetail")},{path:"/companyDaySet",name:"商户日权重",component:v()("apps/quota","companyDaySet")},{path:"/monthTask",name:"月指标任务",component:v()("apps/quota","monthTask"),meta:{keepAlive:!0}},{path:"/monthTaskDetail",name:"月指标任务详情",component:v()("apps/quota","monthTaskDetail"),meta:{keepAlive:!0}}]}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:v()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:v()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:v()("reviewCenter","unreview")},{path:"/reviewSet",name:"审核设置",component:v()("reviewCenter","reviewSet")}]},{path:"/gic-error",name:"gic跳转失败页",component:v()("errorPage","gic-error")},{path:"/403",name:"无权访问",component:f},{path:"/404",name:"error404",component:f},{path:"/500",name:"error500",component:f},{path:"*",redirect:"/404",hidden:!0}],D=new l.a({routes:g,scrollBehavior:function(){return{y:0}}}),S=a("zL8q"),w=a.n(S),k=a("Rf8U"),y=a.n(k),x=a("mtWM"),b=a.n(x),T=a("bOdI"),A=a.n(T),E=a("SJI6"),R=a.n(E);c.a.use(R.a);var M=new R.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",addDepartment:[],editDepartment:[],delDepartment:[]},mutations:(h={},A()(h,"login",function(e,t){sessionStorage.token=t,e.token=t}),A()(h,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),A()(h,"title",function(e,t){e.title=t}),A()(h,"show",function(e,t){e.show=t}),A()(h,"saveAdd",function(e,t){e.addDepartment.push(t)}),A()(h,"saveEdit",function(e,t){e.editDepartment.push(t)}),A()(h,"saveDel",function(e,t){e.delDepartment.push(t)}),A()(h,"clearAdd",function(e){e.addDepartment=[]}),A()(h,"clearEdit",function(e){e.editDepartment=[]}),A()(h,"clearData",function(e){e.addDepartment=[],e.editDepartment=[],e.delDepartment=[]}),h),actions:{saveAddInfo:function(e,t){e.commit("saveAdd",t)},saveEditInfo:function(e,t){e.commit("saveEdit",t)},saveDelInfo:function(e,t){e.commit("saveDel",t)},clearAddData:function(e,t){e.commit("clearAdd")},clearEditData:function(e,t){e.commit("clearEdit")},clearTreeData:function(e,t){e.commit("clearData")}}}),V=(a("4qCZ"),a("tvR6"),a("uKUT"),a("Xcu2"),a("xtVA"),{dateFormat:function(e,t){if(e){e=10===e.toString().length?1e3*e:e;var a=new Date(e),n={"M+":a.getMonth()+1,"D+":a.getDate(),W:"日一二三四五六".charAt(a.getDay()),"h+":a.getHours(),"m+":a.getMinutes(),"s+":a.getSeconds(),"q+":Math.floor((a.getMonth()+3)/3),S:a.getMilliseconds()};for(var o in/(Y+)/.test(t)&&(t=t.replace(RegExp.$1,(a.getFullYear()+"").substr(4-RegExp.$1.length))),n)new RegExp("("+o+")").test(t)&&(t=t.replace(RegExp.$1,1===RegExp.$1.length?n[o]:("00"+n[o]).substr((""+n[o]).length)));return t}},formatTimeStamp:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),p=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+o+"-"+n+" "+r+":"+i+":"+p}},timeStampToYmd:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a;return t.getFullYear()+"-"+o+"-"+n}},timeStampToHms:function(e){if(e){var t=new Date(e);return(t.getHours()<10?"0"+t.getHours():t.getHours())+":"+(t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes())+":"+(t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds())}},formatTimeYmdHms:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=t.getDate()<10?"0"+t.getDate():t.getDate(),o=a<10?"0"+a:a,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),p=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"."+o+"."+n+" "+r+":"+i+":"+p}},formatPhoneNum:function(e){return e?(e=e.toString()).substr(0,3)+"****"+e.substr(7,11):""},formatName:function(e){return e?"**"+(e=e.toString()).substr(e.length-1,e.length):""},timeStampSpace:function(e){if(e){var t=new Date,a=new Date(Number(e)).getTime()-t.getTime();if(console.log(a),a<0)return"";var n=Math.floor(a/864e5);console.log(a,n);var o=a%864e5,r=o%36e5;return n+"天"+Math.floor(o/36e5)+"小时"+Math.floor(r/6e4)+"分"}}}),q=a("TUaa"),P=a.n(q),H=a("tyqE"),L=a.n(H),C=a("pRVe"),I=a.n(C),j=a("XsK6"),O=a.n(j),Y=a("QRL9"),N=a.n(Y),G=a("eMjc"),J=a.n(G),F=a("l9mu"),U=a.n(F),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;J()(document.querySelector("#pdfDom"),{allowTaint:!0,foreignObjectRendering:!0}).then(function(t){var a=t.width,n=t.height,o=a/592.28*841.89,r=n,i=0,p=592.28/a*n,s=t.toDataURL("image/jpeg",1),u=new U.a("","pt","a4");if(r<o)u.addImage(s,"JPEG",0,0,595.28,p);else for(;r>0;)u.addImage(s,"JPEG",0,i,595.28,p),i-=841.89,(r-=o)>0&&u.addPage();u.save(e+".pdf")})}}},z=a("/IwO"),K=a.n(z);i.a.polyfill(),Vue.use(K.a),K.a.initAMapApiLoader({key:"d53a58848be368a7398dc56d5670fe9c",plugin:["Autocomplete","PlaceSearch","Scale","OverView","Geocoder","ToolBar","MapType","PolyEditor","AMap.CircleEditor"],v:"1.4.4"}),Vue.use(X),Vue.use(O.a),Vue.use(N.a),Vue.use(I.a),Vue.use(L.a),Vue.use(P.a),Vue.config.productionTip=!1,Vue.use(w.a,{size:"large"}),Vue.use(y.a,b.a),Vue.axios.defaults.withCredentials=!0,o()(V).forEach(function(e){Vue.filter(e,V[e])}),D.beforeEach(function(e,t,a){window.axiosPromiseArr&&axiosPromiseArr.forEach(function(e,t){e.cancel(),delete axiosPromiseArr[t]});var n=window.location.origin;n.indexOf("localhost"),localStorage.getItem("userInfos"),"/"==e.path?a({path:"/login"}):a()}),new Vue({el:"#app",router:D,store:M,components:{App:s},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,27],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,46],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,33],"./apps/badEvaluate/index.vue":["AG22",0,18],"./apps/cloudDaily/customReport.vue":["ak3k",0,23],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,2],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,7],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,12],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,38],"./apps/cloudDaily/index.vue":["4QyY",0,26],"./apps/cloudDaily/systemReport.vue":["J/6z",0,4],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,19],"./apps/cloudDaily/template/block.vue":["O3gZ",31],"./apps/cloudDaily/template/date-range.vue":["2WGr",32],"./apps/cloudDaily/template/image.vue":["8dpP",45],"./apps/cloudDaily/template/input.vue":["zHtI",53],"./apps/cloudDaily/template/select.vue":["rYZf",39],"./apps/customerApp/index.vue":["QHTa",0,29],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,35],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,30],"./apps/customerApp/memberShowSet.vue":["odfG",0,42],"./apps/index.vue":["K1Vb",0,34],"./apps/quota/companyDaySet.vue":["NiGE",0,51],"./apps/quota/index.vue":["qSX4",0,47],"./apps/quota/monthList.vue":["fAFA",0,41],"./apps/quota/monthTask.vue":["NpHY",0,24],"./apps/quota/monthTaskDetail.vue":["YKf6",0,43],"./apps/quota/salerMonthDetail.vue":["+qr5",0,54],"./apps/quota/storeMonthTask.vue":["qWC+",0,50],"./apps/trafficTask/index.vue":["FmZU",0,49],"./apps/trafficTask/taskDetail.vue":["XrDD",0,8],"./apps/trafficTask/taskRecord.vue":["m+x7",0,44],"./apps/trafficTask/taskView.vue":["w2fd",0,16],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,28],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,55],"./business/contacts.vue":["/W60",0,3],"./business/index.vue":["jPcV",0,52],"./business/orgStructSet.vue":["OI5V",0,5],"./business/recycle.vue":["K8Yn",0,15],"./enterprise/adminList.vue":["zYBJ",0,21],"./enterprise/enterpriseSet.vue":["x5Fx",0,20],"./enterprise/index.vue":["m9dW",0,22],"./errorPage/403.vue":["6XGN",14],"./errorPage/404.vue":["AejC",17],"./errorPage/500.vue":["FskK",11],"./errorPage/gic-error.vue":["Q3j/",13],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,37],"./login/index.vue":["T+/8",0,10],"./overstore/index.vue":["Y55K",0,40],"./overstore/overStoreList.vue":["vuAV",0,25],"./reviewCenter/index.vue":["+lem",0,48],"./reviewCenter/reviewSet.vue":["6j9f",0,36],"./reviewCenter/reviewed.vue":["CLYF",0,9],"./reviewCenter/unreview.vue":["xCEU",0,6]};function o(e){var t=n[e];return t?Promise.all(t.slice(1).map(a.e)).then(function(){return a(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}o.keys=function(){return Object.keys(n)},o.id="Opzk",e.exports=o},SJI6:function(e,t){e.exports=Vuex},Xcu2:function(e,t){},lRwf:function(e,t){e.exports=Vue},pRNm:function(e,t){e.exports=VueRouter},tvR6:function(e,t){},uKUT:function(e,t){},xtVA:function(e,t){}},[0]);
\ No newline at end of file
......@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2018-10-08 10:45:05
* @LastEditors: 无尘
* @LastEditTime: 2020-03-19 09:37:40
* @LastEditors : 无尘
* @LastEditTime : 2020-04-07 15:02:20
*/
import 'babel-polyfill';
import promise from 'es6-promise';
......@@ -19,9 +19,10 @@ import store from './store/store';
/* eslint-disable */
import * as types from './store/types';
import '../static/css/index.less';
import 'element-ui/lib/theme-chalk/index.css'
import 'element-ui/lib/theme-chalk/index.css';
import '../static/font/iconfont.css';
import '../theme/index.css';
import '../static/css/dialog.css';
import filters from './filters/index.js';
import vueOfficeHeader from '@gic-test/vue-office-header';
......@@ -67,7 +68,7 @@ router.beforeEach((to, from, next) => {
axiosPromiseArr.forEach((ele, index) => {
ele.cancel();
delete axiosPromiseArr[index];
})
});
}
let baseUrl;
......
/* 弹窗效果 */
.dialog-fade-enter-active {
-webkit-animation: dialog-fade-in .3s;
animation: dialog-fade-in .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dialog-fade-leave-active {
-webkit-animation: dialog-fade-out .3s;
animation: dialog-fade-out .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dialog-fade-enter-active {
transform: scale(0);
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.dialog-fade-leave-active {
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes dialog-fade-in {
0% {
opacity: 0;
transform: scale(0, 0);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@keyframes dialog-fade-in {
0% {
opacity: 0;
transform: scale(0, 0);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@-webkit-keyframes dialog-fade-out {
0% {
transform: scale(1, 1)
}
100% {
opacity: 0;
transform: scale(0, 0);
}
}
@keyframes dialog-fade-out {
0% {
transform: scale(1, 1)
}
100% {
opacity: 0;
transform: scale(0, 0);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment