app.5d40814e.js 12 KB

1
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([["app"],{0:function(e,t,n){n("db4d"),e.exports=n("56d7")},"2b69":function(e,t,n){"use strict";n("426c")},"426c":function(e,t,n){},"56d7":function(e,t,n){"use strict";n.r(t);var i={};n.r(i),n.d(i,"toThousandFilter",(function(){return d})),n("456d"),n("ac6a"),n("cadf"),n("551c"),n("f751"),n("097d"),n("c5f6");var a={name:"commission",watch:{$route:function(){var e=this.$route.path;this.defaultActive=e}},data:function(){return{defaultActive:null,menuTableData:[{id:"3",label:"采销365平台",level:"1",path:"caixiao365"},{id:"2",label:"采销平台",level:"1",path:"caixiaopingtai",children:[{id:"21",level:"2",path:"caixiaopingtai-21",label:"业绩达成报表(销售)"},{id:"22",level:"2",path:"caixiaopingtai-22",label:"其他报表"}]},{id:"1",label:"516平台",level:"1",path:"516pingtai",children:[{id:"11",level:"2",path:"516pingtai-11",label:"业绩达成报表(销售)"},{id:"12",level:"2",path:"516pingtai-12",label:"其他报表"}]}]}},mounted:function(){},methods:{handleNodeClick:function(e){var t=e.level;e=e.id;2===Number(t)&&(this.keyId=e)}}},o=(n("5c0b"),n("2877")),l=Object(o.a)(a,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("div",{staticClass:"role-list fl"},[n("el-menu",{staticClass:"el-menu-vertical-demo",attrs:{"default-active":e.defaultActive,"default-openeds":["/caixiao365","/caixiaopingtai","/516pingtai"],router:"","background-color":"#545c64","text-color":"#fff","active-text-color":"#ffd04b"},on:{open:e.handleOpen,close:e.handleClose}},[e._l(e.menuTableData,(function(t,i){return[t.children&&0<t.children.length?n("el-submenu",{key:i+t.id,attrs:{index:"/"+t.path}},[n("template",{slot:"title"},[n("i",{staticClass:"el-icon-location"}),n("span",[e._v(e._s(t.label))])]),e._l(t.children,(function(a,o){return n("el-menu-item",{key:i+t.id+"-"+o,attrs:{index:"/"+a.path}},[e._v("\n "+e._s(a.label)+"\n ")])}))],2):n("el-menu-item",{key:i+t.id,attrs:{index:"/"+t.path}},[n("i",{staticClass:"el-icon-menu"}),n("span",{attrs:{slot:"title"},slot:"title"},[e._v(e._s(t.label))])])]}))],2)],1),n("div",{staticClass:"rule-view fr"},[n("router-view")],1)])}),[],!1,null,null,null).exports,r=(t=VueRouter,a=new t({mode:"hash",base:"/",scrollBehavior:function(){return{y:0}},routes:[{path:"/",redirect:"/caixiao365"},{path:"/caixiao365",component:function(){return n.e("chunk-b4bb6634").then(n.bind(null,"de98"))}},{path:"/caixiaopingtai-21",component:function(){return Promise.all([n.e("chunk-0fc5dce1"),n.e("chunk-2d21ee90")]).then(n.bind(null,"d828"))}},{path:"/caixiaopingtai-22",component:function(){return n.e("chunk-dda39280").then(n.bind(null,"2e3f"))}},{path:"/516pingtai-11",component:function(){return Promise.all([n.e("chunk-0fc5dce1"),n.e("chunk-2d0a4dce")]).then(n.bind(null,"07f7"))}},{path:"/516pingtai-12",component:function(){return n.e("chunk-681befa4").then(n.bind(null,"55bd"))}}]}),t.prototype.push);t.prototype.push=function(e){return r.call(this,e).catch((function(e){return e}))},Vue.use(t);t=a;var s=(n("e05f"),n("7f7f"),n("aa47")),c=(a={name:"ex-table",components:{"ex-slot":{functional:!0,props:{render:Function,scope:{type:Object,default:null},column:{type:Object,default:null}},render:function(e,t){return t.props.column&&(t.props.scope.column=t.props.column),t.props.render(e,t.props.scope)}}},props:{table:{type:Object,default:function(){}},data:{type:Array,default:function(){return[]}},columns:{type:Array,default:function(){return[]}},page:{type:[Boolean,Object],default:!1},conditions:{type:Array,default:function(){return[]}},isRowDrop:{type:Boolean,default:!1},isColDrop:{type:Boolean,default:!1},size:{type:String,default:"mini"}},computed:{screenColumns:function(){return this.columns.filter((function(e){return!0===e._screen_}))},setColumns:function(){return this.columns.filter((function(e){return!e._noset_}))},isHasScreenColumn:function(){return function(e){return this.conditions.some((function(t){return t.prop===e.prop}))}}},data:function(){return{tableSelection:[]}},watch:{},mounted:function(){this.rowDrop(),this.columnDrop()},directives:{drap:{inserted:function(e,t){e.onmousedown=function(n){var i=t.modifiers.parent?e.parentNode:e,a=document.body.offsetWidth,o=document.body.offsetHeight,l=i.offsetWidth,r=i.offsetHeight,s=n.clientX-i.offsetLeft,c=n.clientY-i.offsetTop;document.onmousemove=function(e){var n=e.clientX-s;e=e.clientY-c;t.modifiers.limit&&(n=a-l<(n=n<0?0:n)?a-l:n,e=o-r<(e=e<0?0:e)?o-r:e),i.style.left=n+"px",i.style.top=e+"px"},document.onmouseup=function(){document.onmousemove=null}}}}},methods:{arraySpanMethod:function(e){e.row,e.column,e.rowIndex,e.columnIndex},objectSpanMethod:function(e){e.row,e.column;var t=e.rowIndex;if(0===e.columnIndex)return t%2==0?{rowspan:2,colspan:1}:{rowspan:0,colspan:0}},rowDrop:function(){var e=this,t=document.querySelector(".el-table__body-wrapper > table > tbody");s.a.create(t,{disabled:!this.isRowDrop,ghostClass:"sortable-ghost",animation:180,delay:0,onEndevt:function(t){var n=e.data.splice(t.oldIndex,1)[0];e.data.splice(t.newIndex,0,n)}})},columnDrop:function(){var e=this,t=document.querySelector(".el-table__header-wrapper tr");s.a.create(t,{disabled:!this.isColDrop,ghostClass:"sortable-ghost",animation:180,delay:0,onEnd:function(t){var n=e.columns.splice(t.oldIndex,1)[0];e.columns.splice(t.newIndex,0,n)}})},getObjPrototype:function(e,t){return new Function("obj","return obj.".concat(t))(e)},doLayout:function(){var e;(e=this.$refs.elTable).doLayout.apply(e,arguments)},clearSelection:function(){var e;(e=this.$refs.elTable).clearSelection.apply(e,arguments)},toggleRowSelection:function(){var e;(e=this.$refs.elTable).toggleRowSelection.apply(e,arguments)},toggleAllSelection:function(){var e;(e=this.$refs.elTable).toggleAllSelection.apply(e,arguments)},setCurrentRow:function(){var e;(e=this.$refs.elTable).setCurrentRow.apply(e,arguments)},toggleRowExpansion:function(){var e;(e=this.$refs.elTable).toggleRowExpansion.apply(e,arguments)}}},n("fb35"),n("83a6"),Object(o.a)(a,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",{staticClass:"table-header"},[e._l(e.table._defaultHeader_,(function(t,i){return["setcol"==t?n("el-dropdown",{key:i,staticClass:"setcol-table-lie",attrs:{placement:"bottom-end",trigger:"click","hide-on-click":!1}},[n("el-button",{attrs:{size:"small"}},[e._v("列设置")]),n("el-dropdown-menu",{class:"ex-table-setcol-dropdown",attrs:{slot:"dropdown"},slot:"dropdown"},[e._l(e.setColumns,(function(t,i){return[t._noset_?e._e():n("el-dropdown-item",{key:"setColumns"+i},[n("el-switch",{attrs:{"active-text":t.label,"active-value":!1,"inactive-value":!0},model:{value:t._hidden_,callback:function(n){e.$set(t,"_hidden_",n)},expression:"column._hidden_"}})],1)]}))],2)],1):e._e()]})),e._t("table-header",null,{selection:e.tableSelection,alldata:e.data})],2),n("el-table",e._g(e._b({ref:"elTable",staticStyle:{width:"100%"},attrs:{data:e.data,size:e.size,"span-method":e.arraySpanMethod},on:{"selection-change":function(t){e.tableSelection=t}}},"el-table",e.table,!1),e.$listeners),[e._l(e.columns,(function(t,i){return[t._hidden_||!t.type||t._slot_?t._hidden_?e._e():n("el-table-column",e._b({key:i,attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"header",fn:function(i){return[n("span",[e._v(e._s(t.label))]),t._screen_?n("span",{on:{click:function(n){return n.stopPropagation(),e.addConditionItemByCol(t,i)}}},[!1===t._screen_tip_?n("i",{staticClass:"el-icon-connection",style:e.isHasScreenColumn(t)?"color:#3888e5;":""}):n("el-tooltip",{staticClass:"item",attrs:{effect:t._screen_tip_effect_||"dark",content:t._screen_tip_||"筛选",placement:t._screen_tip_placement_||"top"}},[n("i",{staticClass:"el-icon-connection",style:e.isHasScreenColumn(t)?"color:#3888e5;":""})])],1):e._e()]}},{key:"default",fn:function(i){return t._slot_?e._t(t._slot_,null,{scope:i}):t._render_?[n("ex-slot",{attrs:{column:t,render:t._render_,scope:i}})]:[n("span",[e._v(e._s(t._format_?t._format_(i.row):e.getObjPrototype(i.row,t.prop)))])]}}],null,!0)},"el-table-column",t,!1)):n("el-table-column",e._b({key:i,attrs:{align:"center",width:"45px"}},"el-table-column",t,!1))]}))],2),!1!==e.page&&e.data&&0<e.data.length?n("div",{staticClass:"Pagination",staticStyle:{"text-align":"right","margin-top":"10px"}},[n("el-pagination",{attrs:{"current-page":e.page.curr,"page-sizes":[15,50,100],"page-size":e.page.size,size:e.searchSize,layout:"total, sizes, prev, pager, next, jumper",total:e.page.total},on:{"size-change":function(t){return e.$emit("page-size-change",t)},"current-change":function(t){return e.$emit("page-curr-change",t)}}})],1):e._e()],1)}),[],!1,null,"0173bce6",null).exports),u=(a={name:"PeriodDatePicker",props:["start","end","disabled","size","width","placeholder"],data:function(){var e=this;return{startTime:this.start,endTime:this.end,isEdit:this.disabled,pickerOptions1:{disabledDate:function(t){if(null!=e.endTime&&""!=e.endTime&&t)return t.getTime()>=new Date(e.endTime).valueOf()}},pickerOptions2:{disabledDate:function(t){if(null!=e.startTime&&""!=e.startTime&&t)return t.getTime()<=new Date(e.startTime).valueOf()}}}},watch:{disabled:function(e){this.isEdit=e},start:function(e){this.startTime=e},end:function(e){this.endTime=e}},mounted:function(){},methods:{timeChange:function(){""!==this.startTime&&null!==this.startTime&&""!==this.endTime&&null!==this.endTime&&(this.endTime&&31536e6<new Date(this.endTime).valueOf()-new Date(this.startTime).valueOf()?(this.$message.error("时间跨度不能超过一年"),this.startTime="",this.endTime=""):new Date(this.endTime).valueOf()<new Date(this.startTime).valueOf()&&(this.$message.error("结束时间不大于开始时间!"),this.startTime="",this.endTime="")),this.timeReturned()},timeReturned:function(){var e=null==this.startTime?"":this.startTime,t=null==this.endTime?"":this.endTime;t={startTime:""==e?"":this.transformTime(e),endTime:""==t?"":this.transformTime(t)};this.$emit("timeReturned",t)},transformTime:function(e){var t=new Date(e),n=t.getFullYear();e=t.getMonth()+1,t=t.getDate();return n+"-"+(e<10?"0"+e:e)+"-"+(t<10?"0"+t:t)}}},n("2b69"),Object(o.a)(a,(function(){var e=this,t=e.$createElement;t=e._self._c||t;return t("div",{staticClass:"fl time"},[t("el-date-picker",{staticClass:"date-picker",staticStyle:{margin:"0"},style:{width:e.width},attrs:{type:"date",size:e.size,placeholder:(e.placeholder||"")+"开始日期","value-format":"yyyy-MM-dd","picker-options":e.pickerOptions1,editable:!1,clearable:!0,disabled:e.isEdit},on:{change:e.timeChange},model:{value:e.startTime,callback:function(t){e.startTime=t},expression:"startTime"}}),t("samp",{staticStyle:{padding:"0 3px",margin:"0"}},[e._v("至")]),t("el-date-picker",{staticClass:"date-picker",staticStyle:{margin:"0"},style:{width:e.width},attrs:{size:e.size,type:"date",placeholder:(e.placeholder||"")+"结束日期",disabled:e.isEdit,"picker-options":e.pickerOptions2,editable:!1,"value-format":"yyyy-MM-dd",clearable:!0},on:{change:e.timeChange},model:{value:e.endTime,callback:function(t){e.endTime=t},expression:"endTime"}})],1)}),[],!1,null,null,null).exports);o={install:function(e){e.component(c.name,c),e.component(u.name,u)}},a=n("5c96"),a=n.n(a);function d(e){return"-"===e?e:(+e||0).toString().replace(/^-?\d+/g,(function(e){return e.replace(/(?=(?!\b)(\d{3})+$)/g,",")}))}n("0fae"),n("6b54"),n("a481"),Vue.use(o),Vue.use(a.a),Object.keys(i).forEach((function(e){Vue.filter(e,i[e])})),Vue.config.productionTip=!1,window.vm=new Vue({router:t,render:function(e){return e(l)}}).$mount("#app")},"5c0b":function(e,t,n){"use strict";n("e332")},"6a0f":function(e,t,n){},"83a6":function(e,t,n){"use strict";n("88ca")},"88ca":function(e,t,n){},"8bbf":function(e,t){e.exports=Vue},e332:function(e,t,n){},fb35:function(e,t,n){"use strict";n("6a0f")}},[[0,"runtime","chunk-elementUI","chunk-libs"]]]);