Commit 2fd8b97f by 无尘

feat: 增加 明细

parent 56324cee
<!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.28.css><link href=./static/css/app.54c88ce8112e2f437a9b571e9178e928.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 src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.3d0c1dcadc53fdff1b44.js></script><script type=text/javascript src=./static/js/vendor.a8492ff9b5740480be69.js></script><script type=text/javascript src=./static/js/app.5fdc6019adcbe2cebacc.js></script></body></html> <!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.28.css><link href=./static/css/app.f8a268d0b04f20dc7e79e6d9029bb0f6.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 src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.932abca6b5551d59f283.js></script><script type=text/javascript src=./static/js/vendor.a8492ff9b5740480be69.js></script><script type=text/javascript src=./static/js/app.ee5c023ba36362589e0f.js></script></body></html>
\ No newline at end of file \ No newline at end of file
webpackJsonp([19],{"6/NV":function(e,t){},AD6G:function(e,t){},YWmc:function(e,t){},xDJN:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("Xxa5"),o=a.n(n),i=a("exGp"),r=a.n(i),s=a("P9l9"),c=a("Ch4/"),l=a("PI0u"),d={props:{brandId:{type:String,default:function(){return""}},coupCardId:{type:String,default:function(){return""}}},data:function(){var e=this;return{dialogVisible:!0,loading:!1,tableData:[],conditionObj:{searchInput:"",searchType:"1",storeGroup:[],dateRange:[]},choiceDateCopy:[],pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,t])}},{text:"最近一个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,t])}},{text:"最近三个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,t])}}],onPick:function(t){var a=t.maxDate,n=t.minDate;e.choiceDateCopy=[n.getTime()],a&&(e.choiceDateCopy=[])},disabledDate:function(t){if(e.choiceDateCopy.length){var a=e.choiceDateCopy[0]-31536e6,n=e.choiceDateCopy[0]+31536e6;return t.getTime()<a||t.getTime()>n||t.getTime()>Date.now()-864e4}return t.getTime()>Date.now()-864e4}},currentPage:1,pageSize:20,total:0}},methods:{handleClose:function(e){this.$emit("closeGetRecord")},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList()},500),clearInput:function(){this.currentPage=1,this.getTableList()},changeDate:function(e){e||(this.choiceDateCopy=[],this.conditionObj.dateRange=[]),this.getTableList()},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},getTableList:function(e){var t=this;t.loading=!0;var a=[],n=[],o=[];t.conditionObj.storeGroup.forEach(function(e){1==e.type&&o.push(e.employeeClerkId),2==e.type&&a.push(e.groupId),3==e.type&&n.push(e.storeId)}),t.conditionObj.dateRange||(t.conditionObj.dateRange=[]);var i={coupCardId:t.coupCardId,searchType:t.conditionObj.searchType,search:t.conditionObj.searchInput||"",groupIds:a.join(",")||"",storeIds:n.join(",")||"",clerkIds:o.join(",")||"",startDate:t.conditionObj.dateRange[0]||"",endDate:t.conditionObj.dateRange[1]||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.brandId};Object(s.d)("/haoban-app-customer-web/cardCoupon/find-receive-card-page",i).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return t.tableData=a.result.list||[],t.total=a.result.pageInfo.total,!1;c.a.errorMsg(a)}).catch(function(e){t.loading=!1,t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(e,t){e&&(this.activeBrand=e,this.getTableList())},coupCardId:function(e,t){e&&this.getTableList()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"领取记录",visible:e.dialogVisible,width:"802px","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-369",attrs:{placeholder:2==e.conditionObj.searchType?"请输入会员手机号/卡号 ":"请输入导购姓名/手机号/code",clearable:""},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.toInput(a,e.conditionObj.searchInput);var a}},model:{value:e.conditionObj.searchInput,callback:function(t){e.$set(e.conditionObj,"searchInput",t)},expression:"conditionObj.searchInput"}},[a("el-select",{staticClass:"w-103",attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.conditionObj.searchType,callback:function(t){e.$set(e.conditionObj,"searchType",t)},expression:"conditionObj.searchType"}},[a("el-option",{attrs:{label:"按导购",value:"1"}})],1)],1),a("el-date-picker",{staticClass:"m-l-10",attrs:{"prefix-icon":"el-icon-time","picker-options":e.pickerOptions,editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间"},on:{change:e.changeDate},model:{value:e.conditionObj.dateRange,callback:function(t){e.$set(e.conditionObj,"dateRange",t)},expression:"conditionObj.dateRange"}})],1)]),e._v(" "),a("div",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:e.tableH},attrs:{data:e.tableData,height:"450","tooltip-effect":"dark"}},[a("el-table-column",{attrs:{label:"导购信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.clerkName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"导购手机号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.clerkPhone||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.memberName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员卡号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.memberCardNo||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"领取时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.receiveTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.receiveTime)))])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var p=a("VU/8")(d,u,!1,function(e){a("YWmc")},"data-v-71a1ad78",null).exports,h={props:{brandId:{type:String,default:function(){return""}},coupCardId:{type:String,default:function(){return""}}},data:function(){var e=this;return{dialogVisible:!0,loading:!1,tableData:[],conditionObj:{searchInput:"",searchType:"1",storeGroup:[],dateRange:[]},choiceDateCopy:[],pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,t])}},{text:"最近一个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,t])}},{text:"最近三个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,t])}}],onPick:function(t){var a=t.maxDate,n=t.minDate;e.choiceDateCopy=[n.getTime()],a&&(e.choiceDateCopy=[])},disabledDate:function(t){if(e.choiceDateCopy.length){var a=e.choiceDateCopy[0]-31536e6,n=e.choiceDateCopy[0]+31536e6;return t.getTime()<a||t.getTime()>n||t.getTime()>Date.now()-864e4}return t.getTime()>Date.now()-864e4}},currentPage:1,pageSize:20,total:0}},methods:{handleClose:function(e){this.$emit("closeSendRecord")},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList()},500),clearInput:function(){this.currentPage=1,this.getTableList()},changeDate:function(e){e||(this.choiceDateCopy=[],this.conditionObj.dateRange=[]),this.getTableList()},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},getTableList:function(e){var t=this;t.loading=!0;var a=[],n=[],o=[];t.conditionObj.storeGroup.forEach(function(e){1==e.type&&o.push(e.employeeClerkId),2==e.type&&a.push(e.groupId),3==e.type&&n.push(e.storeId)}),t.conditionObj.dateRange||(t.conditionObj.dateRange=[]);var i={coupCardId:t.coupCardId,searchType:t.conditionObj.searchType,search:t.conditionObj.searchInput||"",groupIds:a.join(",")||"",storeIds:n.join(",")||"",clerkIds:o.join(",")||"",startDate:t.conditionObj.dateRange[0]||"",endDate:t.conditionObj.dateRange[1]||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.brandId};Object(s.d)("/haoban-app-customer-web/cardCoupon/find-send-card-page",i).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return t.tableData=a.result.list||[],t.total=a.result.pageInfo.total,!1;c.a.errorMsg(a)}).catch(function(e){t.loading=!1,t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(e,t){e&&(this.activeBrand=e,this.getTableList())},coupCardId:function(e,t){e&&this.getTableList()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},g={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"发送记录",visible:e.dialogVisible,width:"802px","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-369",attrs:{placeholder:2==e.conditionObj.searchType?"请输入会员手机号/卡号 ":"请输入导购姓名/手机号/code",clearable:""},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.toInput(a,e.conditionObj.searchInput);var a}},model:{value:e.conditionObj.searchInput,callback:function(t){e.$set(e.conditionObj,"searchInput",t)},expression:"conditionObj.searchInput"}},[a("el-select",{staticClass:"w-103",attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.conditionObj.searchType,callback:function(t){e.$set(e.conditionObj,"searchType",t)},expression:"conditionObj.searchType"}},[a("el-option",{attrs:{label:"按导购",value:"1"}})],1)],1),a("el-date-picker",{staticClass:"m-l-10",attrs:{"prefix-icon":"el-icon-time","picker-options":e.pickerOptions,editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间"},on:{change:e.changeDate},model:{value:e.conditionObj.dateRange,callback:function(t){e.$set(e.conditionObj,"dateRange",t)},expression:"conditionObj.dateRange"}})],1)]),e._v(" "),a("div",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:e.tableH},attrs:{data:e.tableData,"tooltip-effect":"dark",height:"450"}},[a("el-table-column",{attrs:{label:"导购信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.clerkName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"导购手机号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.clerkPhone||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.memberName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员卡号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.memberCardNo||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发送时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.sendTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.sendTime)))])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var f={components:{cardGetRecord:p,cardSendRecord:a("VU/8")(h,g,!1,function(e){a("6/NV")},"data-v-2396dfdb",null).exports},props:{brandId:{type:String,default:""}},data:function(){return{activeId:"2",searchInput:"",tableData:[],loading:!1,currentPage:1,pageSize:20,total:0,getRecordShow:!1,sendRecordShow:!1,coupCardId:""}},filters:{percenteNum:function(e){return e>0?Number(100*e).toFixed(2)+"%":Number(e).toFixed(2)+"%"}},watch:{brandId:function(e){e&&this.getTableList()}},methods:{showGetRecord:function(e,t){this.coupCardId=t.coupCardId,this.getRecordShow=!0},closeGetRecord:function(){this.getRecordShow=!1},showSendRecord:function(e,t){this.coupCardId=t.coupCardId,this.sendRecordShow=!0},closeSendRecord:function(){this.sendRecordShow=!1},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList(this.brandId)},500),clearInput:function(){this.currentPage=1,this.getTableList(this.brandId)},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},changeYear:function(){this.currentPage=1,this.getTableList()},getTableList:function(){var e=this;return r()(o.a.mark(function t(){var a,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:(a=e).loading=!0,n={gicEnterpriseId:a.brandId,search:a.searchInput||"",pageNum:a.currentPage,pageSize:a.pageSize},Object(s.d)("/haoban-app-customer-web/cardCoupon/find-card-log-page",n).then(function(e){var t=e.data;if(a.loading=!1,1==t.errorCode)return a.tableData=t.result.list||[],void(a.total=t.result.pageInfo.total);c.a.errorMsg(t)}).catch(function(e){a.loading=!1,a.$message.error({duration:1e3,message:e.message})});case 4:case"end":return t.stop()}},t,e)}))()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},b={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("section",{staticClass:"common-right-wrap"},[a("div",{staticClass:"p-20"},[e._m(0),e._v(" "),a("div",{staticClass:"m-b-20"}),e._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",staticStyle:{width:"calc(100% - 3px)"},attrs:{data:e.tableData,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{prop:"",label:"卡券名称","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.cardName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"",width:"96"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"发送卡券数量,包含扫码发券数",placement:"right"}},[a("span",{staticStyle:{cursor:"pointer","padding-bottom":"2px","border-bottom":"1px dashed #2F54EB"}},[e._v("发送数量")])])]}},{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.issuingQuantity)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"领取数量"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.getedQuantity))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"领取率"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(e._f("percenteNum")(t.row.getedRate)))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"使用数量"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.usageQuantity))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"核销率"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(e._f("percenteNum")(t.row.verificationRate)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"销售额"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.saleAmount))])]}}])}),e._v(" "),a("el-table-column",{attrs:{width:"150"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"导购发送卡券的总人数统计,次日刷新",placement:"right"}},[a("span",{staticStyle:{cursor:"pointer","padding-bottom":"2px","border-bottom":"1px dashed #2F54EB"}},[e._v("导购发送卡券人数")])])]}},{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.sendMemberCount)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",width:"200",label:"操作",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.showSendRecord(t.$index,t.row,"1")}}},[e._v("发送记录")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.showGetRecord(t.$index,t.row,"2")}}},[e._v("领取记录")])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1),e._v(" "),e.getRecordShow?a("card-get-record",{attrs:{brandId:e.brandId,coupCardId:e.coupCardId},on:{closeGetRecord:e.closeGetRecord}}):e._e(),e._v(" "),e.sendRecordShow?a("card-send-record",{attrs:{brandId:e.brandId,coupCardId:e.coupCardId},on:{closeSendRecord:e.closeSendRecord}}):e._e()],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"overstore-tip m-b-20",staticStyle:{width:"978px"}},[t("div",{staticClass:"el-alert el-alert--info flex flex-align-start",attrs:{role:"alert"}},[t("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),t("div",{staticClass:"el-alert__content"},[t("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("当前卡券记录中发送数量、领取数量、领取率、使用数量、核销率、销售额为gic总体卡券记录,包含好办使用记录。后续更新将统计好办渠道卡券记录")])])])])}]};var m=a("VU/8")(f,b,!1,function(e){a("AD6G")},"data-v-62b1ff27",null);t.default=m.exports}});
\ No newline at end of file
webpackJsonp([19],{"6/NV":function(e,t){},YWmc:function(e,t){},xDJN:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("Xxa5"),o=a.n(n),i=a("exGp"),r=a.n(i),s=a("P9l9"),c=a("Ch4/"),l=a("PI0u"),d={props:{brandId:{type:String,default:function(){return""}},coupCardId:{type:String,default:function(){return""}}},data:function(){var e=this;return{dialogVisible:!0,loading:!1,tableData:[],conditionObj:{searchInput:"",searchType:"1",storeGroup:[],dateRange:[]},choiceDateCopy:[],pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,t])}},{text:"最近一个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,t])}},{text:"最近三个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,t])}}],onPick:function(t){var a=t.maxDate,n=t.minDate;e.choiceDateCopy=[n.getTime()],a&&(e.choiceDateCopy=[])},disabledDate:function(t){if(e.choiceDateCopy.length){var a=e.choiceDateCopy[0]-31536e6,n=e.choiceDateCopy[0]+31536e6;return t.getTime()<a||t.getTime()>n||t.getTime()>Date.now()-864e4}return t.getTime()>Date.now()-864e4}},currentPage:1,pageSize:20,total:0}},methods:{handleClose:function(e){this.$emit("closeGetRecord")},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList()},500),clearInput:function(){this.currentPage=1,this.getTableList()},changeDate:function(e){e||(this.choiceDateCopy=[],this.conditionObj.dateRange=[]),this.getTableList()},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},getTableList:function(e){var t=this;t.loading=!0;var a=[],n=[],o=[];t.conditionObj.storeGroup.forEach(function(e){1==e.type&&o.push(e.employeeClerkId),2==e.type&&a.push(e.groupId),3==e.type&&n.push(e.storeId)}),t.conditionObj.dateRange||(t.conditionObj.dateRange=[]);var i={coupCardId:t.coupCardId,searchType:t.conditionObj.searchType,search:t.conditionObj.searchInput||"",groupIds:a.join(",")||"",storeIds:n.join(",")||"",clerkIds:o.join(",")||"",startDate:t.conditionObj.dateRange[0]||"",endDate:t.conditionObj.dateRange[1]||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.brandId};Object(s.d)("/haoban-app-customer-web/cardCoupon/find-receive-card-page",i).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return t.tableData=a.result.list||[],t.total=a.result.pageInfo.total,!1;c.a.errorMsg(a)}).catch(function(e){t.loading=!1,t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(e,t){e&&(this.activeBrand=e,this.getTableList())},coupCardId:function(e,t){e&&this.getTableList()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"领取记录",visible:e.dialogVisible,width:"802px","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-369",attrs:{placeholder:2==e.conditionObj.searchType?"请输入会员手机号/卡号 ":"请输入导购姓名/手机号/code",clearable:""},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.toInput(a,e.conditionObj.searchInput);var a}},model:{value:e.conditionObj.searchInput,callback:function(t){e.$set(e.conditionObj,"searchInput",t)},expression:"conditionObj.searchInput"}},[a("el-select",{staticClass:"w-103",attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.conditionObj.searchType,callback:function(t){e.$set(e.conditionObj,"searchType",t)},expression:"conditionObj.searchType"}},[a("el-option",{attrs:{label:"按导购",value:"1"}})],1)],1),a("el-date-picker",{staticClass:"m-l-10",attrs:{"prefix-icon":"el-icon-time","picker-options":e.pickerOptions,editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间"},on:{change:e.changeDate},model:{value:e.conditionObj.dateRange,callback:function(t){e.$set(e.conditionObj,"dateRange",t)},expression:"conditionObj.dateRange"}})],1)]),e._v(" "),a("div",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:e.tableH},attrs:{data:e.tableData,height:"450","tooltip-effect":"dark"}},[a("el-table-column",{attrs:{label:"导购信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.clerkName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"导购手机号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.clerkPhone||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.memberName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员卡号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.memberCardNo||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"领取时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.receiveTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.receiveTime)))])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var p=a("VU/8")(d,u,!1,function(e){a("YWmc")},"data-v-71a1ad78",null).exports,h={props:{brandId:{type:String,default:function(){return""}},coupCardId:{type:String,default:function(){return""}}},data:function(){var e=this;return{dialogVisible:!0,loading:!1,tableData:[],conditionObj:{searchInput:"",searchType:"1",storeGroup:[],dateRange:[]},choiceDateCopy:[],pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,t])}},{text:"最近一个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,t])}},{text:"最近三个月",onClick:function(e){var t=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,t])}}],onPick:function(t){var a=t.maxDate,n=t.minDate;e.choiceDateCopy=[n.getTime()],a&&(e.choiceDateCopy=[])},disabledDate:function(t){if(e.choiceDateCopy.length){var a=e.choiceDateCopy[0]-31536e6,n=e.choiceDateCopy[0]+31536e6;return t.getTime()<a||t.getTime()>n||t.getTime()>Date.now()-864e4}return t.getTime()>Date.now()-864e4}},currentPage:1,pageSize:20,total:0}},methods:{handleClose:function(e){this.$emit("closeSendRecord")},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList()},500),clearInput:function(){this.currentPage=1,this.getTableList()},changeDate:function(e){e||(this.choiceDateCopy=[],this.conditionObj.dateRange=[]),this.getTableList()},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},getTableList:function(e){var t=this;t.loading=!0;var a=[],n=[],o=[];t.conditionObj.storeGroup.forEach(function(e){1==e.type&&o.push(e.employeeClerkId),2==e.type&&a.push(e.groupId),3==e.type&&n.push(e.storeId)}),t.conditionObj.dateRange||(t.conditionObj.dateRange=[]);var i={coupCardId:t.coupCardId,searchType:t.conditionObj.searchType,search:t.conditionObj.searchInput||"",groupIds:a.join(",")||"",storeIds:n.join(",")||"",clerkIds:o.join(",")||"",startDate:t.conditionObj.dateRange[0]||"",endDate:t.conditionObj.dateRange[1]||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.brandId};Object(s.d)("/haoban-app-customer-web/cardCoupon/find-send-card-page",i).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return t.tableData=a.result.list||[],t.total=a.result.pageInfo.total,!1;c.a.errorMsg(a)}).catch(function(e){t.loading=!1,t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(e,t){e&&(this.activeBrand=e,this.getTableList())},coupCardId:function(e,t){e&&this.getTableList()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},g={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-dialog",{attrs:{title:"发送记录",visible:e.dialogVisible,width:"802px","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-369",attrs:{placeholder:2==e.conditionObj.searchType?"请输入会员手机号/卡号 ":"请输入导购姓名/手机号/code",clearable:""},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return a=t,e.toInput(a,e.conditionObj.searchInput);var a}},model:{value:e.conditionObj.searchInput,callback:function(t){e.$set(e.conditionObj,"searchInput",t)},expression:"conditionObj.searchInput"}},[a("el-select",{staticClass:"w-103",attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:e.conditionObj.searchType,callback:function(t){e.$set(e.conditionObj,"searchType",t)},expression:"conditionObj.searchType"}},[a("el-option",{attrs:{label:"按导购",value:"1"}})],1)],1),a("el-date-picker",{staticClass:"m-l-10",attrs:{"prefix-icon":"el-icon-time","picker-options":e.pickerOptions,editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间"},on:{change:e.changeDate},model:{value:e.conditionObj.dateRange,callback:function(t){e.$set(e.conditionObj,"dateRange",t)},expression:"conditionObj.dateRange"}})],1)]),e._v(" "),a("div",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:e.tableH},attrs:{data:e.tableData,"tooltip-effect":"dark",height:"450"}},[a("el-table-column",{attrs:{label:"导购信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.clerkName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"导购手机号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.clerkPhone||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员信息","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.memberName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"会员卡号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.memberCardNo||"--"))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"发送时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToYmd")(t.row.sendTime)))]),e._v(" "),a("div",{staticClass:"color-606266 line-18"},[e._v(e._s(e._f("timeStampToHms")(t.row.sendTime)))])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1)])},staticRenderFns:[]};var f={components:{cardGetRecord:p,cardSendRecord:a("VU/8")(h,g,!1,function(e){a("6/NV")},"data-v-2396dfdb",null).exports},props:{brandId:{type:String,default:""}},data:function(){return{activeId:"2",searchInput:"",tableData:[],loading:!1,currentPage:1,pageSize:20,total:0,getRecordShow:!1,sendRecordShow:!1,coupCardId:""}},filters:{percenteNum:function(e){return e>0?Number(100*e).toFixed(2)+"%":Number(e).toFixed(2)+"%"}},watch:{brandId:function(e){e&&this.getTableList()}},methods:{showGetRecord:function(e,t){this.coupCardId=t.coupCardId,this.getRecordShow=!0},closeGetRecord:function(){this.getRecordShow=!1},showSendRecord:function(e,t){this.coupCardId=t.coupCardId,this.sendRecordShow=!0},closeSendRecord:function(){this.sendRecordShow=!1},toInput:Object(l.a)(function(e,t){this.currentPage=1,this.getTableList(this.brandId)},500),clearInput:function(){this.currentPage=1,this.getTableList(this.brandId)},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},changeYear:function(){this.currentPage=1,this.getTableList()},getTableList:function(){var e=this;return r()(o.a.mark(function t(){var a,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:(a=e).loading=!0,n={gicEnterpriseId:a.brandId,search:a.searchInput||"",pageNum:a.currentPage,pageSize:a.pageSize},Object(s.d)("/haoban-app-customer-web/cardCoupon/find-card-log-page",n).then(function(e){var t=e.data;if(a.loading=!1,1==t.errorCode)return a.tableData=t.result.list||[],void(a.total=t.result.pageInfo.total);c.a.errorMsg(t)}).catch(function(e){a.loading=!1,a.$message.error({duration:1e3,message:e.message})});case 4:case"end":return t.stop()}},t,e)}))()}},mounted:function(){this.$emit("showTab","2"),this.brandId&&this.getTableList()}},b={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("section",{staticClass:"common-right-wrap"},[a("div",{staticClass:"p-20"},[e._m(0),e._v(" "),a("div",{staticClass:"m-b-20"}),e._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",staticStyle:{width:"calc(100% - 3px)"},attrs:{data:e.tableData,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{prop:"",label:"卡券名称","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.cardName)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"",width:"96"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"发送卡券数量,包含扫码发券数",placement:"right"}},[a("span",{staticStyle:{cursor:"pointer","padding-bottom":"2px","border-bottom":"1px dashed #2F54EB"}},[e._v("发送数量")])])]}},{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.issuingQuantity)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"领取数量"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.getedQuantity))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"领取率"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(e._f("percenteNum")(t.row.getedRate)))]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"使用数量"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.usageQuantity))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"核销率"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(e._f("percenteNum")(t.row.verificationRate)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"销售额"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.saleAmount))])]}}])}),e._v(" "),a("el-table-column",{attrs:{width:"150"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"导购发送卡券的总人数统计,次日刷新",placement:"right"}},[a("span",{staticStyle:{cursor:"pointer","padding-bottom":"2px","border-bottom":"1px dashed #2F54EB"}},[e._v("导购发送卡券人数")])])]}},{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.sendMemberCount)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",width:"200",label:"操作",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.showSendRecord(t.$index,t.row,"1")}}},[e._v("发送记录")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.showGetRecord(t.$index,t.row,"2")}}},[e._v("领取记录")])]}}])})],1),e._v(" "),0!=e.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":e.currentPage,"page-sizes":[20,40,60,80],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1):e._e()],1),e._v(" "),e.getRecordShow?a("card-get-record",{attrs:{brandId:e.brandId,coupCardId:e.coupCardId},on:{closeGetRecord:e.closeGetRecord}}):e._e(),e._v(" "),e.sendRecordShow?a("card-send-record",{attrs:{brandId:e.brandId,coupCardId:e.coupCardId},on:{closeSendRecord:e.closeSendRecord}}):e._e()],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"overstore-tip m-b-20",staticStyle:{width:"978px"}},[t("div",{staticClass:"el-alert el-alert--info el-alert-tip flex flex-align-start",attrs:{role:"alert"}},[t("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),t("div",{staticClass:"el-alert__content"},[t("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("当前卡券记录中发送数量、领取数量、领取率、使用数量、核销率、销售额为gic总体卡券记录,包含好办使用记录。后续更新将统计好办渠道卡券记录")])])])])}]};var m=a("VU/8")(f,b,!1,function(e){a("yFft")},"data-v-0609d876",null);t.default=m.exports},yFft:function(e,t){}});
\ No newline at end of file
webpackJsonp([51],{"1xOT":function(t,e){},"TLd+":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("3Xzz"),o=a("P9l9"),l=a("Ch4/"),s=a("Q0Ca"),i=a("3E4D"),r={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"区域登录明细",path:""}],selectDay:"",pickerOptions:{disabledDate:function(t){var e=Date.now()-6912e5;return t.getTime()>=Date.now()-864e5||t.getTime()<e}},currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{toRedirect:function(t){this.$router.push("/loginDetail?storeId="+t.storeId)},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){if(!this.multipleSelection.length)return i.a.showmsg("请选择导购","warning"),!1;this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={selectType:t.selectRadio,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.taskId}).join(",")};Object(o.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return l.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),n=document.createElement("a");n.download="门店任务导购报表.csv",n.style.display="none",n.href=URL.createObjectURL(a),document.body.appendChild(n),n.click(),URL.revokeObjectURL(n.href),document.body.removeChild(n)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var e=this;Object(o.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result||[],!1;l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){var t=this;t.selectDay=s.a.timeStampToYmd((new Date).getTime()-864e5),t.$nextTick(function(){t.getTableList()}),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:n.a}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),a("div",{staticClass:"chart-body m-t-20"}),t._v(" "),a("div",{staticClass:"table-search"},[a("div",{staticClass:"flex flex-space-between"},[a("div",[a("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"date",placeholder:"选择日期","picker-options":t.pickerOptions},model:{value:t.selectDay,callback:function(e){t.selectDay=e},expression:"selectDay"}}),t._v(" "),a("span",{staticClass:"font-14 color-606266"},[t._v("筛选条件下,当日所有区域登录人数总计为 "+t._s(t.total)+" 人,名单如下:")])],1),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("div",{staticClass:"m-t-20"},[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店名称","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.enterpriseName||"--")+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店code","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店区域","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录率","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录人数","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toRedirect(e.row)}}},[t._v("查看人员名单")])]}}])})],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"flex flex-space-between"},[e("div",{staticClass:"font-16 color-303133"},[this._v("近七天所有区域平均登录率趋势")]),this._v(" "),e("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start w-426",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var d=a("VU/8")(r,c,!1,function(t){a("1xOT")},"data-v-6da9ec1c",null);e.default=d.exports}}); webpackJsonp([50],{"1xOT":function(t,e){},"TLd+":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("3Xzz"),o=a("P9l9"),l=a("Ch4/"),s=a("Q0Ca"),i=a("3E4D"),r={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"区域登录明细",path:""}],selectDay:"",pickerOptions:{disabledDate:function(t){var e=Date.now()-6912e5;return t.getTime()>=Date.now()-864e5||t.getTime()<e}},currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{toRedirect:function(t){this.$router.push("/loginDetail?storeId="+t.storeId)},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){if(!this.multipleSelection.length)return i.a.showmsg("请选择导购","warning"),!1;this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={selectType:t.selectRadio,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.taskId}).join(",")};Object(o.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return l.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),n=document.createElement("a");n.download="门店任务导购报表.csv",n.style.display="none",n.href=URL.createObjectURL(a),document.body.appendChild(n),n.click(),URL.revokeObjectURL(n.href),document.body.removeChild(n)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var e=this;Object(o.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result||[],!1;l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){var t=this;t.selectDay=s.a.timeStampToYmd((new Date).getTime()-864e5),t.$nextTick(function(){t.getTableList()}),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:n.a}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),a("div",{staticClass:"chart-body m-t-20"}),t._v(" "),a("div",{staticClass:"table-search"},[a("div",{staticClass:"flex flex-space-between"},[a("div",[a("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"date",placeholder:"选择日期","picker-options":t.pickerOptions},model:{value:t.selectDay,callback:function(e){t.selectDay=e},expression:"selectDay"}}),t._v(" "),a("span",{staticClass:"font-14 color-606266"},[t._v("筛选条件下,当日所有区域登录人数总计为 "+t._s(t.total)+" 人,名单如下:")])],1),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("div",{staticClass:"m-t-20"},[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店名称","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.enterpriseName||"--")+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店code","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"门店区域","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录率","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录人数","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toRedirect(e.row)}}},[t._v("查看人员名单")])]}}])})],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"flex flex-space-between"},[e("div",{staticClass:"font-16 color-303133"},[this._v("近七天所有区域平均登录率趋势")]),this._v(" "),e("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start w-426",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var d=a("VU/8")(r,c,!1,function(t){a("1xOT")},"data-v-6da9ec1c",null);e.default=d.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([52],{PMlo:function(t,e){},lPa5:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("PI0u"),n=s("Ch4/"),o=s("3E4D"),r=s("P9l9"),i={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},data:function(){return{activeTab:"1",activeId:"1",activeBrand:this.brandId,wxEnterpriseId:localStorage.getItem("userInfos")?JSON.parse(localStorage.getItem("userInfos")).wxEnterpriseId:"",setObj:{taskBelong:"1",overDayJudge:""},loadingBtn:!1}},computed:{},methods:{saveSet:Object(a.a)(function(){this.loadingBtn=!0,this.postSave()},500),postSave:function(){var t=this,e={taskBelong:t.setObj.taskBelong,overDayJudge:t.setObj.overDayJudge,wxEnterpriseId:t.wxEnterpriseId};Object(r.d)("/haoban-app-tel-task-three-web/setting/save-session-task-setting",e).then(function(e){var s=e.data;t.loadingBtn=!1,1!=s.errorCode?n.a.errorMsg(s):o.a.showmsg("保存成功","success")}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},getData:function(){var t=this,e={wxEnterpriseId:t.wxEnterpriseId};Object(r.d)("/haoban-app-tel-task-three-web/setting/find-session-task-setting",e).then(function(e){var s=e.data;if(1==s.errorCode)return s.result?s.result.taskBelong=String(s.result.taskBelong):(s.result={},s.result.taskBelong="1",s.result.overDayJudge=""),void(t.setObj=s.result);n.a.errorMsg(s)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getData())}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5",this.$emit("showTab","22"),this.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{}},l={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"app-detail-wrap"},[s("div",{staticClass:"task-set-content boder-box"},[s("div",{staticClass:"task-set-cell"},[s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("任务归属:")]),s("el-radio",{attrs:{label:"1"},model:{value:t.setObj.taskBelong,callback:function(e){t.$set(t.setObj,"taskBelong",e)},expression:"setObj.taskBelong"}},[t._v("成员所属专属导购 > 协管导购,若无专属导购,则随机分配给一名协管导购")])],1),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("逾期设置:")]),s("span",{staticClass:"font-14 color-606266"},[t._v("话务任务下发后 ")]),s("el-input-number",{staticClass:"w-100",attrs:{"controls-position":"right",placeholder:"请输入内容",step:1,"step-strictly":!0,min:0,max:99999999},model:{value:t.setObj.overDayJudge,callback:function(e){t.$set(t.setObj,"overDayJudge",e)},expression:"setObj.overDayJudge"}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("天")]),t._v(" "),s("span",{staticClass:"font-14 color-606266"},[t._v("注:0天即为当天下发,当天完成,1天即为当天下发,次日24:00之前完成")])],1),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"}),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.saveSet}},[t._v("保存并用于全部商户")])],1)]),t._v(" "),s("div",{staticClass:"task-set-save m-t-30"})])])},staticRenderFns:[]};var c=s("VU/8")(i,l,!1,function(t){s("PMlo")},"data-v-6a2ebdae",null);e.default=c.exports}}); webpackJsonp([51],{PMlo:function(t,e){},lPa5:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("PI0u"),n=s("Ch4/"),o=s("3E4D"),r=s("P9l9"),i={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},data:function(){return{activeTab:"1",activeId:"1",activeBrand:this.brandId,wxEnterpriseId:localStorage.getItem("userInfos")?JSON.parse(localStorage.getItem("userInfos")).wxEnterpriseId:"",setObj:{taskBelong:"1",overDayJudge:""},loadingBtn:!1}},computed:{},methods:{saveSet:Object(a.a)(function(){this.loadingBtn=!0,this.postSave()},500),postSave:function(){var t=this,e={taskBelong:t.setObj.taskBelong,overDayJudge:t.setObj.overDayJudge,wxEnterpriseId:t.wxEnterpriseId};Object(r.d)("/haoban-app-tel-task-three-web/setting/save-session-task-setting",e).then(function(e){var s=e.data;t.loadingBtn=!1,1!=s.errorCode?n.a.errorMsg(s):o.a.showmsg("保存成功","success")}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},getData:function(){var t=this,e={wxEnterpriseId:t.wxEnterpriseId};Object(r.d)("/haoban-app-tel-task-three-web/setting/find-session-task-setting",e).then(function(e){var s=e.data;if(1==s.errorCode)return s.result?s.result.taskBelong=String(s.result.taskBelong):(s.result={},s.result.taskBelong="1",s.result.overDayJudge=""),void(t.setObj=s.result);n.a.errorMsg(s)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getData())}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5",this.$emit("showTab","22"),this.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{}},l={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"app-detail-wrap"},[s("div",{staticClass:"task-set-content boder-box"},[s("div",{staticClass:"task-set-cell"},[s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("任务归属:")]),s("el-radio",{attrs:{label:"1"},model:{value:t.setObj.taskBelong,callback:function(e){t.$set(t.setObj,"taskBelong",e)},expression:"setObj.taskBelong"}},[t._v("成员所属专属导购 > 协管导购,若无专属导购,则随机分配给一名协管导购")])],1),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("逾期设置:")]),s("span",{staticClass:"font-14 color-606266"},[t._v("话务任务下发后 ")]),s("el-input-number",{staticClass:"w-100",attrs:{"controls-position":"right",placeholder:"请输入内容",step:1,"step-strictly":!0,min:0,max:99999999},model:{value:t.setObj.overDayJudge,callback:function(e){t.$set(t.setObj,"overDayJudge",e)},expression:"setObj.overDayJudge"}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("天")]),t._v(" "),s("span",{staticClass:"font-14 color-606266"},[t._v("注:0天即为当天下发,当天完成,1天即为当天下发,次日24:00之前完成")])],1),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"}),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.saveSet}},[t._v("保存并用于全部商户")])],1)]),t._v(" "),s("div",{staticClass:"task-set-save m-t-30"})])])},staticRenderFns:[]};var c=s("VU/8")(i,l,!1,function(t){s("PMlo")},"data-v-6a2ebdae",null);e.default=c.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([53],{DRnN:function(t,e){},OUXi:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("PI0u"),i=s("Ch4/"),l=s("3E4D"),n=s("P9l9"),o={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},data:function(){return{activeTab:"1",activeId:"1",activeBrand:this.brandId,options:[{label:"普通电话",value:1},{label:"双向透传",value:2}],setObj:{taskCallType:1,taskType:1,overDayJudge:"",distributeTypeJudge:"",posDistributeJudge:"",giveUpJudge:"",relaxTaskJudge:!1},loadingBtn:!1}},computed:{},methods:{saveSet:Object(a.a)(function(){this.loadingBtn=!0,this.postSave()},500),postSave:function(){var t=this,e={taskCallType:t.setObj.taskCallType,enterpriseId:t.activeBrand,taskType:1,overDayJudge:t.setObj.overDayJudge,giveUpJudge:t.setObj.giveUpJudge,distributeTypeJudge:t.setObj.distributeTypeJudge,posDistributeJudge:t.setObj.posDistributeJudge,relaxTaskJudge:t.setObj.relaxTaskJudge?1:0};Object(n.d)("/haoban-app-tel-task-three-web/setting/save-task-setting",e).then(function(e){var s=e.data;t.loadingBtn=!1,1!=s.errorCode?i.a.errorMsg(s):l.a.showmsg("保存成功","success")}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},getData:function(){var t=this,e={enterpriseId:t.activeBrand,taskType:1};Object(n.d)("/haoban-app-tel-task-three-web/setting/find-task-setting",e).then(function(e){var s=e.data;if(1==s.errorCode)return s.result.relaxTaskJudge=1==s.result.relaxTaskJudge,void(t.setObj=s.result);i.a.errorMsg(s)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getData())}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5",this.$emit("showTab","21"),this.brandId&&this.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{}},r={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"app-detail-wrap"},[s("div",{staticClass:"task-set-content boder-box"},[s("div",{staticClass:"task-set-cell"},[s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务拨打:")]),s("el-select",{staticClass:"w-240",attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.setObj.taskCallType,callback:function(e){t.$set(t.setObj,"taskCallType",e)},expression:"setObj.taskCallType"}},t._l(t.options,function(t){return s("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),2==t.setObj.taskCallType?s("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("双向透传,使用GIC双向呼叫及透传功能。计费由GIC计费中心计费,可记录通话记录及监测是否拨通。")]):t._e(),t._v(" "),1==t.setObj.taskCallType?s("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("普通呼叫,使用导购自己手机呼叫。计费方式同正常手机运营商呼叫计费。无法记录通话记录及监测是否拨通")]):t._e()],1),t._v(" "),s("div",{staticClass:"set-line-item font-0"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务下发:")]),t._v(" "),s("div",{staticClass:"inline-block vertical-top"},[s("table",{staticClass:"font-14"},[s("tbody",[s("tr",{staticClass:"el-table__row"},[t._m(0),t._v(" "),s("td",{staticClass:"el-table_3_column_8 ",attrs:{rowspan:"1",colspan:"1"}},[s("div",{staticClass:"cell"},[s("el-radio",{attrs:{label:0},model:{value:t.setObj.distributeTypeJudge,callback:function(e){t.$set(t.setObj,"distributeTypeJudge",e)},expression:"setObj.distributeTypeJudge"}},[t._v("分配给主门店店长")]),t._v(" "),s("el-radio",{attrs:{label:1},model:{value:t.setObj.distributeTypeJudge,callback:function(e){t.$set(t.setObj,"distributeTypeJudge",e)},expression:"setObj.distributeTypeJudge"}},[t._v("分配给专属导购")])],1)])]),t._v(" "),s("tr",{staticClass:"el-table__row"},[t._m(1),t._v(" "),s("td",{staticClass:"el-table_3_column_8 ",attrs:{rowspan:"1",colspan:"1"}},[s("div",{staticClass:"cell"},[s("el-radio",{attrs:{label:0},model:{value:t.setObj.posDistributeJudge,callback:function(e){t.$set(t.setObj,"posDistributeJudge",e)},expression:"setObj.posDistributeJudge"}},[t._v("分配给主门店店长")]),t._v(" "),s("el-radio",{attrs:{label:1},model:{value:t.setObj.posDistributeJudge,callback:function(e){t.$set(t.setObj,"posDistributeJudge",e)},expression:"setObj.posDistributeJudge"}},[t._v("分配给专属导购")])],1)])])])])])]),t._v(" "),2==t.setObj.taskCallType?s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务条件:")]),s("span",{staticClass:"font-14 color-606266"},[t._v("话务任务下发后 ")]),s("el-input-number",{staticClass:"w-100",attrs:{"controls-position":"right",placeholder:"请输入内容",step:1,"step-strictly":!0,min:0,max:99999999},model:{value:t.setObj.giveUpJudge,callback:function(e){t.$set(t.setObj,"giveUpJudge",e)},expression:"setObj.giveUpJudge"}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("次")]),t._v(" "),s("span",{staticClass:"font-14 color-606266"},[t._v("呼叫后无响应,导购可放弃该条话务任务")])],1):t._e(),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"}),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.saveSet}},[t._v("保存")])],1)]),t._v(" "),s("div",{staticClass:"task-set-save m-t-30"})])])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("td",{staticClass:"el-table_3_column_7 ",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"font-14 color-303133"},[this._v("微信会员")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("td",{staticClass:"el-table_3_column_7 ",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"font-14 color-303133"},[this._v("POS会员")])])}]};var c=s("VU/8")(o,r,!1,function(t){s("DRnN")},"data-v-68ca449c",null);e.default=c.exports}}); webpackJsonp([52],{DRnN:function(t,e){},OUXi:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("PI0u"),i=s("Ch4/"),l=s("3E4D"),n=s("P9l9"),o={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},data:function(){return{activeTab:"1",activeId:"1",activeBrand:this.brandId,options:[{label:"普通电话",value:1},{label:"双向透传",value:2}],setObj:{taskCallType:1,taskType:1,overDayJudge:"",distributeTypeJudge:"",posDistributeJudge:"",giveUpJudge:"",relaxTaskJudge:!1},loadingBtn:!1}},computed:{},methods:{saveSet:Object(a.a)(function(){this.loadingBtn=!0,this.postSave()},500),postSave:function(){var t=this,e={taskCallType:t.setObj.taskCallType,enterpriseId:t.activeBrand,taskType:1,overDayJudge:t.setObj.overDayJudge,giveUpJudge:t.setObj.giveUpJudge,distributeTypeJudge:t.setObj.distributeTypeJudge,posDistributeJudge:t.setObj.posDistributeJudge,relaxTaskJudge:t.setObj.relaxTaskJudge?1:0};Object(n.d)("/haoban-app-tel-task-three-web/setting/save-task-setting",e).then(function(e){var s=e.data;t.loadingBtn=!1,1!=s.errorCode?i.a.errorMsg(s):l.a.showmsg("保存成功","success")}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},getData:function(){var t=this,e={enterpriseId:t.activeBrand,taskType:1};Object(n.d)("/haoban-app-tel-task-three-web/setting/find-task-setting",e).then(function(e){var s=e.data;if(1==s.errorCode)return s.result.relaxTaskJudge=1==s.result.relaxTaskJudge,void(t.setObj=s.result);i.a.errorMsg(s)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getData())}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5",this.$emit("showTab","21"),this.brandId&&this.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{}},r={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"app-detail-wrap"},[s("div",{staticClass:"task-set-content boder-box"},[s("div",{staticClass:"task-set-cell"},[s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务拨打:")]),s("el-select",{staticClass:"w-240",attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.setObj.taskCallType,callback:function(e){t.$set(t.setObj,"taskCallType",e)},expression:"setObj.taskCallType"}},t._l(t.options,function(t){return s("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),2==t.setObj.taskCallType?s("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("双向透传,使用GIC双向呼叫及透传功能。计费由GIC计费中心计费,可记录通话记录及监测是否拨通。")]):t._e(),t._v(" "),1==t.setObj.taskCallType?s("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("普通呼叫,使用导购自己手机呼叫。计费方式同正常手机运营商呼叫计费。无法记录通话记录及监测是否拨通")]):t._e()],1),t._v(" "),s("div",{staticClass:"set-line-item font-0"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务下发:")]),t._v(" "),s("div",{staticClass:"inline-block vertical-top"},[s("table",{staticClass:"font-14"},[s("tbody",[s("tr",{staticClass:"el-table__row"},[t._m(0),t._v(" "),s("td",{staticClass:"el-table_3_column_8 ",attrs:{rowspan:"1",colspan:"1"}},[s("div",{staticClass:"cell"},[s("el-radio",{attrs:{label:0},model:{value:t.setObj.distributeTypeJudge,callback:function(e){t.$set(t.setObj,"distributeTypeJudge",e)},expression:"setObj.distributeTypeJudge"}},[t._v("分配给主门店店长")]),t._v(" "),s("el-radio",{attrs:{label:1},model:{value:t.setObj.distributeTypeJudge,callback:function(e){t.$set(t.setObj,"distributeTypeJudge",e)},expression:"setObj.distributeTypeJudge"}},[t._v("分配给专属导购")])],1)])]),t._v(" "),s("tr",{staticClass:"el-table__row"},[t._m(1),t._v(" "),s("td",{staticClass:"el-table_3_column_8 ",attrs:{rowspan:"1",colspan:"1"}},[s("div",{staticClass:"cell"},[s("el-radio",{attrs:{label:0},model:{value:t.setObj.posDistributeJudge,callback:function(e){t.$set(t.setObj,"posDistributeJudge",e)},expression:"setObj.posDistributeJudge"}},[t._v("分配给主门店店长")]),t._v(" "),s("el-radio",{attrs:{label:1},model:{value:t.setObj.posDistributeJudge,callback:function(e){t.$set(t.setObj,"posDistributeJudge",e)},expression:"setObj.posDistributeJudge"}},[t._v("分配给专属导购")])],1)])])])])])]),t._v(" "),2==t.setObj.taskCallType?s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"},[t._v("话务任务条件:")]),s("span",{staticClass:"font-14 color-606266"},[t._v("话务任务下发后 ")]),s("el-input-number",{staticClass:"w-100",attrs:{"controls-position":"right",placeholder:"请输入内容",step:1,"step-strictly":!0,min:0,max:99999999},model:{value:t.setObj.giveUpJudge,callback:function(e){t.$set(t.setObj,"giveUpJudge",e)},expression:"setObj.giveUpJudge"}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("次")]),t._v(" "),s("span",{staticClass:"font-14 color-606266"},[t._v("呼叫后无响应,导购可放弃该条话务任务")])],1):t._e(),t._v(" "),s("div",{staticClass:"set-line-item"},[s("span",{staticClass:"set-line-item_title font-14 color-606266 text-right"}),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.saveSet}},[t._v("保存")])],1)]),t._v(" "),s("div",{staticClass:"task-set-save m-t-30"})])])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("td",{staticClass:"el-table_3_column_7 ",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"font-14 color-303133"},[this._v("微信会员")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("td",{staticClass:"el-table_3_column_7 ",attrs:{rowspan:"1",colspan:"1"}},[e("div",{staticClass:"font-14 color-303133"},[this._v("POS会员")])])}]};var c=s("VU/8")(o,r,!1,function(t){s("DRnN")},"data-v-68ca449c",null);e.default=c.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([54],{"m+x7":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("fZjL"),o=a.n(n),i=a("Ggl+"),s=a("LRn8"),r=a("P9l9"),l=a("PI0u"),c=a("3E4D"),d=a("Ch4/"),u={props:{brandId:{type:String,default:function(){return""}},activeGroupId:{type:String,default:function(){return""}}},data:function(){return{tableH:window.screen.availHeight-464-126,activeTab:"1",activeBrand:this.brandId,actictiveGroup:this.activeGroupId,showDialog:!1,activeId:"1",conditionObj:{tableType:"1",storeGroup:[],storeType:"",dateRange:[]},selectRadio:0,loading:!1,tableData:[],multipleSelection:[],currentPage:1,pageSize:20,total:0,loadingBtn:!1}},computed:{},methods:{checkGroupIds:function(t){this.conditionObj.storeGroup=t,this.currentPage=1,this.getTableList()},handleCommand:function(t){this.selectRadio=t},toInput:Object(l.a)(function(t,e){this.currentPage=1,this.getTableList()},500),changeStoreType:function(){this.currentPage=1,this.getTableList()},changeDate:function(t){t||(this.conditionObj.dateRange=[]),this.currentPage=1,this.getTableList()},handleSelectionChange:function(t){this.multipleSelection=t},delDepart:function(t,e){e.splice(t,1),this.currentPage=1,this.getTableList()},multDel:function(){if(!this.multipleSelection.length)return this.$message.error({duration:1e3,message:"请选择删除项"}),!1;this.showDialog=!0},hideDialog:function(t){if(this.showDialog=!1,!o()(t).length)return!1;this.postMultDel(t)},postMultDel:function(t){var e=this,a=[];e.conditionObj.storeGroup.forEach(function(t){a.push(t.storeGroupId)}),e.conditionObj.dateRange||(e.conditionObj.dateRange=[]);var n={search:e.conditionObj.searchInput||"",storeGroupIds:a.join(",")||"",storeIds:1==e.selectRadio?"":e.multipleSelection.map(function(t){return t.storeId}).join(","),storeType:e.conditionObj.storeType||"",startDate:e.conditionObj.dateRange[0]||"",endDate:e.conditionObj.dateRange[1]||"",enterpriseId:e.activeBrand,delTaskStatus:t.delOptFlag,reason:t.reason,isAll:e.selectRadio};Object(r.d)("/haoban-app-tel-task-three-web/task/batch-del-store-task-list",n).then(function(t){var a=t.data;if(1==a.errorCode)return c.a.showmsg("删除成功","success"),void e.getTableList();d.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},exportExcel:function(){var t=this;if(!t.multipleSelection.length)return c.a.showmsg("请选择门店","warning"),!1;t.loadingBtn=!0;var e=[];t.conditionObj.storeGroup.forEach(function(t){e.push(t.storeGroupId)});var a={search:t.conditionObj.searchInput||"",storeGroupIds:e.join(",")||"",storeIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.storeId}).join(","),storeType:t.conditionObj.storeType||"",startDate:t.conditionObj.dateRange?t.conditionObj.dateRange[0]:"",endDate:t.conditionObj.dateRange?t.conditionObj.dateRange[1]:"",enterpriseId:t.activeBrand,selectType:t.selectRadio};Object(r.b)("/haoban-app-tel-task-three-web/task/export-store-task-list",a).then(function(e){if(t.loadingBtn=!1,!e.data)return d.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),n=(t.tableData[0]?t.tableData[0].storeName:"")+"门店任务报表.csv",o=document.createElement("a");o.download=n,o.style.display="none",o.href=URL.createObjectURL(a),document.body.appendChild(o),o.click(),URL.revokeObjectURL(o.href),document.body.removeChild(o)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},showDialogLayer:function(t,e){this.selectType=t,this.changed=t,this.defaultStoreList=e,this.storeTreeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!1}},handleSelectedList:function(t){this.conditionObj.storeGroup=t,this.getTableList()},toDetail:function(t,e){this.$router.push("taskDetail?storeId="+e.storeId)},getTableList:function(t){var e=this;e.loading=!0;var a=[];e.conditionObj.storeGroup.forEach(function(t){a.push(t.storeGroupId)}),e.conditionObj.dateRange||(e.conditionObj.dateRange=[]);var n={search:e.conditionObj.searchInput||"",storeGroupIds:a.join(",")||"",storeType:e.conditionObj.storeType||"",startDate:e.conditionObj.dateRange[0]||"",endDate:e.conditionObj.dateRange[1]||"",pageNum:e.currentPage,pageSize:e.pageSize,enterpriseId:e.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/store-task-list",n).then(function(t){var a=t.data;if(e.loading=!1,1==a.errorCode)return e.tableData=a.result.list||[],e.total=a.result.pageInfo.total,!1;d.a.errorMsg(a)}).catch(function(t){e.loading=!1,e.$message.error({duration:1e3,message:t.message})})},initDataRange:function(){var t=new Date,e=t.getTime()-7776e6,a=t.getFullYear(),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),i=n<10?"0"+n:n,s=new Date(e),r=s.getFullYear(),l=s.getMonth()+1,c=s.getDate()<10?"0"+s.getDate():s.getDate();return[r+"-"+(l<10?"0"+l:l)+"-"+c,a+"-"+i+"-"+o]}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getTableList())},activeGroupId:function(t,e){t&&(this.activeGroup=t)}},mounted:function(){var t=this;t.conditionObj.dateRange=t.initDataRange(),document.documentElement.style.backgroundColor="#f0f2f5",t.activeBrand=t.brandId,this.brandId&&t.$nextTick(function(){t.getTableList()})},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{gicSelectGroup:i.a,multipleDel:s.a}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"daily-set-wrap "},[a("div",{staticClass:"daily-set-content border-box"},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入门店名称"},nativeOn:{keyup:function(e){return a=e,t.toInput(a,t.conditionObj.searchInput);var a}},model:{value:t.conditionObj.searchInput,callback:function(e){t.$set(t.conditionObj,"searchInput",e)},expression:"conditionObj.searchInput"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("gic-select-group",{staticClass:"m-l-10",attrs:{brandId:t.brandId,width:213,selectData:t.conditionObj.storeGroup},on:{checkGroupIds:t.checkGroupIds}}),t._v(" "),a("el-date-picker",{staticClass:"m-l-10",attrs:{editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期"},on:{change:t.changeDate},model:{value:t.conditionObj.dateRange,callback:function(e){t.$set(t.conditionObj,"dateRange",e)},expression:"conditionObj.dateRange"}})],1),t._v(" "),a("div",{staticClass:"table-condition-right"},[a("el-button",{attrs:{type:"danger"},on:{click:t.multDel}},[t._v("批量删除")]),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:t.tableH},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{label:"门店名称",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticStyle:{width:"100%",overflow:"hidden","text-overflow":"ellipsis"}},[t._v(t._s(e.row.storeName))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"任务总数"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.taskCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"已完成(含放弃)","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.completedCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"完成率(含放弃)","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.completedRate))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"待完成","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.noCompletedCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"逾期中","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.overdueCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toDetail(e.$index,e.row)}}},[t._v("查看详情")])]}}])})],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1),t._v(" "),a("multiple-del",{attrs:{showDialog:t.showDialog,detailFlag:!1},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var g=a("VU/8")(u,p,!1,function(t){a("w2C9")},"data-v-68a47c5c",null);e.default=g.exports},w2C9:function(t,e){}}); webpackJsonp([53],{"m+x7":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("fZjL"),o=a.n(n),i=a("Ggl+"),s=a("LRn8"),r=a("P9l9"),l=a("PI0u"),c=a("3E4D"),d=a("Ch4/"),u={props:{brandId:{type:String,default:function(){return""}},activeGroupId:{type:String,default:function(){return""}}},data:function(){return{tableH:window.screen.availHeight-464-126,activeTab:"1",activeBrand:this.brandId,actictiveGroup:this.activeGroupId,showDialog:!1,activeId:"1",conditionObj:{tableType:"1",storeGroup:[],storeType:"",dateRange:[]},selectRadio:0,loading:!1,tableData:[],multipleSelection:[],currentPage:1,pageSize:20,total:0,loadingBtn:!1}},computed:{},methods:{checkGroupIds:function(t){this.conditionObj.storeGroup=t,this.currentPage=1,this.getTableList()},handleCommand:function(t){this.selectRadio=t},toInput:Object(l.a)(function(t,e){this.currentPage=1,this.getTableList()},500),changeStoreType:function(){this.currentPage=1,this.getTableList()},changeDate:function(t){t||(this.conditionObj.dateRange=[]),this.currentPage=1,this.getTableList()},handleSelectionChange:function(t){this.multipleSelection=t},delDepart:function(t,e){e.splice(t,1),this.currentPage=1,this.getTableList()},multDel:function(){if(!this.multipleSelection.length)return this.$message.error({duration:1e3,message:"请选择删除项"}),!1;this.showDialog=!0},hideDialog:function(t){if(this.showDialog=!1,!o()(t).length)return!1;this.postMultDel(t)},postMultDel:function(t){var e=this,a=[];e.conditionObj.storeGroup.forEach(function(t){a.push(t.storeGroupId)}),e.conditionObj.dateRange||(e.conditionObj.dateRange=[]);var n={search:e.conditionObj.searchInput||"",storeGroupIds:a.join(",")||"",storeIds:1==e.selectRadio?"":e.multipleSelection.map(function(t){return t.storeId}).join(","),storeType:e.conditionObj.storeType||"",startDate:e.conditionObj.dateRange[0]||"",endDate:e.conditionObj.dateRange[1]||"",enterpriseId:e.activeBrand,delTaskStatus:t.delOptFlag,reason:t.reason,isAll:e.selectRadio};Object(r.d)("/haoban-app-tel-task-three-web/task/batch-del-store-task-list",n).then(function(t){var a=t.data;if(1==a.errorCode)return c.a.showmsg("删除成功","success"),void e.getTableList();d.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},exportExcel:function(){var t=this;if(!t.multipleSelection.length)return c.a.showmsg("请选择门店","warning"),!1;t.loadingBtn=!0;var e=[];t.conditionObj.storeGroup.forEach(function(t){e.push(t.storeGroupId)});var a={search:t.conditionObj.searchInput||"",storeGroupIds:e.join(",")||"",storeIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.storeId}).join(","),storeType:t.conditionObj.storeType||"",startDate:t.conditionObj.dateRange?t.conditionObj.dateRange[0]:"",endDate:t.conditionObj.dateRange?t.conditionObj.dateRange[1]:"",enterpriseId:t.activeBrand,selectType:t.selectRadio};Object(r.b)("/haoban-app-tel-task-three-web/task/export-store-task-list",a).then(function(e){if(t.loadingBtn=!1,!e.data)return d.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),n=(t.tableData[0]?t.tableData[0].storeName:"")+"门店任务报表.csv",o=document.createElement("a");o.download=n,o.style.display="none",o.href=URL.createObjectURL(a),document.body.appendChild(o),o.click(),URL.revokeObjectURL(o.href),document.body.removeChild(o)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},showDialogLayer:function(t,e){this.selectType=t,this.changed=t,this.defaultStoreList=e,this.storeTreeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!1}},handleSelectedList:function(t){this.conditionObj.storeGroup=t,this.getTableList()},toDetail:function(t,e){this.$router.push("taskDetail?storeId="+e.storeId)},getTableList:function(t){var e=this;e.loading=!0;var a=[];e.conditionObj.storeGroup.forEach(function(t){a.push(t.storeGroupId)}),e.conditionObj.dateRange||(e.conditionObj.dateRange=[]);var n={search:e.conditionObj.searchInput||"",storeGroupIds:a.join(",")||"",storeType:e.conditionObj.storeType||"",startDate:e.conditionObj.dateRange[0]||"",endDate:e.conditionObj.dateRange[1]||"",pageNum:e.currentPage,pageSize:e.pageSize,enterpriseId:e.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/store-task-list",n).then(function(t){var a=t.data;if(e.loading=!1,1==a.errorCode)return e.tableData=a.result.list||[],e.total=a.result.pageInfo.total,!1;d.a.errorMsg(a)}).catch(function(t){e.loading=!1,e.$message.error({duration:1e3,message:t.message})})},initDataRange:function(){var t=new Date,e=t.getTime()-7776e6,a=t.getFullYear(),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),i=n<10?"0"+n:n,s=new Date(e),r=s.getFullYear(),l=s.getMonth()+1,c=s.getDate()<10?"0"+s.getDate():s.getDate();return[r+"-"+(l<10?"0"+l:l)+"-"+c,a+"-"+i+"-"+o]}},watch:{brandId:function(t,e){t&&(this.activeBrand=t,this.getTableList())},activeGroupId:function(t,e){t&&(this.activeGroup=t)}},mounted:function(){var t=this;t.conditionObj.dateRange=t.initDataRange(),document.documentElement.style.backgroundColor="#f0f2f5",t.activeBrand=t.brandId,this.brandId&&t.$nextTick(function(){t.getTableList()})},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{gicSelectGroup:i.a,multipleDel:s.a}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"daily-set-wrap "},[a("div",{staticClass:"daily-set-content border-box"},[a("div",{staticClass:"table-condition flex flex-space-between m-b-20"},[a("div",{staticClass:"table-condition-left"},[a("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入门店名称"},nativeOn:{keyup:function(e){return a=e,t.toInput(a,t.conditionObj.searchInput);var a}},model:{value:t.conditionObj.searchInput,callback:function(e){t.$set(t.conditionObj,"searchInput",e)},expression:"conditionObj.searchInput"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("gic-select-group",{staticClass:"m-l-10",attrs:{brandId:t.brandId,width:213,selectData:t.conditionObj.storeGroup},on:{checkGroupIds:t.checkGroupIds}}),t._v(" "),a("el-date-picker",{staticClass:"m-l-10",attrs:{editable:!1,"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期"},on:{change:t.changeDate},model:{value:t.conditionObj.dateRange,callback:function(e){t.$set(t.conditionObj,"dateRange",e)},expression:"conditionObj.dateRange"}})],1),t._v(" "),a("div",{staticClass:"table-condition-right"},[a("el-button",{attrs:{type:"danger"},on:{click:t.multDel}},[t._v("批量删除")]),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:t.tableH},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{label:"门店名称",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticStyle:{width:"100%",overflow:"hidden","text-overflow":"ellipsis"}},[t._v(t._s(e.row.storeName))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"任务总数"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.taskCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"已完成(含放弃)","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.completedCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"完成率(含放弃)","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.completedRate))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"待完成","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.noCompletedCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"逾期中","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.overdueCount))]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toDetail(e.$index,e.row)}}},[t._v("查看详情")])]}}])})],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1),t._v(" "),a("multiple-del",{attrs:{showDialog:t.showDialog,detailFlag:!1},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var g=a("VU/8")(u,p,!1,function(t){a("w2C9")},"data-v-68a47c5c",null);e.default=g.exports},w2C9:function(t,e){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([55],{GltL:function(t,e){},m9dW:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("bzW+"),n=a("Qie6"),c=a("NKg7"),o={name:"reviewed",data:function(){return{bgHeight:window.screen.availHeight-288+"px",activeSelTab:"1",activeTab:"1",tabListData:[{tabId:"1",tabName:"企业信息",icon:"iconqiyexinxi"},{tabId:"2",tabName:"管理员列表",icon:"iconguanliyuanliebiao"},{tabId:"3",tabName:"素材库",icon:"iconsucaiku"}],activeBrand:"",activeGroup:""}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},changeRoute:function(t){this.$router.push(t)},selectBrandId:function(t,e){this.activeBrand=t,this.activeGroup=e},setSelectTab:function(t){switch(this.activeTab=t.tabId,t.tabId){case"1":this.changeRoute("enterpriseSet");break;case"2":this.changeRoute("adminList");break;case"3":this.changeRoute("material")}},showTab:function(t){this.activeTab=t,this.activeSelTab=t,this.tabListData.forEach(function(e){e.tabId==t&&(e.onlyIconActive=!1),e.children&&e.children.forEach(function(a){a.tabId==t&&(e.onlyIconActive=!0),a.children&&a.children.forEach(function(a){a.tabId==t&&(e.onlyIconActive=!0)})})})}},watch:{$route:{handler:function(t,e){},deep:!0},activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:i.a,commonDetailLeft:n.a,vueOfficeHeader:c.a}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("vue-office-header",{attrs:{projectName:t.projectName},on:{collapseTag:t.collapseTag,toRouterView:t.toRouterView}}),t._v(" "),a("div",{staticClass:"enterprise-wrap__body"},[a("div",{staticClass:"content",attrs:{id:"content"}},[a("div",{staticClass:"content-body"},[a("div",{staticClass:"right-content border-box"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("common-detail-left",{attrs:{tabListData:t.tabListData,activeSelTab:t.activeSelTab},on:{setSelectTab:t.setSelectTab}})],1),t._v(" "),a("div",{staticClass:"apps-content-right border-box"},[a("transition",{attrs:{name:"fade",mode:"out-in"}},[a("router-view",{attrs:{brandId:t.activeBrand,activeGroupId:t.activeGroup,tabType:t.activeTab},on:{showTab:t.showTab}})],1)],1)])])])])])])],1)},staticRenderFns:[]};var r=a("VU/8")(o,s,!1,function(t){a("GltL")},"data-v-6831fda6",null);e.default=r.exports}}); webpackJsonp([54],{GltL:function(t,e){},m9dW:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("bzW+"),n=a("Qie6"),c=a("NKg7"),o={name:"reviewed",data:function(){return{bgHeight:window.screen.availHeight-288+"px",activeSelTab:"1",activeTab:"1",tabListData:[{tabId:"1",tabName:"企业信息",icon:"iconqiyexinxi"},{tabId:"2",tabName:"管理员列表",icon:"iconguanliyuanliebiao"},{tabId:"3",tabName:"素材库",icon:"iconsucaiku"}],activeBrand:"",activeGroup:""}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},changeRoute:function(t){this.$router.push(t)},selectBrandId:function(t,e){this.activeBrand=t,this.activeGroup=e},setSelectTab:function(t){switch(this.activeTab=t.tabId,t.tabId){case"1":this.changeRoute("enterpriseSet");break;case"2":this.changeRoute("adminList");break;case"3":this.changeRoute("material")}},showTab:function(t){this.activeTab=t,this.activeSelTab=t,this.tabListData.forEach(function(e){e.tabId==t&&(e.onlyIconActive=!1),e.children&&e.children.forEach(function(a){a.tabId==t&&(e.onlyIconActive=!0),a.children&&a.children.forEach(function(a){a.tabId==t&&(e.onlyIconActive=!0)})})})}},watch:{$route:{handler:function(t,e){},deep:!0},activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:i.a,commonDetailLeft:n.a,vueOfficeHeader:c.a}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("vue-office-header",{attrs:{projectName:t.projectName},on:{collapseTag:t.collapseTag,toRouterView:t.toRouterView}}),t._v(" "),a("div",{staticClass:"enterprise-wrap__body"},[a("div",{staticClass:"content",attrs:{id:"content"}},[a("div",{staticClass:"content-body"},[a("div",{staticClass:"right-content border-box"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("common-detail-left",{attrs:{tabListData:t.tabListData,activeSelTab:t.activeSelTab},on:{setSelectTab:t.setSelectTab}})],1),t._v(" "),a("div",{staticClass:"apps-content-right border-box"},[a("transition",{attrs:{name:"fade",mode:"out-in"}},[a("router-view",{attrs:{brandId:t.activeBrand,activeGroupId:t.activeGroup,tabType:t.activeTab},on:{showTab:t.showTab}})],1)],1)])])])])])])],1)},staticRenderFns:[]};var r=a("VU/8")(o,s,!1,function(t){a("GltL")},"data-v-6831fda6",null);e.default=r.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([50],{AMlm:function(t,e){},kX6v:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("3Xzz"),o=a("P9l9"),l=a("Ch4/"),n=a("Q0Ca"),i=a("3E4D"),r={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"登录人员明细",path:""}],activeName:"first",selectDay:"",pickerOptions:{disabledDate:function(t){var e=Date.now()-6912e5;return t.getTime()>=Date.now()-864e5||t.getTime()<e}},currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{handleClick:function(t,e){this.currentPage=1,this.pageSize=20,this.total=0,this.selectRadio=0},sortChangeLogin:function(t,e,a){console.log(t,e,a)},sortChange:function(t,e,a){console.log(t,e,a)},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){if(!this.multipleSelection.length)return i.a.showmsg("请选择导购","warning"),!1;this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={selectType:t.selectRadio,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.taskId}).join(",")};Object(o.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return l.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),s=document.createElement("a");s.download="门店任务导购报表.csv",s.style.display="none",s.href=URL.createObjectURL(a),document.body.appendChild(s),s.click(),URL.revokeObjectURL(s.href),document.body.removeChild(s)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var e=this;Object(o.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result||[],!1;l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){var t=this;t.selectDay=n.a.timeStampToYmd((new Date).getTime()-864e5),t.$nextTick(function(){t.getTableList()}),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:s.a}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),a("div",{staticClass:"chart-body m-t-20"}),t._v(" "),a("div",{staticClass:"m-t-20"},[a("el-tabs",{attrs:{type:"card"},on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"登录人员",name:"first"}}),t._v(" "),a("el-tab-pane",{attrs:{label:"未登录人员",name:"second"}})],1)],1),t._v(" "),a("div",{staticClass:"table-search"},[a("div",{staticClass:"flex flex-space-between"},[a("div",[a("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"date",placeholder:"选择日期","picker-options":t.pickerOptions},model:{value:t.selectDay,callback:function(e){t.selectDay=e},expression:"selectDay"}}),t._v(" "),a("span",{staticClass:"font-14 color-606266"},[t._v("筛选条件下,"+t._s("second"==t.activeName?"未":"")+"登录人员有 "+t._s(t.total)+" 人,名单如下:")])],1),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("div",{staticClass:"m-t-20"},["first"==t.activeName?a("div",[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"sort-change":t.sortChangeLogin,"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"ul-li-cell flex"},[a("div",{staticClass:"cell-img"},[a("img",{attrs:{src:e.row.enterpriseLogo,alt:"img"}})]),t._v(" "),a("div",{staticClass:"cell-info"},[a("div",{staticClass:"cell-info-name font-14 color-303133"},[a("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),a("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"最后登录时间",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录次数",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"平均访问时长",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])})],1)],1):a("div",[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"sort-change":t.sortChange,"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"ul-li-cell flex"},[a("div",{staticClass:"cell-img"},[a("img",{attrs:{src:e.row.enterpriseLogo,alt:"img"}})]),t._v(" "),a("div",{staticClass:"cell-info"},[a("div",{staticClass:"cell-info-name font-14 color-303133"},[a("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),a("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"上次登录时间",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])})],1)],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()])])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"flex flex-space-between"},[e("div",{staticClass:"font-16 color-303133"},[this._v("近七天激活趋势")]),this._v(" "),e("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start w-426",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var d=a("VU/8")(r,c,!1,function(t){a("AMlm")},"data-v-72f0af1d",null);e.default=d.exports}}); webpackJsonp([55],{Eb96:function(t,e){},kX6v:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("3Xzz"),o=a("P9l9"),l=a("Ch4/"),n=a("Q0Ca"),i=a("3E4D"),c={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"登录人员明细",path:""}],activeName:"first",selectDay:"",pickerOptions:{disabledDate:function(t){var e=Date.now()-6912e5;return t.getTime()>=Date.now()-864e5||t.getTime()<e}},currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{handleClick:function(t,e){this.currentPage=1,this.pageSize=20,this.total=0,this.selectRadio=0},sortChangeLogin:function(t,e,a){console.log(t,e,a)},sortChange:function(t,e,a){console.log(t,e,a)},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){if(!this.multipleSelection.length)return i.a.showmsg("请选择导购","warning"),!1;this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={selectType:t.selectRadio,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(t){return t.taskId}).join(",")};Object(o.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return l.a.errorMsg("暂无数据"),!1;var a=new Blob([e.data],{type:"application/vnd.ms-excel"}),s=document.createElement("a");s.download="门店任务导购报表.csv",s.style.display="none",s.href=URL.createObjectURL(a),document.body.appendChild(s),s.click(),URL.revokeObjectURL(s.href),document.body.removeChild(s)}).catch(function(e){t.loadingBtn=!1,t.$message.error({duration:1e3,message:e.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var e=this;Object(o.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result||[],!1;l.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,e){this.activeBrand=t},activeGroup:function(t,e){this.activeGroup=t}},mounted:function(){var t=this;t.selectDay=n.a.timeStampToYmd((new Date).getTime()-864e5),t.$nextTick(function(){t.getTableList()}),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:s.a}},r={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[a("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),a("div",{staticClass:"chart-body m-t-20"}),t._v(" "),a("div",{staticClass:"m-t-20"},[a("el-tabs",{attrs:{type:"card"},on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"登录人员",name:"first"}}),t._v(" "),a("el-tab-pane",{attrs:{label:"未登录人员",name:"second"}})],1)],1),t._v(" "),a("div",{staticClass:"table-search"},[a("div",{staticClass:"flex flex-space-between"},[a("div",[a("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"date",placeholder:"选择日期","picker-options":t.pickerOptions},model:{value:t.selectDay,callback:function(e){t.selectDay=e},expression:"selectDay"}}),t._v(" "),a("span",{staticClass:"font-14 color-606266"},[t._v("筛选条件下,"+t._s("second"==t.activeName?"未":"")+"登录人员有 "+t._s(t.total)+" 人,名单如下:")])],1),t._v(" "),a("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),a("div",{staticClass:"m-t-20"},["first"==t.activeName?a("div",[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"sort-change":t.sortChangeLogin,"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"ul-li-cell flex"},[a("div",{staticClass:"cell-img"},[a("img",{staticClass:"m-wh-40",attrs:{src:e.row.enterpriseLogo,alt:"img"}})]),t._v(" "),a("div",{staticClass:"cell-info"},[a("div",{staticClass:"cell-info-name font-14 color-303133"},[a("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),a("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"最后登录时间",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"登录次数",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"平均访问时长",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])})],1)],1):a("div",[a("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"sort-change":t.sortChange,"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),t._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:t._u([{key:"header",fn:function(e){return[a("el-dropdown",{staticStyle:{"line-height":"10px",padding:"0","margin-left":"-15px",transform:"translateY(4px)","-webkit-transform":"translateY(4px)"},attrs:{placement:"bottom-start"},on:{command:t.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择当页")])]),t._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==t.selectRadio?"#2f54eb":"#606266"}},[t._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(t){}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"ul-li-cell flex"},[a("div",{staticClass:"cell-img"},[a("img",{attrs:{src:e.row.enterpriseLogo,alt:"img"}})]),t._v(" "),a("div",{staticClass:"cell-info"},[a("div",{staticClass:"cell-info-name font-14 color-303133"},[a("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),a("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.staffName||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"上次登录时间",sortable:"custom","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),t._v(" "),a("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])})],1)],1),t._v(" "),0!=t.tableData.length?a("div",{staticClass:"block common-wrap__page text-right m-t-24"},[a("dm-pagination",{attrs:{background:"","current-page":t.currentPage,"page-sizes":[20,40,60,80],"page-size":t.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()])])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"flex flex-space-between"},[e("div",{staticClass:"font-16 color-303133"},[this._v("近七天激活趋势")]),this._v(" "),e("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start w-426",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var d=a("VU/8")(c,r,!1,function(t){a("Eb96")},"data-v-674a906f",null);e.default=d.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([7],{CVxX:function(t,a){t.exports="data:image/png;base64,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"},GSwY:function(t,a){t.exports="data:image/png;base64,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"},IgKT:function(t,a){},N1jj:function(t,a){t.exports="data:image/png;base64,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"},R7yx:function(t,a){t.exports="data:image/png;base64,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"},RIg1:function(t,a){},i4c9:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s=e("3Xzz"),i={name:"total-preview",props:{loginData:{type:Object,default:function(){return{}}}},data:function(){return{dataObj:{}}},methods:{changeRoute:function(t){this.$router.push(t)}},watch:{loginData:function(t,a){this.dataObj=t}},mounted:function(){this.dataObj=this.loginData}},c={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("ul",{staticClass:"flex flex-space-between"},[e("li",{staticClass:"data-total-cell today flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(0),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"今日截至当前时间的登录人数。导购同时归属多家门店的记多人。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("今日登录人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(1),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"截至昨日23:59:59统计出的昨日登录人数。导购同时归属多家门店的记多人。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日登录人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell w-m-237 flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(2),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下人均每日的登录次数。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span ",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日人均登录次数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell w-m-237 flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(3),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下人均每日的访问总时长。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日人均访问总时长")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(4),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下的好办门店员工总人数,导购同时归属多家门店的记多人",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("员工总人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(5),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下截至昨日近三天内有登录过好办的门店员工人数",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("激活总人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])]),t._v(" "),e("div",{staticClass:"to-link-icon"},[e("el-tooltip",{attrs:{content:"人员激活明细",placement:"top"}},[e("div",{staticClass:"detail-icon cursor-pointer flex flex-align-center flex-pack-center",on:{click:function(a){t.changeRoute("/activeDetail")}}},[e("span",{staticClass:"font-13 iconfont iconmingxibeifen color-c0c4cc"})])])],1)])])},staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("GSwY"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("R7yx"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("R7yx"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("CVxX"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("N1jj"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("N1jj"),alt:""}})])}]};var n=e("VU/8")(i,c,!1,function(t){e("RIg1")},"data-v-ae4632d8",null).exports,l=e("P9l9"),o=e("Ch4/"),r={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"激活人员明细",path:""}],brandListData:[],activeBrand:"",loginData:{},tabActive:"1"}},computed:{},methods:{changeTab:function(t){this.tabActive=t},changeSelect:function(t){var a=this;a.brandListData.forEach(function(e){e.enterpriseId==t&&(a.activeBrand=e.enterpriseId)})},getBrandData:function(){var t=this;Object(l.d)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(a){var e=a.data;1!=e.errorCode?o.a.errorMsg(e):e.result&&e.result.length&&(t.brandListData=e.result,t.activeBrand=t.brandListData[0].enterpriseId)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var a=this;Object(l.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var e=t.data;if(1==e.errorCode)return a.tableData=e.result||[],!1;o.a.errorMsg(e)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,a){this.activeBrand=t},activeGroup:function(t,a){this.activeGroup=t}},mounted:function(){this.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:s.a,totalPreview:n}},f={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("div",{staticClass:"right-content"},[e("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[e("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[e("div",{staticClass:"apps-content-right"},[e("div",{staticClass:"flex flex-space-between"},[t._m(0),t._v(" "),e("div",{staticClass:"my-customer-brand"},[e("span",{staticClass:"font-14 color-606266 "},[t._v("切换商户")]),e("el-select",{staticClass:"p-l-10",attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.activeBrand,callback:function(a){t.activeBrand=a},expression:"activeBrand"}},t._l(t.brandListData,function(t){return e("el-option",{key:t.enterpriseId,attrs:{label:t.enterpriseName,value:t.enterpriseId}})}))],1)]),t._v(" "),e("div",{staticClass:"data-total-view m-t-20"},[e("total-preview",{attrs:{loginData:t.loginData}})],1),t._v(" "),e("div",{staticClass:"chart-body m-t-20"},[e("div",{staticClass:"chart-wrap flex flex-space-between"},[e("div",{staticClass:"chart-left flex-1"},[e("div",{staticClass:"chart-top flex flex-space-between"},[e("div",{staticClass:"flex"},[e("div",{class:["font-14 cursor-pointer",1==t.tabActive?"color-303133":"color-909399"],on:{click:function(a){t.changeTab("1")}}},[t._v("日访问趋势")]),t._v(" "),e("div",{class:["font-14 day-tend cursor-pointer",2==t.tabActive?"color-303133":"color-909399"],on:{click:function(a){t.changeTab("2")}}},[t._v("日时段访问趋势")])]),t._v(" "),e("div",{staticClass:"cursor-pointer",on:{click:function(a){t.changeRoute("/loginDetail")}}},[e("span",{staticClass:"font-14 color-909399"},[t._v("查看登录人员明细")]),e("i",{staticClass:"el-icon-arrow-right el-icon--right font-14 color-909399"})])]),t._v(" "),e("div",{staticClass:"chart-content"})]),t._v(" "),e("div",{staticClass:"chart-right flex-1 m-l-10"},[e("div",{staticClass:"chart-top flex flex-space-between"},[e("div",{staticClass:"font-14 color-303133"},[t._v("昨日区域登录统计")]),t._v(" "),e("div",{staticClass:"cursor-pointer",on:{click:function(a){t.changeRoute("/areaLoginDetail")}}},[e("span",{staticClass:"font-14 color-909399"},[t._v("区域登录明细")]),e("i",{staticClass:"el-icon-arrow-right el-icon--right font-14 color-909399"})])]),t._v(" "),e("div",{staticClass:"chart-content"})])])])])])])])])},staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"flex flex-start"},[a("div",{staticClass:"font-16 color-303133 w-140 line-h-32"},[this._v("好办使用详情")]),this._v(" "),a("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start",attrs:{role:"alert"}},[a("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),a("div",{staticClass:"el-alert__content"},[a("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var v=e("VU/8")(r,f,!1,function(t){e("IgKT")},"data-v-bd5f0c04",null);a.default=v.exports}}); webpackJsonp([7],{CVxX:function(t,a){t.exports="data:image/png;base64,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"},GSwY:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAAAXNSR0IArs4c6QAABq5JREFUaAXtml2opXMUxs/xNUqJyIwijUlCLswN5aNpRMiNO5HcSJKPcqOk3FDIFEVzh5qLSTIp4koKSWJ8XGgwRhoa4yMufEQzsz3Pe97ff6+9zn/v993n7DNnyKpnr/Wuj2et9X/fd5/TzJmf6ymDweBopW4SzhXObvGX9LfCXmGP8Ob8/Pzv0qsqmnWN5vBsk0WJa4UHhb1Cl/yhhB3CzcKJk5lnH1XPdcJOYZ9w/PykFkq4V/HHhePavF3S7wv7hO9b31rpdcI5wiWC77DlN+Ep4Qmd4q92rKRo1jPF/4bgOT4RNlaXU+JJCj4r3CAMhNeFF4UPhElysoKbhauES9tEL7ZFeFJLeuGZi+bdIFIvdpbwmbBZvfYvWk6Jpyv4tuCCX4QHhHcELzmNnK/kO4VNbdFP0o8IW3u9D21Rl9K8FyvnZcFPz8fCHcKH6nFgZDklnqDAW8JG4VPhPsGPnxcjF3vcss4jR+bcRcJdgoewfCM8JGzTAIfsWKpo3ttU+4zg1+Zd4R7hT+FzcR9k4Dkl+l3xCVwv7BZuEvwY5WHlGhEWYdmcT/wyVbn5BW21H5+twnYN8nPr66U0q9+rp4Wr24Jt0v5uOCi4/y4fXFzuUTnvF9zoRuE7wcJwDL/gHX6OW4b8HL9GpXcL61uKv6VfEbYL72ko+rbhBaWFjpV1hXC74O8CX/t9flh4TYj9vNygWU6FFyq4U7DcInwkNDHpvFweVikj0pXvuAe7UvBTskk4RkB+lOH+PmQ/TUcJZwh+vNcIFt+hHcIWwQtG8Xx+LAfzWswXfs/82DwnPCZMI13LZK6cf6oSrhMuF/zIniLUxO/nV4Lv0kvCD0JNBlrsCwe83K3Szwv7hWuF+J7pcpHM4s7BYXJsa8tpwnmCv9wOCF7Kd8fvqH/7yfn5sOa03JfKa5bbI71e8Dfjq8K/XXzndnsJP+svCH4U/FLXJJ9MPrlazTS+afm78n2nG2keBT2aG3D8B/Qh3bmvvQffUj6N1ZL8JOQ7M+1c5c7F5Zq7KKblkudhuobnYNGuj/ZS+UbuXCSM9rTkOR8utOPR7lq+i8/1vlvcnEV3LhK4MQ2jH5vB0Jk818NF8xyHB+0+0aYvOvOxGEuVWh5LAhCUBDkyGTnoTG5/rMdG5zg86NzPdfhiLXyOMYPjZReWg4DiSWTOiZLJ4YrN8cU6bGLk2x/tfN0nv+GOyzWO9iOTx1i2ObVyYkrI9fE6D5cPp8YXe3bllzlYzsXFGZlkcxetLV3DLWQNP1lsnIZzWLH4cGox+HJ92YPlOC0SWQjSSEQOMWohpbbvYcAdNRz0iJrYOP6Sy3J2QD7OjvFC0Boxho3OfF2HkfPH9RrHX/wsR8NMRCNOy9fYnFytpstXBlAiNrpPLTM4F5t5eILKD3EnTSKPMWy0aw+3xN7YWZflCCxlyHxy5sK3FL7l1pRdeCwZyMTYJamjG3loODrKeoc5KB673vPF5RjOJPEd7E3Wc9xph2UutNtEO7dd9M7FZGx0JusarisOL7qLPw/vOno4hm1tKbzxzsUgBU7GJs5dLScUCYNdmgSfzEXShz8X1bijr8mPy0FA0jjtYVjQNc5jQF9jW/cRuDisaflzf+Ye+bbE2UXugcmNNr6suxbM/fKysUe06VOrb3r6HzyzcILW0SYv+qJNfFrNkNY1mI+cGnecAbvJi48lBPkk8KNzMxNSU2vumGutLdjw5Tg5TXKbH321emaIeeWxrAVpnsloimYxhsePjjzZ52t6W1tqyy5Ehp9w2oOddVkuJg0phhaFQ8/QIoYeRuqW81jAGflw4Ik658NR60BdWc4OnBBZ1wTivvnjOPDDg8YfdYxho2Oe7eKP7xxJBNH4o44xbHTMW1W7ttyqDjSD5uWQZ7FcfoxNjm8Gsy6dorYcg/HOdQ3LSaE9TbSn5Zs2P29feteWI4juGrZGzoCxti9f/tEQOWzDbW0xL77GwUdcrjO5LWJINFxo8zCgfbk5g9CPXH7OUWNtyfn07dLlR4FJIJ92uDx8bmpufLYt8RobnZepLb/AMvykduiRFe8cCVnXljUJedn29SSpDRu5XDvp2jEOwLnY1pZSy3L+64DaL9ExmaJM7pwotWb4nGebBWMdduxjX+6X6+GytlDfNPIf2LjAfxZhqZHhW8g4cj/9/+G+UY14qUa0oO9cuW7dVizGiTgH3yzi5ogC97h+MTfb/i9j6obLtHcvDk5S9GWyI+G6HEZczION3Kl2wRUd2AO4D4NgL7c3fCs6/P/kh+kE/gE2OxkIayCUVAAAAABJRU5ErkJggg=="},LjMl:function(t,a){},N1jj:function(t,a){t.exports="data:image/png;base64,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"},R7yx:function(t,a){t.exports="data:image/png;base64,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"},RIg1:function(t,a){},i4c9:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s=e("3Xzz"),i={name:"total-preview",props:{loginData:{type:Object,default:function(){return{}}}},data:function(){return{dataObj:{}}},methods:{changeRoute:function(t){this.$router.push(t)}},watch:{loginData:function(t,a){this.dataObj=t}},mounted:function(){this.dataObj=this.loginData}},c={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("ul",{staticClass:"flex flex-space-between"},[e("li",{staticClass:"data-total-cell today flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(0),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"今日截至当前时间的登录人数。导购同时归属多家门店的记多人。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("今日登录人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(1),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"截至昨日23:59:59统计出的昨日登录人数。导购同时归属多家门店的记多人。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日登录人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell w-m-237 flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(2),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下人均每日的登录次数。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span ",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日人均登录次数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell w-m-237 flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(3),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下人均每日的访问总时长。",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("昨日人均访问总时长")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(4),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下的好办门店员工总人数,导购同时归属多家门店的记多人",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("员工总人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])])]),t._v(" "),e("li",{staticClass:"data-total-cell flex-1"},[e("div",{staticClass:"flex p-20"},[t._m(5),t._v(" "),e("div",{staticClass:"m-l-20"},[e("div",{staticClass:"cell-title"},[e("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"企业下截至昨日近三天内有登录过好办的门店员工人数",placement:"top-start"}},[e("span",{staticClass:"font-14 color-909399 cell-title-span",staticStyle:{cursor:"pointer","padding-bottom":"2px"}},[t._v("激活总人数")])])],1),t._v(" "),e("div",{staticClass:"font-28 color-303133 cell-value font-din"})])]),t._v(" "),e("div",{staticClass:"to-link-icon"},[e("el-tooltip",{attrs:{content:"人员激活明细",placement:"top"}},[e("div",{staticClass:"detail-icon cursor-pointer flex flex-align-center flex-pack-center",on:{click:function(a){t.changeRoute("/activeDetail")}}},[e("span",{staticClass:"font-13 iconfont iconmingxibeifen color-c0c4cc"})])])],1)])])},staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("GSwY"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("R7yx"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-55",attrs:{src:e("R7yx"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("CVxX"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("N1jj"),alt:""}})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("img",{staticClass:"m-w-46",attrs:{src:e("N1jj"),alt:""}})])}]};var n=e("VU/8")(i,c,!1,function(t){e("RIg1")},"data-v-ae4632d8",null).exports,l=e("P9l9"),o=e("Ch4/"),r={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData"},{name:"激活人员明细",path:""}],brandListData:[],activeBrand:"",loginData:{},tabActive:"1"}},computed:{},methods:{changeTab:function(t){this.tabActive=t},changeSelect:function(t){var a=this;a.brandListData.forEach(function(e){e.enterpriseId==t&&(a.activeBrand=e.enterpriseId)})},getBrandData:function(){var t=this;Object(l.d)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(a){var e=a.data;1!=e.errorCode?o.a.errorMsg(e):e.result&&e.result.length&&(t.brandListData=e.result,t.activeBrand=t.brandListData[0].enterpriseId)}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){this.currentPage=1,this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},getTableList:function(t){var a=this;Object(l.a)("/haoban-manage3-web/wx-enterprise-list",{}).then(function(t){var e=t.data;if(1==e.errorCode)return a.tableData=e.result||[],!1;o.a.errorMsg(e)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})}},watch:{activeBrand:function(t,a){this.activeBrand=t},activeGroup:function(t,a){this.activeGroup=t}},mounted:function(){this.getBrandData(),this.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:s.a,totalPreview:n}},f={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("div",{staticClass:"right-content"},[e("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[e("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[e("div",{staticClass:"apps-content-right"},[e("div",{staticClass:"flex flex-space-between"},[t._m(0),t._v(" "),e("div",{staticClass:"my-customer-brand"},[e("span",{staticClass:"font-14 color-606266 "},[t._v("切换商户")]),e("el-select",{staticClass:"p-l-10",attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.activeBrand,callback:function(a){t.activeBrand=a},expression:"activeBrand"}},t._l(t.brandListData,function(t){return e("el-option",{key:t.enterpriseId,attrs:{label:t.enterpriseName,value:t.enterpriseId}})}))],1)]),t._v(" "),e("div",{staticClass:"data-total-view m-t-20"},[e("total-preview",{attrs:{loginData:t.loginData}})],1),t._v(" "),e("div",{staticClass:"chart-body m-t-20"},[e("div",{staticClass:"chart-wrap flex flex-space-between"},[e("div",{staticClass:"chart-left flex-1"},[e("div",{staticClass:"chart-top flex flex-space-between"},[e("div",{staticClass:"flex"},[e("div",{class:["font-14 cursor-pointer",1==t.tabActive?"color-303133":"color-909399"],on:{click:function(a){t.changeTab("1")}}},[t._v("日访问趋势")]),t._v(" "),e("div",{class:["font-14 day-tend cursor-pointer",2==t.tabActive?"color-303133":"color-909399"],on:{click:function(a){t.changeTab("2")}}},[t._v("日时段访问趋势")])]),t._v(" "),e("div",{staticClass:"cursor-pointer",on:{click:function(a){t.changeRoute("/loginDetail")}}},[e("span",{staticClass:"font-14 color-909399"},[t._v("查看登录人员明细")]),e("i",{staticClass:"el-icon-arrow-right el-icon--right font-14 color-909399"})])]),t._v(" "),e("div",{staticClass:"chart-content"})]),t._v(" "),e("div",{staticClass:"chart-right flex-1 m-l-10"},[e("div",{staticClass:"chart-top flex flex-space-between"},[e("div",{staticClass:"font-14 color-303133"},[t._v("昨日区域登录统计")]),t._v(" "),e("div",{staticClass:"cursor-pointer",on:{click:function(a){t.changeRoute("/areaLoginDetail")}}},[e("span",{staticClass:"font-14 color-909399"},[t._v("区域登录明细")]),e("i",{staticClass:"el-icon-arrow-right el-icon--right font-14 color-909399"})])]),t._v(" "),e("div",{staticClass:"chart-content"})])])])])])])])])},staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"flex flex-start"},[a("div",{staticClass:"font-16 color-303133 w-140 line-h-32"},[this._v("好办使用详情")]),this._v(" "),a("div",{staticClass:"el-alert el-alert-tip el-alert--info flex flex-align-start",attrs:{role:"alert"}},[a("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),this._v(" "),a("div",{staticClass:"el-alert__content"},[a("span",{staticClass:"el-alert__title color-606266 font-14"},[this._v("数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。")])])])])}]};var v=e("VU/8")(r,f,!1,function(t){e("LjMl")},"data-v-4bdb2fb3",null);a.default=v.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([86],{"/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")),p=a.n(r),s={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 i=a("VU/8")({name:"App",data:function(){return{}}},s,!1,function(e){a("/NA0")},null,null).exports,c=a("lRwf"),u=a.n(c),m=a("pRNm"),d=a.n(m),l=a("5tgt"),h=a.n(l);u.a.use(d.a);var v=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 f,g=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:h()("login","index")},{path:"/index",name:"index",component:h()("index","index")},{path:"/contacts",name:"通讯录",redirect:"contactsList",component:h()("business","index"),children:[{path:"/contactsList",name:"通讯录",component:h()("business","contacts")},{path:"/syncLog",name:"通讯录日志",component:h()("business","syncLog")},{path:"/authMerchant",name:"授权商户",component:h()("business","authMerchant")}]},{path:"/enterprise",name:"企业设置",redirect:"enterpriseSet",component:h()("enterprise","index"),children:[{path:"/enterpriseSet",name:"企业信息",component:h()("enterprise","enterpriseSet")},{path:"/adminList",name:"企业信息",component:h()("enterprise","adminList")},{path:"/material",name:"素材库",component:h()("enterprise","material")}]},{path:"/enterpriseData",name:"企业数据",redirect:"enterpriseUseData",component:h()("enterpriseData","index"),children:[{path:"/enterpriseUseData",name:"好办使用详情",component:h()("enterpriseData","enterpriseUseData")},{path:"/activeDetail",name:"激活人员明细",component:h()("enterpriseData","activeDetail")},{path:"/loginDetail",name:"登录人员明细",component:h()("enterpriseData","loginDetail")},{path:"/areaLoginDetail",name:"区域登录人员明细",component:h()("enterpriseData","areaLoginDetail")}]},{path:"/overStore",name:"溢出门店",redirect:"unreview",component:h()("overstore","index"),children:[{path:"/overStoreList",name:"溢出门店",component:h()("overstore","overStoreList")}]},{path:"/apps",name:"企业应用",redirect:"mycustomer",component:h()("apps","index"),children:[{path:"/mycustomer",name:"我的顾客的",redirect:"/memberShowSet",component:h()("apps/customerApp","index"),children:[{path:"/memberShowSet",name:"会员展示设置",component:h()("apps/customerApp","memberShowSet")},{path:"/memberGroupSet",name:"会员分组设置",component:h()("apps/customerApp","memberGroupSet")},{path:"/memberSearchSet",name:"会员搜索设置",component:h()("apps/customerApp","memberSearchSet")},{path:"/myCustomerList",name:"我的顾客列表",component:h()("apps/customerApp","myCustomerList")},{path:"/addGroupTemplate",name:"添加模板",component:h()("apps/customerApp","addGroupTemplate")},{path:"/storeRangeSet",name:"门店范围设置",component:h()("apps/customerApp","storeRangeSet")}]},{path:"/cloudDaily",name:"云日报",redirect:"/dailyRecord",component:h()("apps/cloudDaily","index"),children:[{path:"/dailyRecord",name:"云日报记录",component:h()("apps/cloudDaily","dailyRecord")},{path:"/dailyExport",name:"云日报导出",component:h()("apps/cloudDaily","dailyExport")},{path:"/dailyDetail",name:"日报详情",component:h()("apps/cloudDaily","dailyDetail")},{path:"/taskAssign",name:"任务下发设置",component:h()("apps/cloudDaily","taskAssign")},{path:"/systemReport",name:"系统报表",component:h()("apps/cloudDaily","systemReport")},{path:"/customReport",name:"自定义报表",component:h()("apps/cloudDaily","customReport")},{path:"/customReportSet",name:"自定义报表设置",component:h()("apps/cloudDaily","customReportSet")}]},{path:"/trafficTask",name:"话务任务",redirect:"/taskRecord",component:h()("apps/trafficTask","index"),children:[{path:"/taskRecord",name:"话务任务记录",component:h()("apps/trafficTask","taskRecord")},{path:"/taskView",name:"话务任务记录",component:h()("apps/trafficTask","taskView")},{path:"/taskDetail",name:"话务任务详情",component:h()("apps/trafficTask","taskDetail")},{path:"/taskViewDetail",name:"话务任务详情",component:h()("apps/trafficTask","taskViewDetail")},{path:"/trafficTaskSet",name:"话务任务设置",component:h()("apps/trafficTask","trafficTaskSet")},{path:"/badEvaluateSet",name:"不良评价设置",component:h()("apps/badEvaluate","badEvaluateSet")},{path:"/taskList",name:"会话任务列表",component:h()("apps/trafficTask","taskList")},{path:"/newSession",name:"新建会话任务",component:h()("apps/trafficTask","newSession")},{path:"/taskSessionSet",name:"会话任务设置",component:h()("apps/trafficTask","taskSessionSet")}]},{path:"/quota",name:"指标管理",redirect:"/monthList",component:h()("apps/quota","index"),children:[{path:"/monthList",name:"月指标列表",component:h()("apps/quota","monthList")},{path:"/storeMonthTask",name:"门店月指标",component:h()("apps/quota","storeMonthTask")},{path:"/salerMonthDetail",name:"导购月指标详情",component:h()("apps/quota","salerMonthDetail")},{path:"/companyDaySet",name:"商户日权重",component:h()("apps/quota","companyDaySet")},{path:"/monthTask",name:"月指标任务",component:h()("apps/quota","monthTask"),meta:{keepAlive:!0}},{path:"/monthTaskDetail",name:"月指标任务详情",component:h()("apps/quota","monthTaskDetail"),meta:{keepAlive:!0}}]},{path:"/cardList",name:"卡券赠送",redirect:"/cardList",component:h()("apps/card","index"),children:[{path:"/cardList",name:"卡券列表",component:h()("apps/card","cardList")},{path:"/cardRecord",name:"卡券记录",component:h()("apps/card","cardRecord")},{path:"/newCard",name:"新建卡券",component:h()("apps/card","newCard")}]},{path:"/protectCard",name:"内购券",redirect:"/cardTemplate",component:h()("apps/protectCard","index"),children:[{path:"/cardTemplate",name:"卡券模板",component:h()("apps/protectCard","cardTemplate")},{path:"/newCardTemp",name:"新建模板",component:h()("apps/protectCard","newCardTemp")},{path:"/cardStrategy",name:"卡券策略",component:h()("apps/protectCard","cardStrategy")},{path:"/newCardStrategy",name:"新建策略",component:h()("apps/protectCard","newCardStrategy")},{path:"/cardPut",name:"内购券投放",component:h()("apps/protectCard","cardPut")},{path:"/newCardPut",name:"新建补发",component:h()("apps/protectCard","newCardPut")},{path:"/cardPutRecord",name:"投放记录",component:h()("apps/protectCard","cardPutRecord")},{path:"/cardGetRecord",name:"领取记录",component:h()("apps/protectCard","cardGetRecord")}]},{path:"/shoppingCenter",name:"商品中心",redirect:"/goodsShowSet",component:h()("apps/shoppingCenter","index"),children:[{path:"/goodsShowSet",name:"商品展示设置",component:h()("apps/shoppingCenter","goodsShowSet")}]}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:h()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:h()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:h()("reviewCenter","unreview")},{path:"/reviewSet",name:"审核设置",component:h()("reviewCenter","reviewSet")}]},{path:"/gic-error",name:"gic跳转失败页",component:h()("errorPage","gic-error")},{path:"/403",name:"无权访问",component:v},{path:"/404",name:"error404",component:v},{path:"/500",name:"error500",component:v},{path:"*",redirect:"/404",hidden:!0}],D=new d.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"),C=a.n(x),T=a("bOdI"),b=a.n(T),R=a("SJI6"),A=a.n(R);u.a.use(A.a);var L=new A.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",addDepartment:[],editDepartment:[],delDepartment:[]},mutations:(f={},b()(f,"login",function(e,t){sessionStorage.token=t,e.token=t}),b()(f,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),b()(f,"title",function(e,t){e.title=t}),b()(f,"show",function(e,t){e.show=t}),b()(f,"saveAdd",function(e,t){e.addDepartment.push(t)}),b()(f,"saveEdit",function(e,t){e.editDepartment.push(t)}),b()(f,"saveDel",function(e,t){e.delDepartment.push(t)}),b()(f,"clearAdd",function(e){e.addDepartment=[]}),b()(f,"clearEdit",function(e){e.editDepartment=[]}),b()(f,"clearData",function(e){e.addDepartment=[],e.editDepartment=[],e.delDepartment=[]}),f),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")}}}),M=(a("4qCZ"),a("tvR6"),a("uKUT"),a("Xcu2"),a("xtVA"),a("Q0Ca")),E=a("TUaa"),P=a.n(E),V=a("tyqE"),q=a.n(V),I=a("pRVe"),H=a.n(I),G=a("XsK6"),j=a.n(G),Y=a("QRL9"),F=a.n(Y),N=a("2Pnh"),O=a.n(N),U=a("l9mu"),J=a.n(U),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;O()(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,p=0,s=592.28/a*n,i=t.toDataURL("image/jpeg",1),c=new J.a("","pt","a4");if(r<o)c.addImage(i,"JPEG",0,0,595.28,s);else for(;r>0;)c.addImage(i,"JPEG",0,p,595.28,s),p-=841.89,(r-=o)>0&&c.addPage();c.save(e+".pdf")})}}},z=a("/IwO"),K=a.n(z);p.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(j.a),Vue.use(F.a),Vue.use(H.a),Vue.use(q.a),Vue.use(P.a),Vue.config.productionTip=!1,Vue.use(w.a,{size:"large"}),Vue.use(y.a,C.a),Vue.axios.defaults.withCredentials=!0,o()(M.a).forEach(function(e){Vue.filter(e,M.a[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:L,components:{App:i},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,74],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,34],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,77],"./apps/badEvaluate/index.vue":["AG22",0,30],"./apps/card/cardList.vue":["X5LE",0,38],"./apps/card/cardRecord.vue":["xDJN",0,19],"./apps/card/index.vue":["nV1L",0,42],"./apps/card/newCard.vue":["7/Zw",0,13],"./apps/cloudDaily/customReport.vue":["ak3k",0,43],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,3],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,15],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,24],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,78],"./apps/cloudDaily/index.vue":["4QyY",0,35],"./apps/cloudDaily/systemReport.vue":["J/6z",0,6],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,41],"./apps/cloudDaily/template/block.vue":["O3gZ",58],"./apps/cloudDaily/template/date-range.vue":["2WGr",59],"./apps/cloudDaily/template/image.vue":["8dpP",70],"./apps/cloudDaily/template/input.vue":["zHtI",84],"./apps/cloudDaily/template/select.vue":["rYZf",65],"./apps/customerApp/addGroupTemplate.vue":["vIlm",0,26],"./apps/customerApp/index.vue":["QHTa",0,46],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,31],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,73],"./apps/customerApp/memberShowSet.vue":["odfG",0,69],"./apps/customerApp/myCustomerList.vue":["9CCr",0,8],"./apps/customerApp/storeRangeSet.vue":["z3jf",0,10],"./apps/index.vue":["K1Vb",0,62],"./apps/protectCard/cardGetRecord.vue":["5GE8",0,45],"./apps/protectCard/cardPut.vue":["cD4x",0,49],"./apps/protectCard/cardPutRecord.vue":["dhLd",0,47],"./apps/protectCard/cardStrategy.vue":["rUvh",0,27],"./apps/protectCard/cardTemplate.vue":["c7iB",0,48],"./apps/protectCard/index.vue":["aWmL",0,80],"./apps/protectCard/newCardPut.vue":["9db3",0,11],"./apps/protectCard/newCardStrategy.vue":["8Rwt",0,9],"./apps/protectCard/newCardTemp.vue":["tF0P",0,40],"./apps/quota/companyDaySet.vue":["NiGE",0,81],"./apps/quota/index.vue":["qSX4",0,68],"./apps/quota/monthList.vue":["fAFA",0,66],"./apps/quota/monthTask.vue":["NpHY",0,32],"./apps/quota/monthTaskDetail.vue":["YKf6",0,36],"./apps/quota/salerMonthDetail.vue":["+qr5",0,71],"./apps/quota/storeMonthTask.vue":["qWC+",0,75],"./apps/shoppingCenter/goodsShowSet.vue":["XrL3",0,57],"./apps/shoppingCenter/index.vue":["FIFf",0,56],"./apps/trafficTask/index.vue":["FmZU",0,37],"./apps/trafficTask/newSession.vue":["upTI",0,82],"./apps/trafficTask/taskDetail.vue":["XrDD",0,16],"./apps/trafficTask/taskList.vue":["FMQe",0,60],"./apps/trafficTask/taskRecord.vue":["m+x7",0,54],"./apps/trafficTask/taskSessionSet.vue":["lPa5",0,52],"./apps/trafficTask/taskView.vue":["w2fd",0,25],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,79],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,53],"./business/authMerchant.vue":["mjMK",0,18],"./business/contacts.vue":["/W60",0,5],"./business/index.vue":["jPcV",0,83],"./business/orgStructSet.vue":["OI5V",0,4],"./business/recycle.vue":["K8Yn",0,72],"./business/syncLog.vue":["20P3",0,22],"./enterprise/adminList.vue":["zYBJ",0,61],"./enterprise/enterpriseSet.vue":["x5Fx",0,14],"./enterprise/index.vue":["m9dW",0,55],"./enterprise/material.vue":["q+Sm",0,2],"./enterpriseData/activeDetail.vue":["h9Ca",0,76],"./enterpriseData/areaLoginDetail.vue":["TLd+",0,51],"./enterpriseData/enterpriseUseData.vue":["i4c9",0,7],"./enterpriseData/index.vue":["CTf4",0,64],"./enterpriseData/loginDetail.vue":["kX6v",0,50],"./errorPage/403.vue":["6XGN",23],"./errorPage/404.vue":["AejC",28],"./errorPage/500.vue":["FskK",21],"./errorPage/gic-error.vue":["Q3j/",29],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,63],"./login/index.vue":["T+/8",0,20],"./overstore/index.vue":["Y55K",0,67],"./overstore/overStoreList.vue":["vuAV",0,33],"./reviewCenter/index.vue":["+lem",0,39],"./reviewCenter/reviewSet.vue":["6j9f",0,44],"./reviewCenter/reviewed.vue":["CLYF",0,17],"./reviewCenter/unreview.vue":["xCEU",0,12]};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},Q0Ca:function(e,t,a){"use strict";t.a={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(),p=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),s=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+o+"-"+n+" "+r+":"+p+":"+s}},timeStampToYm:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=a<10?"0"+a:a;return t.getFullYear()+"-"+n}},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(),p=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),s=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"."+o+"."+n+" "+r+":"+p+":"+s}},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(a<0)return"";var n=a%864e5,o=n%36e5;return Math.floor(a/864e5)+"天"+Math.floor(n/36e5)+"小时"+Math.floor(o/6e4)+"分"}}}},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]); webpackJsonp([86],{"/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")),p=a.n(r),s={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 i=a("VU/8")({name:"App",data:function(){return{}}},s,!1,function(e){a("/NA0")},null,null).exports,c=a("lRwf"),u=a.n(c),m=a("pRNm"),d=a.n(m),l=a("5tgt"),h=a.n(l);u.a.use(d.a);var v=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 f,g=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:h()("login","index")},{path:"/index",name:"index",component:h()("index","index")},{path:"/contacts",name:"通讯录",redirect:"contactsList",component:h()("business","index"),children:[{path:"/contactsList",name:"通讯录",component:h()("business","contacts")},{path:"/syncLog",name:"通讯录日志",component:h()("business","syncLog")},{path:"/authMerchant",name:"授权商户",component:h()("business","authMerchant")}]},{path:"/enterprise",name:"企业设置",redirect:"enterpriseSet",component:h()("enterprise","index"),children:[{path:"/enterpriseSet",name:"企业信息",component:h()("enterprise","enterpriseSet")},{path:"/adminList",name:"企业信息",component:h()("enterprise","adminList")},{path:"/material",name:"素材库",component:h()("enterprise","material")}]},{path:"/enterpriseData",name:"企业数据",redirect:"enterpriseUseData",component:h()("enterpriseData","index"),children:[{path:"/enterpriseUseData",name:"好办使用详情",component:h()("enterpriseData","enterpriseUseData")},{path:"/activeDetail",name:"激活人员明细",component:h()("enterpriseData","activeDetail")},{path:"/loginDetail",name:"登录人员明细",component:h()("enterpriseData","loginDetail")},{path:"/areaLoginDetail",name:"区域登录人员明细",component:h()("enterpriseData","areaLoginDetail")}]},{path:"/overStore",name:"溢出门店",redirect:"unreview",component:h()("overstore","index"),children:[{path:"/overStoreList",name:"溢出门店",component:h()("overstore","overStoreList")}]},{path:"/apps",name:"企业应用",redirect:"mycustomer",component:h()("apps","index"),children:[{path:"/mycustomer",name:"我的顾客的",redirect:"/memberShowSet",component:h()("apps/customerApp","index"),children:[{path:"/memberShowSet",name:"会员展示设置",component:h()("apps/customerApp","memberShowSet")},{path:"/memberGroupSet",name:"会员分组设置",component:h()("apps/customerApp","memberGroupSet")},{path:"/memberSearchSet",name:"会员搜索设置",component:h()("apps/customerApp","memberSearchSet")},{path:"/myCustomerList",name:"我的顾客列表",component:h()("apps/customerApp","myCustomerList")},{path:"/addGroupTemplate",name:"添加模板",component:h()("apps/customerApp","addGroupTemplate")},{path:"/storeRangeSet",name:"门店范围设置",component:h()("apps/customerApp","storeRangeSet")}]},{path:"/cloudDaily",name:"云日报",redirect:"/dailyRecord",component:h()("apps/cloudDaily","index"),children:[{path:"/dailyRecord",name:"云日报记录",component:h()("apps/cloudDaily","dailyRecord")},{path:"/dailyExport",name:"云日报导出",component:h()("apps/cloudDaily","dailyExport")},{path:"/dailyDetail",name:"日报详情",component:h()("apps/cloudDaily","dailyDetail")},{path:"/taskAssign",name:"任务下发设置",component:h()("apps/cloudDaily","taskAssign")},{path:"/systemReport",name:"系统报表",component:h()("apps/cloudDaily","systemReport")},{path:"/customReport",name:"自定义报表",component:h()("apps/cloudDaily","customReport")},{path:"/customReportSet",name:"自定义报表设置",component:h()("apps/cloudDaily","customReportSet")}]},{path:"/trafficTask",name:"话务任务",redirect:"/taskRecord",component:h()("apps/trafficTask","index"),children:[{path:"/taskRecord",name:"话务任务记录",component:h()("apps/trafficTask","taskRecord")},{path:"/taskView",name:"话务任务记录",component:h()("apps/trafficTask","taskView")},{path:"/taskDetail",name:"话务任务详情",component:h()("apps/trafficTask","taskDetail")},{path:"/taskViewDetail",name:"话务任务详情",component:h()("apps/trafficTask","taskViewDetail")},{path:"/trafficTaskSet",name:"话务任务设置",component:h()("apps/trafficTask","trafficTaskSet")},{path:"/badEvaluateSet",name:"不良评价设置",component:h()("apps/badEvaluate","badEvaluateSet")},{path:"/taskList",name:"会话任务列表",component:h()("apps/trafficTask","taskList")},{path:"/newSession",name:"新建会话任务",component:h()("apps/trafficTask","newSession")},{path:"/taskSessionSet",name:"会话任务设置",component:h()("apps/trafficTask","taskSessionSet")}]},{path:"/quota",name:"指标管理",redirect:"/monthList",component:h()("apps/quota","index"),children:[{path:"/monthList",name:"月指标列表",component:h()("apps/quota","monthList")},{path:"/storeMonthTask",name:"门店月指标",component:h()("apps/quota","storeMonthTask")},{path:"/salerMonthDetail",name:"导购月指标详情",component:h()("apps/quota","salerMonthDetail")},{path:"/companyDaySet",name:"商户日权重",component:h()("apps/quota","companyDaySet")},{path:"/monthTask",name:"月指标任务",component:h()("apps/quota","monthTask"),meta:{keepAlive:!0}},{path:"/monthTaskDetail",name:"月指标任务详情",component:h()("apps/quota","monthTaskDetail"),meta:{keepAlive:!0}}]},{path:"/cardList",name:"卡券赠送",redirect:"/cardList",component:h()("apps/card","index"),children:[{path:"/cardList",name:"卡券列表",component:h()("apps/card","cardList")},{path:"/cardRecord",name:"卡券记录",component:h()("apps/card","cardRecord")},{path:"/newCard",name:"新建卡券",component:h()("apps/card","newCard")}]},{path:"/protectCard",name:"内购券",redirect:"/cardTemplate",component:h()("apps/protectCard","index"),children:[{path:"/cardTemplate",name:"卡券模板",component:h()("apps/protectCard","cardTemplate")},{path:"/newCardTemp",name:"新建模板",component:h()("apps/protectCard","newCardTemp")},{path:"/cardStrategy",name:"卡券策略",component:h()("apps/protectCard","cardStrategy")},{path:"/newCardStrategy",name:"新建策略",component:h()("apps/protectCard","newCardStrategy")},{path:"/cardPut",name:"内购券投放",component:h()("apps/protectCard","cardPut")},{path:"/newCardPut",name:"新建补发",component:h()("apps/protectCard","newCardPut")},{path:"/cardPutRecord",name:"投放记录",component:h()("apps/protectCard","cardPutRecord")},{path:"/cardGetRecord",name:"领取记录",component:h()("apps/protectCard","cardGetRecord")}]},{path:"/shoppingCenter",name:"商品中心",redirect:"/goodsShowSet",component:h()("apps/shoppingCenter","index"),children:[{path:"/goodsShowSet",name:"商品展示设置",component:h()("apps/shoppingCenter","goodsShowSet")}]}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:h()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:h()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:h()("reviewCenter","unreview")},{path:"/reviewSet",name:"审核设置",component:h()("reviewCenter","reviewSet")}]},{path:"/gic-error",name:"gic跳转失败页",component:h()("errorPage","gic-error")},{path:"/403",name:"无权访问",component:v},{path:"/404",name:"error404",component:v},{path:"/500",name:"error500",component:v},{path:"*",redirect:"/404",hidden:!0}],D=new d.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"),C=a.n(x),T=a("bOdI"),b=a.n(T),R=a("SJI6"),A=a.n(R);u.a.use(A.a);var L=new A.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",addDepartment:[],editDepartment:[],delDepartment:[]},mutations:(f={},b()(f,"login",function(e,t){sessionStorage.token=t,e.token=t}),b()(f,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),b()(f,"title",function(e,t){e.title=t}),b()(f,"show",function(e,t){e.show=t}),b()(f,"saveAdd",function(e,t){e.addDepartment.push(t)}),b()(f,"saveEdit",function(e,t){e.editDepartment.push(t)}),b()(f,"saveDel",function(e,t){e.delDepartment.push(t)}),b()(f,"clearAdd",function(e){e.addDepartment=[]}),b()(f,"clearEdit",function(e){e.editDepartment=[]}),b()(f,"clearData",function(e){e.addDepartment=[],e.editDepartment=[],e.delDepartment=[]}),f),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")}}}),M=(a("4qCZ"),a("tvR6"),a("uKUT"),a("Xcu2"),a("xtVA"),a("Q0Ca")),E=a("TUaa"),P=a.n(E),V=a("tyqE"),q=a.n(V),I=a("pRVe"),H=a.n(I),G=a("XsK6"),j=a.n(G),Y=a("QRL9"),F=a.n(Y),N=a("2Pnh"),O=a.n(N),U=a("l9mu"),J=a.n(U),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;O()(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,p=0,s=592.28/a*n,i=t.toDataURL("image/jpeg",1),c=new J.a("","pt","a4");if(r<o)c.addImage(i,"JPEG",0,0,595.28,s);else for(;r>0;)c.addImage(i,"JPEG",0,p,595.28,s),p-=841.89,(r-=o)>0&&c.addPage();c.save(e+".pdf")})}}},z=a("/IwO"),K=a.n(z);p.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(j.a),Vue.use(F.a),Vue.use(H.a),Vue.use(q.a),Vue.use(P.a),Vue.config.productionTip=!1,Vue.use(w.a,{size:"large"}),Vue.use(y.a,C.a),Vue.axios.defaults.withCredentials=!0,o()(M.a).forEach(function(e){Vue.filter(e,M.a[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:L,components:{App:i},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,74],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,34],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,77],"./apps/badEvaluate/index.vue":["AG22",0,30],"./apps/card/cardList.vue":["X5LE",0,38],"./apps/card/cardRecord.vue":["xDJN",0,19],"./apps/card/index.vue":["nV1L",0,42],"./apps/card/newCard.vue":["7/Zw",0,13],"./apps/cloudDaily/customReport.vue":["ak3k",0,43],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,3],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,15],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,24],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,78],"./apps/cloudDaily/index.vue":["4QyY",0,35],"./apps/cloudDaily/systemReport.vue":["J/6z",0,6],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,41],"./apps/cloudDaily/template/block.vue":["O3gZ",58],"./apps/cloudDaily/template/date-range.vue":["2WGr",59],"./apps/cloudDaily/template/image.vue":["8dpP",70],"./apps/cloudDaily/template/input.vue":["zHtI",84],"./apps/cloudDaily/template/select.vue":["rYZf",65],"./apps/customerApp/addGroupTemplate.vue":["vIlm",0,26],"./apps/customerApp/index.vue":["QHTa",0,46],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,31],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,73],"./apps/customerApp/memberShowSet.vue":["odfG",0,69],"./apps/customerApp/myCustomerList.vue":["9CCr",0,8],"./apps/customerApp/storeRangeSet.vue":["z3jf",0,10],"./apps/index.vue":["K1Vb",0,62],"./apps/protectCard/cardGetRecord.vue":["5GE8",0,45],"./apps/protectCard/cardPut.vue":["cD4x",0,49],"./apps/protectCard/cardPutRecord.vue":["dhLd",0,47],"./apps/protectCard/cardStrategy.vue":["rUvh",0,27],"./apps/protectCard/cardTemplate.vue":["c7iB",0,48],"./apps/protectCard/index.vue":["aWmL",0,80],"./apps/protectCard/newCardPut.vue":["9db3",0,11],"./apps/protectCard/newCardStrategy.vue":["8Rwt",0,9],"./apps/protectCard/newCardTemp.vue":["tF0P",0,40],"./apps/quota/companyDaySet.vue":["NiGE",0,81],"./apps/quota/index.vue":["qSX4",0,68],"./apps/quota/monthList.vue":["fAFA",0,66],"./apps/quota/monthTask.vue":["NpHY",0,32],"./apps/quota/monthTaskDetail.vue":["YKf6",0,36],"./apps/quota/salerMonthDetail.vue":["+qr5",0,71],"./apps/quota/storeMonthTask.vue":["qWC+",0,75],"./apps/shoppingCenter/goodsShowSet.vue":["XrL3",0,57],"./apps/shoppingCenter/index.vue":["FIFf",0,56],"./apps/trafficTask/index.vue":["FmZU",0,37],"./apps/trafficTask/newSession.vue":["upTI",0,82],"./apps/trafficTask/taskDetail.vue":["XrDD",0,16],"./apps/trafficTask/taskList.vue":["FMQe",0,60],"./apps/trafficTask/taskRecord.vue":["m+x7",0,53],"./apps/trafficTask/taskSessionSet.vue":["lPa5",0,51],"./apps/trafficTask/taskView.vue":["w2fd",0,25],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,79],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,52],"./business/authMerchant.vue":["mjMK",0,18],"./business/contacts.vue":["/W60",0,5],"./business/index.vue":["jPcV",0,83],"./business/orgStructSet.vue":["OI5V",0,4],"./business/recycle.vue":["K8Yn",0,72],"./business/syncLog.vue":["20P3",0,22],"./enterprise/adminList.vue":["zYBJ",0,61],"./enterprise/enterpriseSet.vue":["x5Fx",0,14],"./enterprise/index.vue":["m9dW",0,54],"./enterprise/material.vue":["q+Sm",0,2],"./enterpriseData/activeDetail.vue":["h9Ca",0,76],"./enterpriseData/areaLoginDetail.vue":["TLd+",0,50],"./enterpriseData/enterpriseUseData.vue":["i4c9",0,7],"./enterpriseData/index.vue":["CTf4",0,64],"./enterpriseData/loginDetail.vue":["kX6v",0,55],"./errorPage/403.vue":["6XGN",23],"./errorPage/404.vue":["AejC",28],"./errorPage/500.vue":["FskK",21],"./errorPage/gic-error.vue":["Q3j/",29],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,63],"./login/index.vue":["T+/8",0,20],"./overstore/index.vue":["Y55K",0,67],"./overstore/overStoreList.vue":["vuAV",0,33],"./reviewCenter/index.vue":["+lem",0,39],"./reviewCenter/reviewSet.vue":["6j9f",0,44],"./reviewCenter/reviewed.vue":["CLYF",0,17],"./reviewCenter/unreview.vue":["xCEU",0,12]};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},Q0Ca:function(e,t,a){"use strict";t.a={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(),p=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),s=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+o+"-"+n+" "+r+":"+p+":"+s}},timeStampToYm:function(e){if(e){var t=new Date(e),a=t.getMonth()+1,n=a<10?"0"+a:a;return t.getFullYear()+"-"+n}},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(),p=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),s=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"."+o+"."+n+" "+r+":"+p+":"+s}},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(a<0)return"";var n=a%864e5,o=n%36e5;return Math.floor(a/864e5)+"天"+Math.floor(n/36e5)+"小时"+Math.floor(o/6e4)+"分"}}}},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 \ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,b,n){for(var r,t,o,i=0,u=[];i<c.length;i++)t=c[i],d[t]&&u.push(d[t][0]),d[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(a&&a(c,b,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=f(f.s=n[i]);return o};var c={},d={87:0};function f(a){if(c[a])return c[a].exports;var d=c[a]={i:a,l:!1,exports:{}};return e[a].call(d.exports,d,d.exports,f),d.l=!0,d.exports}f.e=function(e){var a=d[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,f){a=d[e]=[c,f]});a[2]=c;var b=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,f.nc&&n.setAttribute("nonce",f.nc),n.src=f.p+"static/js/"+e+"."+{0:"e30cf8a56a18238be7fb",1:"954a8a70c5f1171933ac",2:"2025d32c544f960c7161",3:"3ce881fda02b7652f0b2",4:"7fb54b0d6edc84c910b5",5:"d493a299eefcfbd9f885",6:"987ab930d70320e9de11",7:"ea9181044282764848bf",8:"6f38a596c23a135b17cc",9:"44383cfb15abd9a26d55",10:"6a751e9965dc633590e4",11:"03c37101384d7f8451c2",12:"fc628ad952a874c7bc5f",13:"b68bb1ad2ae5e55de8a9",14:"353532fc7c9d7e93176c",15:"55cc0d824132bba6ac8e",16:"6f8db89af913d5686aa4",17:"9a8169c9d0ae5a0aea62",18:"b070df09cefa0c00a67f",19:"8a286a4abb6b22998963",20:"ed8ea4b44e9f01a33577",21:"014d8a819156c10c014d",22:"2ed939fb696d6add98b8",23:"0701e07f97c5ea8c69f9",24:"58659b3ecef2e163ec96",25:"7a6f156b59558add0546",26:"57cc5f0a703b8cf47b76",27:"9f235e8789d5ff955176",28:"6b93822a842d19bde113",29:"31b76e28ebb4757dad98",30:"086da9842cf469ad0d5c",31:"ebd10d097aea3d81ed2b",32:"31154f7030b9a1a9f674",33:"ed8ea685dd0104c93851",34:"2fb0e71514d507a9d1b9",35:"bbe72f0809a142bfe710",36:"952919531e28d6d4e7c1",37:"9afd59e1c01891014c41",38:"7630b4dd3d365aefa3f7",39:"82e614b90e24daf180b2",40:"f45539bea2a7a65f77c2",41:"a0a94426f7f48ef15d5a",42:"2bde82b02a025de815ad",43:"372babcd1e64e88e76cf",44:"1f9fe7c26a400d9c6ab4",45:"94833f79e4bb61ea7715",46:"621d44a3da9b0ac9a6b9",47:"fcec118795e1141b580c",48:"fc2742d1312f1844391c",49:"fde572dabbfdf32ec4ff",50:"b5dd17881b4e463dc5db",51:"419319e9cf5df96dc093",52:"d3bfa4a4db5576440ed8",53:"0f272faa90b7fec00e38",54:"e2833b2e1758c7913c21",55:"65489f0257d5c399de02",56:"bb0b9d43943587545513",57:"e35ce4c75d7e22e24818",58:"9640edd79e307e97e96c",59:"9d332e3455c94f2fa146",60:"6317369c9d3409692e42",61:"2e48b9d3256cb7f54155",62:"306973a81895e421b5f5",63:"74b1214cf352e180b2fd",64:"b99faeb9442209fdffca",65:"8fe40214176b9490ebb2",66:"fc119eb0bdd71478c0c8",67:"32a85dd6075ab53e30f3",68:"ee25f10153706bdc4cd1",69:"0dd9f4a371a5d245ede7",70:"7f76b2e827f2b39a22cf",71:"5c8b034751136de0ad41",72:"6bd08329b97338ac7b58",73:"d27ecc18ea52e56b8068",74:"708cb8cbb0f89ad7ce51",75:"a5db1c248ee474874dbb",76:"2c2ba05a38193f532032",77:"9568405fcd7f68bbbed2",78:"6c0dc47c4cd66828eea7",79:"0018729eec70a9546602",80:"189377999dd7e01b560e",81:"32879f43d7e376621672",82:"80e1bea9e7c52a0010e2",83:"8e92060d7042fa029dc4",84:"917d6e79a15c0ce10d4c"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var a=d[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),d[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),c},f.m=e,f.c=c,f.d=function(e,a,c){f.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},f.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(a,"a",a),a},f.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},f.p="./",f.oe=function(e){throw console.error(e),e}}([]); !function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,b,n){for(var r,t,o,i=0,u=[];i<c.length;i++)t=c[i],d[t]&&u.push(d[t][0]),d[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(a&&a(c,b,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=f(f.s=n[i]);return o};var c={},d={87:0};function f(a){if(c[a])return c[a].exports;var d=c[a]={i:a,l:!1,exports:{}};return e[a].call(d.exports,d,d.exports,f),d.l=!0,d.exports}f.e=function(e){var a=d[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,f){a=d[e]=[c,f]});a[2]=c;var b=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,f.nc&&n.setAttribute("nonce",f.nc),n.src=f.p+"static/js/"+e+"."+{0:"e30cf8a56a18238be7fb",1:"954a8a70c5f1171933ac",2:"2025d32c544f960c7161",3:"3ce881fda02b7652f0b2",4:"7fb54b0d6edc84c910b5",5:"d493a299eefcfbd9f885",6:"987ab930d70320e9de11",7:"af093dba6454cf7ccdf9",8:"6f38a596c23a135b17cc",9:"44383cfb15abd9a26d55",10:"6a751e9965dc633590e4",11:"03c37101384d7f8451c2",12:"fc628ad952a874c7bc5f",13:"b68bb1ad2ae5e55de8a9",14:"353532fc7c9d7e93176c",15:"55cc0d824132bba6ac8e",16:"6f8db89af913d5686aa4",17:"9a8169c9d0ae5a0aea62",18:"b070df09cefa0c00a67f",19:"bd39e7c5f3513e49d835",20:"ed8ea4b44e9f01a33577",21:"014d8a819156c10c014d",22:"2ed939fb696d6add98b8",23:"0701e07f97c5ea8c69f9",24:"58659b3ecef2e163ec96",25:"7a6f156b59558add0546",26:"57cc5f0a703b8cf47b76",27:"9f235e8789d5ff955176",28:"6b93822a842d19bde113",29:"31b76e28ebb4757dad98",30:"086da9842cf469ad0d5c",31:"ebd10d097aea3d81ed2b",32:"31154f7030b9a1a9f674",33:"ed8ea685dd0104c93851",34:"2fb0e71514d507a9d1b9",35:"bbe72f0809a142bfe710",36:"952919531e28d6d4e7c1",37:"9afd59e1c01891014c41",38:"7630b4dd3d365aefa3f7",39:"82e614b90e24daf180b2",40:"f45539bea2a7a65f77c2",41:"a0a94426f7f48ef15d5a",42:"2bde82b02a025de815ad",43:"372babcd1e64e88e76cf",44:"1f9fe7c26a400d9c6ab4",45:"94833f79e4bb61ea7715",46:"621d44a3da9b0ac9a6b9",47:"fcec118795e1141b580c",48:"fc2742d1312f1844391c",49:"fde572dabbfdf32ec4ff",50:"f445103b69d1b4510dd7",51:"8d3bc732a698489ca3ae",52:"a19fbe7202293c086e75",53:"3c6a83b6587b5b785cd3",54:"10ecc7ed2ff70a3e11be",55:"6a118b43483e9374a164",56:"bb0b9d43943587545513",57:"e35ce4c75d7e22e24818",58:"9640edd79e307e97e96c",59:"9d332e3455c94f2fa146",60:"6317369c9d3409692e42",61:"2e48b9d3256cb7f54155",62:"306973a81895e421b5f5",63:"74b1214cf352e180b2fd",64:"b99faeb9442209fdffca",65:"8fe40214176b9490ebb2",66:"fc119eb0bdd71478c0c8",67:"32a85dd6075ab53e30f3",68:"ee25f10153706bdc4cd1",69:"0dd9f4a371a5d245ede7",70:"7f76b2e827f2b39a22cf",71:"5c8b034751136de0ad41",72:"6bd08329b97338ac7b58",73:"d27ecc18ea52e56b8068",74:"708cb8cbb0f89ad7ce51",75:"a5db1c248ee474874dbb",76:"2c2ba05a38193f532032",77:"9568405fcd7f68bbbed2",78:"6c0dc47c4cd66828eea7",79:"0018729eec70a9546602",80:"189377999dd7e01b560e",81:"32879f43d7e376621672",82:"80e1bea9e7c52a0010e2",83:"8e92060d7042fa029dc4",84:"917d6e79a15c0ce10d4c"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var a=d[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),d[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),c},f.m=e,f.c=c,f.d=function(e,a,c){f.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},f.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(a,"a",a),a},f.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},f.p="./",f.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file \ No newline at end of file
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-04-12 17:56:45 * @Date: 2019-04-12 17:56:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-06-01 14:10:32 * @LastEditTime: 2020-07-02 16:09:56
--> -->
<template> <template>
<section class="common-right-wrap"> <section class="common-right-wrap">
<div class="p-20"> <div class="p-20">
<div class="overstore-tip m-b-20" style="width:978px;"> <div class="overstore-tip m-b-20" style="width:978px;">
<div role="alert" class="el-alert el-alert--info flex flex-align-start"> <div role="alert" class="el-alert el-alert--info el-alert-tip flex flex-align-start">
<i class="el-alert__icon el-icon-info font-12 color-2f54eb"></i> <i class="el-alert__icon el-icon-info font-12 color-2f54eb"></i>
<div class="el-alert__content"> <div class="el-alert__content">
<span class="el-alert__title color-606266 font-14">当前卡券记录中发送数量、领取数量、领取率、使用数量、核销率、销售额为gic总体卡券记录,包含好办使用记录。后续更新将统计好办渠道卡券记录</span> <span class="el-alert__title color-606266 font-14">当前卡券记录中发送数量、领取数量、领取率、使用数量、核销率、销售额为gic总体卡券记录,包含好办使用记录。后续更新将统计好办渠道卡券记录</span>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-07-02 10:47:01 * @LastEditTime: 2020-07-02 16:08:58
--> -->
<template> <template>
<div class="my-customer-wrap common-set-wrap"> <div class="my-customer-wrap common-set-wrap">
...@@ -194,6 +194,7 @@ export default { ...@@ -194,6 +194,7 @@ export default {
}, },
mounted() { mounted() {
const that = this; const that = this;
that.getBrandData();
that.getTableList(); that.getTableList();
document.documentElement.style.backgroundColor = '#f0f2f5'; document.documentElement.style.backgroundColor = '#f0f2f5';
}, },
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-07-02 15:47:24 * @LastEditTime: 2020-07-02 16:12:50
--> -->
<template> <template>
<div class="my-customer-wrap common-set-wrap"> <div class="my-customer-wrap common-set-wrap">
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ul-li-cell flex"> <div class="ul-li-cell flex">
<div class="cell-img"> <div class="cell-img">
<img :src="scope.row.enterpriseLogo" alt="img" /> <img class="m-wh-40" :src="scope.row.enterpriseLogo" alt="img" />
</div> </div>
<div class="cell-info"> <div class="cell-info">
<div class="cell-info-name font-14 color-303133"> <div class="cell-info-name font-14 color-303133">
...@@ -343,6 +343,10 @@ export default { ...@@ -343,6 +343,10 @@ export default {
}; };
</script> </script>
<style type="text/less" lang="less" scoped> <style type="text/less" lang="less" scoped>
.m-wh-40 {
max-width: 40px;
max-height: 40px;
}
.span-dot { .span-dot {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
......
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