Commit a46fce93 by 无尘

fix: 修改文案

parent 7ff1a738
<!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.cc5b688a2c7fa91965f5e1037152fb39.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.cc622680253f84eecb1c.js></script><script type=text/javascript src=./static/js/vendor.a8492ff9b5740480be69.js></script><script type=text/javascript src=./static/js/app.ee43f0a383ec95f8117a.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.52b7e20a3552290ca5350bcb80b0545e.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.d01d4ecaf30f5a95b112.js></script><script type=text/javascript src=./static/js/vendor.a8492ff9b5740480be69.js></script><script type=text/javascript src=./static/js/app.006da30c8d7334bfb876.js></script></body></html>
\ No newline at end of file \ No newline at end of file
webpackJsonp([18],{"3uuJ":function(e,t){},GNhf:function(e,t){},XrDD:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("fZjL"),o=a.n(s),i=a("LRn8"),n=a("fPyK"),l=a("swl+"),r=a("P9l9"),c=a("Ch4/"),d=a("3E4D"),m={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},filters:{formatTimeYMD:function(e){return e&&"- -"!=e?e.split(" ")[0]:"--"},formatTimeHMS:function(e){return e&&"- -"!=e?e.split(" ")[1]:"--"}},data:function(){return{tableH:window.screen.availHeight-464-126,activeId:"2",activeBrand:this.brandId,loadingBtn:!1,selectRadio:0,showDialog:!1,conditionObj:{completed:"",overdue:"",taskType:""},completedOptions:[{label:"所有完成情况",value:""},{label:"已完成(已拨通)",value:"1"},{label:"已完成(放弃)",value:"2"},{label:"未完成",value:"0"}],overOptions:[{label:"所有逾期情况",value:""},{label:"已逾期",value:"1"},{label:"未逾期",value:"0"}],typeOptions:[{label:"所有类型",value:""},{label:"ECM话务任务",value:"1"},{label:"不良评价",value:"0"},{label:"会话任务",value:"5"}],loading:!1,tableData:[],multipleSelection:[],dialogVisible:!1,currentPage:1,pageSize:20,total:0,previewData:{},previewVisible:!1,userData:{staffName:"",phoneNumber:"",nationCode:"",postion:"",departmentName:"",headImg:""}}},computed:{},methods:{exportExcel:function(){var e=this;if(!e.multipleSelection.length)return d.a.showmsg("请选择导购","warning"),!1;e.loadingBtn=!0;var t={gicEnterpriseId:e.activeBrand,selectType:e.selectRadio,storeId:e.$route.query.storeId,ecmId:e.$route.query.ecmId?e.$route.query.ecmId:"",isOverTime:e.conditionObj.overdue||"",isCompleted:e.conditionObj.completed||"",taskIds:1==e.selectRadio?"":e.multipleSelection.map(function(e){return e.taskId}).join(",")};Object(r.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",t).then(function(t){if(e.loadingBtn=!1,!t.data)return c.a.errorMsg("暂无数据"),!1;var a=new Blob([t.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(t){e.loadingBtn=!1,e.$message.error({duration:1e3,message:t.message})})},showSingleInfo:function(e){var t=this,a={clerkId:e};Object(r.d)("/haoban-manage3-web/get-clerk-info",a).then(function(e){var a=e.data;1!=a.errorCode?c.a.errorMsg(a):t.userData=a.result}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},closePreview:function(){this.previewData={}},getPreviewData:function(e,t){var a=this,s={taskId:t.taskId};a.previewVisible=!0,Object(r.d)("/haoban-app-tel-task-three-web/task/app-task-detail",s).then(function(e){var t=e.data;if(1==t.errorCode)return a.previewData=t.result,void(a.previewVisible=!0);c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handleCommand:function(e){this.selectRadio=e},changeSelect:function(){this.currentPage=1,this.getTableList()},handleSelectionChange:function(e){this.multipleSelection=e},multDel:function(){if(!this.multipleSelection.length)return this.$message.error({duration:1e3,message:"请选择删除项"}),!1;this.showDialog=!0},hideDialog:function(e){if(this.showDialog=!1,!o()(e).length)return!1;this.postMultDel(e)},postMultDel:function(e){var t=this,a={storeId:t.$route.query.storeId,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(e){return e.taskId}).join(","),isOverTime:t.conditionObj.overdue||"",isCompleted:t.conditionObj.completed||"",reason:e.reason,enterpriseId:t.activeBrand,isAll:t.selectRadio};Object(r.d)("/haoban-app-tel-task-three-web/task/batch-del-clerk-task-list",a).then(function(e){var a=e.data;if(1==a.errorCode)return d.a.showmsg("删除成功","success"),void t.getTableList();c.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},handleDel:function(e,t){var a=this;a.$confirm("确认要删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDel(e,t)}).catch(function(){})},postDel:function(e,t){var a=this,s={taskId:t.taskId,enterpriseId:a.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/del-one",s).then(function(e){var t=e.data;if(1==t.errorCode)return d.a.showmsg("删除成功","success"),void a.getTableList();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handlePreview:function(e,t){this.postPreview(e,t)},postPreview:function(e,t){var a=""+t.taskId;this.$refs.qrcodePreview.qrcode(a,"task"),this.dialogVisible=!0},getTableList:function(e){var t=this;t.loading=!0;var a={ecmId:t.$route.query.ecmId||"",taskType:t.conditionObj.taskType,storeId:t.$route.query.storeId||"",isOverTime:t.conditionObj.overdue||"",isCompleted:t.conditionObj.completed||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/clerk-task-list",a).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return a.result.list&&a.result.list.forEach(function(e){e.taskUrl&&!e.taskUrl.length||(e.taskUrl=[])}),t.tableData=a.result.list||[],void(t.total=a.result.pageInfo.total);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())}},mounted:function(){this.$emit("showTab","11"),document.documentElement.style.backgroundColor="#f0f2f5",this.activeBrand=this.brandId,this.conditionObj.storeId=this.$route.query.storeId,this.brandId&&this.getTableList()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{multipleDel:i.a,qrcodeDialog:n.a,detailPreview:l.a}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("div",{staticClass:"daily-set-content boder-box"},[a("div",{staticClass:"table-condition flex flex-space-between m-b-23"},[a("div",{staticClass:"table-condition-left"},[a("el-select",{staticClass:"w-135",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.completed,callback:function(t){e.$set(e.conditionObj,"completed",t)},expression:"conditionObj.completed"}},e._l(e.completedOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),a("el-select",{staticClass:"w-135 m-l-10",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.overdue,callback:function(t){e.$set(e.conditionObj,"overdue",t)},expression:"conditionObj.overdue"}},e._l(e.overOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),e.$route.query.ecmId?e._e():a("el-select",{staticClass:"w-105 m-l-10",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.taskType,callback:function(t){e.$set(e.conditionObj,"taskType",t)},expression:"conditionObj.taskType"}},e._l(e.typeOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})}))],1),e._v(" "),a("div",{staticClass:"table-condition-right"},[a("el-button",{attrs:{type:"danger"},on:{click:e.multDel}},[e._v("批量删除")]),a("el-button",{staticClass:"m-l-10",attrs:{type:"primary",loading:e.loadingBtn},on:{click:e.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),e._v("导出")])],1)]),e._v(" "),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"},on:{"selection-change":e.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),e._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:e._u([{key:"header",fn:function(t){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:e.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),e._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==e.selectRadio?"#2f54eb":"#606266"}},[e._v("选择当页")])]),e._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==e.selectRadio?"#2f54eb":"#606266"}},[e._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(e){}}])}),e._v(" "),a("el-table-column",{attrs:{label:"指派对象","show-overflow-tooltip":"",width:"170"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"flex flex-pack-center flex-start"},[a("el-popover",{attrs:{placement:"top-start",width:"300",trigger:"hover"},on:{show:function(a){e.showSingleInfo(t.row.clerkId)}}},[a("div",{staticClass:"apply-info-detail"},[a("div",{staticClass:"flex"},[a("div",{staticClass:"apply-info-img flex-align-center flex-pack-center bg-82C5FF "},[e.userData.headImg?a("img",{attrs:{src:e.userData.headImg,alt:"img"}}):a("i",{staticClass:"iconfont icon-yewuduanmorentouxian"})]),e._v(" "),a("div",{staticClass:"flex flex-column apply-info-right flex-space-between"},[a("div",{staticClass:"apply-info-name"},[e._v("\n "+e._s(e.userData.staffName||"--")+" ( "+e._s(e.userData.position||"--")+")\n ")]),e._v(" "),a("div",{staticClass:"apply-info-phone"},[a("span",{staticClass:"w-80"},[e._v("手机号:")]),a("span",{staticClass:"w-130"},[e._v(e._s("86"==e.userData.nationCode?e.userData.phoneNumber:"+"+e.userData.nationCode+"-"+e.userData.phoneNumber))])]),e._v(" "),a("div",{staticClass:"apply-info-store"},[a("span",{staticClass:"w-80"},[e._v("所属部门:")]),a("span",{staticClass:"w-130"},[e._v(e._s(e.userData.departmentName||"--"))])])])])]),e._v(" "),a("div",{attrs:{slot:"reference"},slot:"reference"},[a("div",{staticClass:"flex flex-align-center flex-pack-center bg-82C5FF table-head-pic cursor-pointer"},[t.row.headImgUrl?a("img",{attrs:{src:t.row.headImgUrl,alt:"img"}}):a("i",{staticClass:"iconfont icon-yewuduanmorentouxian"})])])]),e._v(" "),a("div",{staticClass:"clerk-info flex flex-column flex-space-between m-l-16",staticStyle:{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[a("p",{staticClass:"font-14 color-303133",staticStyle:{"line-height":"18px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[e._v(e._s(t.row.clerkName))]),e._v(" "),a("p",{staticClass:"font-14 color-909399",staticStyle:{"line-height":"18px",width:"100%",overflow:"hidden","text-overflow":"ellipsis"}},[e._v(e._s(t.row.clerkPhone))])])],1)]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"任务类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s("0"==t.row.taskType?"不良评价":"5"==t.row.taskType?"会话任务":"话务任务"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间",width:"107"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"完成期限","show-overflow-tooltip":"",width:"107"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.lastTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.lastTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"逾期情况"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.isOverTime))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"完成情况"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"light",placement:"right"}},[a("div",{attrs:{slot:"content"},slot:"content"},[e._v("\n 完成情况包含3种"),a("br"),e._v("\n 1.完成拨打任务;"),a("br"),e._v("\n 2.完成任务(无需拨打);"),a("br"),e._v("\n 3.完成任务(放弃拨打);"),a("br"),e._v("\n 4.未完成任务\n ")]),e._v(" "),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.isCompleted)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"完成时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.finishTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.finishTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"提交人"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.operationStaffName||"--"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"备注"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.reason?a("el-popover",{attrs:{placement:"top-start",title:"",width:"200",trigger:"hover",content:t.row.reason}},[a("i",{staticClass:"el-icon-chat-dot-square cursor-pointer color-909399",staticStyle:{"font-size":"20px"},attrs:{slot:"reference"},slot:"reference"})]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"图片"},scopedSlots:e._u([{key:"default",fn:function(t){return e._l(t.row.taskUrls,function(t,s){return a("el-popover",{key:s,attrs:{"popper-class":"notice-img-popover",placement:"right",width:"400",trigger:"hover"}},[a("div",{staticClass:"img-preview flex"},[a("img",{staticStyle:{"max-width":"400px"},attrs:{src:t,alt:""}})]),e._v(" "),a("img",{staticClass:"task-imgs",attrs:{slot:"reference",src:t,alt:""},slot:"reference"})])})}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作",fixed:"right",width:"110"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.$index,t.row)}}},[e._v("删除")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.getPreviewData(t.$index,t.row)}}},[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(" "),a("multiple-del",{attrs:{showDialog:e.showDialog,detailFlag:!0},on:{hideDialog:e.hideDialog}}),e._v(" "),a("qrcode-dialog",{ref:"qrcodePreview",model:{value:e.dialogVisible,callback:function(t){e.dialogVisible=t},expression:"dialogVisible"}}),e._v(" "),a("detail-preview",{ref:"detailPreview",attrs:{previewData:e.previewData},on:{closePreview:e.closePreview},model:{value:e.previewVisible,callback:function(t){e.previewVisible=t},expression:"previewVisible"}})],1)},staticRenderFns:[]};var p=a("VU/8")(m,u,!1,function(e){a("GNhf")},"data-v-a39a05b2",null);t.default=p.exports},"swl+":function(e,t,a){"use strict";var s=a("mvHQ"),o=a.n(s),i=a("fZjL"),n=a.n(i),l={name:"detail-preview",props:{value:{type:Boolean,default:function(){return!1}},previewData:{type:Object,default:function(){return{title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}}}}},directives:{htmlContent:{bind:function(e,t){e.innerHTML=t.value},update:function(e,t){e.innerHTML=t.value}}},data:function(){return{noticeData:{title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}},time:null}},methods:{timeStampSpaces:function(e){if(e){var t=new Date,a=new Date(Number(e)).getTime()-t.getTime();if(a<0)return"";var s=a%864e5,o=s%36e5;return Math.floor(a/864e5)+"天"+Math.floor(s/36e5)+"小时"+Math.floor(o/6e4)+"分"}},closeDialog:function(){this.$emit("input",!1),this.$emit("closePreview"),this.noticeData={title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}},clearInterval(this.time)}},watch:{previewData:function(e,t){var a=this;n()(e).length&&(a.noticeData=JSON.parse(o()(e)),a.time=setInterval(function(){a.timeStampSpaces(a.previewData.lastTime)},6e4))}},mounted:function(){var e=this;n()(e.previewData).length&&(e.noticeData=JSON.parse(o()(e.previewData)),e.time=setInterval(function(){e.timeStampSpaces(e.previewData.lastTime)},6e4))},beforeDestroy:function(){clearInterval(this.time),this.time=null}},r={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.value,expression:"value"}],staticClass:"qr-dialog-content",staticStyle:{opacity:"1"}},[a("div",{staticClass:"qr-mask",on:{click:function(t){return t.stopPropagation(),e.closeDialog(t)}}}),e._v(" "),a("div",{staticClass:"qr-dialog border-box"},[a("div",{staticClass:"qr-dialog-body border-box"},[a("div",{staticClass:"detail-content border-box"},[a("div",{staticClass:"detail-content-top border-box"},[a("div",{staticClass:"task-title font-14 color-303133 font-w-500"},[e._v(e._s(e.noticeData.title))]),e._v(" "),a("div",{staticClass:"task-des font-12 color-303133 font-w-400"},[e._v(e._s(e.noticeData.taskDescription))]),e._v(" "),a("div",{staticClass:"task-over font-10 color-fd6b6d font-w-400"},[1==e.noticeData.taskStatus?a("span",[e._v("逾期剩余时长:"+e._s(e.timeStampSpaces(e.noticeData.lastTime)))]):e._e(),e._v(" "),2==e.noticeData.taskStatus?a("span",[e._v("已完成")]):e._e(),e._v(" "),3==e.noticeData.taskStatus?a("span",[e._v("已放弃")]):e._e(),e._v(" "),4==e.noticeData.taskStatus?a("span",[e._v("已逾期")]):e._e(),e._v(" "),5==e.noticeData.taskStatus?a("span",[e._v("已完成")]):e._e()]),e._v(" "),a("div",{staticClass:"task-people"},e._l(e.noticeData.taskRecordList,function(t,s){return a("div",{key:s+"record",staticClass:"task-item-cell"},[a("div",{staticClass:"task-item-content"},[a("span",{staticClass:"iconfont icondingwei font-10 color-4b69e5"}),a("span",{staticClass:"font-10 color-606266 opt-content"},[e._v(e._s(t.optContent))])]),e._v(" "),a("div",{class:["task-item-date",s!=e.noticeData.taskRecordList.length-1?"item-border":""]},[a("span",{staticClass:"p-l-14 font-10 color-909399"},[e._v(e._s(t.optTime))])])])}))]),e._v(" "),a("div",{staticClass:"detail-content-bottom border-box m-t-10"},[a("div",{staticClass:"user-info flex "},[a("div",{staticClass:"user-photo"},[a("img",{attrs:{src:e.noticeData.memberInfo.imgUrl,alt:""}})]),e._v(" "),a("div",{staticClass:"user-name-body"},[a("div",{staticClass:"user-name"},[a("span",{staticClass:"font-12 color-30313 font-w-500"},[e._v(e._s(e.noticeData.memberInfo.memberName))]),a("span",{class:["p-l-6 font-12 iconfont",0==e.noticeData.memberInfo.memberGender?"":1==e.noticeData.memberInfo.memberGender?"iconnan color-4b69e5":"color-ff8ea0 iconxingbienv"]})]),e._v(" "),a("div",{staticClass:"user-age font-10 color-7f818a"},[a("span",[e._v(e._s(e.noticeData.memberInfo.memberAge)+"岁")]),a("span",{staticClass:"dot"}),a("span",[e._v("生日 "+e._s(0==e.noticeData.memberInfo.birthType?"农历":"阳历")+e._s(e.noticeData.memberInfo.birthday))])])])]),e._v(" "),a("div",{staticClass:"user-info-body"},[5!=e.noticeData.taskType?a("ul",{staticClass:"flex font-10 flex-wrap"},[a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.memberGradeName||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员身份:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(1==e.noticeData.memberInfo.memberType?"pos会员":"微信会员"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.cardNum||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("积 分:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.accumulatPoints))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("消费总额:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.costFee))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("消费次数:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.costTimes))])])]):e._e(),e._v(" "),5==e.noticeData.taskType?a("ul",{staticClass:"flex font-10 flex-wrap"},[a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("微信昵称:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.nickName||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("手机号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.phoneNumber||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.cardNum))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员身份:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(1==e.noticeData.memberInfo.memberType?"pos会员":"微信会员"))])])]):e._e()]),e._v(" "),a("div",{staticClass:"user-clerk"},[a("span",{staticClass:"iconfont iconziyuan1 font-10 color-4b69e5"}),a("span",{staticClass:"font-10 color-4b69e5 clerk-name"},[e._v(e._s(e.noticeData.memberInfo.clerkName))])])])]),e._v(" "),a("div",{staticClass:"qr-dialog__hd"},[a("i",{staticClass:"el-icon-plus",on:{click:function(t){return t.stopPropagation(),e.closeDialog(t)}}})])])])])},staticRenderFns:[]};var c=a("VU/8")(l,r,!1,function(e){a("3uuJ")},"data-v-c836b1e2",null);t.a=c.exports}}); webpackJsonp([17],{"3uuJ":function(e,t){},GNhf:function(e,t){},XrDD:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("fZjL"),o=a.n(s),i=a("LRn8"),n=a("fPyK"),l=a("swl+"),r=a("P9l9"),c=a("Ch4/"),d=a("3E4D"),m={name:"reviewed",props:{brandId:{type:String,default:function(){return""}}},filters:{formatTimeYMD:function(e){return e&&"- -"!=e?e.split(" ")[0]:"--"},formatTimeHMS:function(e){return e&&"- -"!=e?e.split(" ")[1]:"--"}},data:function(){return{tableH:window.screen.availHeight-464-126,activeId:"2",activeBrand:this.brandId,loadingBtn:!1,selectRadio:0,showDialog:!1,conditionObj:{completed:"",overdue:"",taskType:""},completedOptions:[{label:"所有完成情况",value:""},{label:"已完成(已拨通)",value:"1"},{label:"已完成(放弃)",value:"2"},{label:"未完成",value:"0"}],overOptions:[{label:"所有逾期情况",value:""},{label:"已逾期",value:"1"},{label:"未逾期",value:"0"}],typeOptions:[{label:"所有类型",value:""},{label:"ECM话务任务",value:"1"},{label:"不良评价",value:"0"},{label:"会话任务",value:"5"}],loading:!1,tableData:[],multipleSelection:[],dialogVisible:!1,currentPage:1,pageSize:20,total:0,previewData:{},previewVisible:!1,userData:{staffName:"",phoneNumber:"",nationCode:"",postion:"",departmentName:"",headImg:""}}},computed:{},methods:{exportExcel:function(){var e=this;if(!e.multipleSelection.length)return d.a.showmsg("请选择导购","warning"),!1;e.loadingBtn=!0;var t={gicEnterpriseId:e.activeBrand,selectType:e.selectRadio,storeId:e.$route.query.storeId,ecmId:e.$route.query.ecmId?e.$route.query.ecmId:"",isOverTime:e.conditionObj.overdue||"",isCompleted:e.conditionObj.completed||"",taskIds:1==e.selectRadio?"":e.multipleSelection.map(function(e){return e.taskId}).join(",")};Object(r.b)("/haoban-app-tel-task-three-web/task/export-store-view-clerk-list",t).then(function(t){if(e.loadingBtn=!1,!t.data)return c.a.errorMsg("暂无数据"),!1;var a=new Blob([t.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(t){e.loadingBtn=!1,e.$message.error({duration:1e3,message:t.message})})},showSingleInfo:function(e){var t=this,a={clerkId:e};Object(r.d)("/haoban-manage3-web/get-clerk-info",a).then(function(e){var a=e.data;1!=a.errorCode?c.a.errorMsg(a):t.userData=a.result}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},closePreview:function(){this.previewData={}},getPreviewData:function(e,t){var a=this,s={taskId:t.taskId};a.previewVisible=!0,Object(r.d)("/haoban-app-tel-task-three-web/task/app-task-detail",s).then(function(e){var t=e.data;if(1==t.errorCode)return a.previewData=t.result,void(a.previewVisible=!0);c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handleCommand:function(e){this.selectRadio=e},changeSelect:function(){this.currentPage=1,this.getTableList()},handleSelectionChange:function(e){this.multipleSelection=e},multDel:function(){if(!this.multipleSelection.length)return this.$message.error({duration:1e3,message:"请选择删除项"}),!1;this.showDialog=!0},hideDialog:function(e){if(this.showDialog=!1,!o()(e).length)return!1;this.postMultDel(e)},postMultDel:function(e){var t=this,a={storeId:t.$route.query.storeId,taskIds:1==t.selectRadio?"":t.multipleSelection.map(function(e){return e.taskId}).join(","),isOverTime:t.conditionObj.overdue||"",isCompleted:t.conditionObj.completed||"",reason:e.reason,enterpriseId:t.activeBrand,isAll:t.selectRadio};Object(r.d)("/haoban-app-tel-task-three-web/task/batch-del-clerk-task-list",a).then(function(e){var a=e.data;if(1==a.errorCode)return d.a.showmsg("删除成功","success"),void t.getTableList();c.a.errorMsg(a)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleSizeChange:function(e){this.currentPage=1,this.pageSize=e,this.getTableList()},handleCurrentChange:function(e){this.currentPage=e,this.getTableList()},handleDel:function(e,t){var a=this;a.$confirm("确认要删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.postDel(e,t)}).catch(function(){})},postDel:function(e,t){var a=this,s={taskId:t.taskId,enterpriseId:a.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/del-one",s).then(function(e){var t=e.data;if(1==t.errorCode)return d.a.showmsg("删除成功","success"),void a.getTableList();c.a.errorMsg(t)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})},handlePreview:function(e,t){this.postPreview(e,t)},postPreview:function(e,t){var a=""+t.taskId;this.$refs.qrcodePreview.qrcode(a,"task"),this.dialogVisible=!0},getTableList:function(e){var t=this;t.loading=!0;var a={ecmId:t.$route.query.ecmId||"",taskType:t.conditionObj.taskType,storeId:t.$route.query.storeId||"",isOverTime:t.conditionObj.overdue||"",isCompleted:t.conditionObj.completed||"",pageNum:t.currentPage,pageSize:t.pageSize,gicEnterpriseId:t.activeBrand};Object(r.a)("/haoban-app-tel-task-three-web/task/clerk-task-list",a).then(function(e){var a=e.data;if(t.loading=!1,1==a.errorCode)return a.result.list&&a.result.list.forEach(function(e){e.taskUrl&&!e.taskUrl.length||(e.taskUrl=[])}),t.tableData=a.result.list||[],void(t.total=a.result.pageInfo.total);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())}},mounted:function(){this.$emit("showTab","11"),document.documentElement.style.backgroundColor="#f0f2f5",this.activeBrand=this.brandId,this.conditionObj.storeId=this.$route.query.storeId,this.brandId&&this.getTableList()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{multipleDel:i.a,qrcodeDialog:n.a,detailPreview:l.a}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("div",{staticClass:"daily-set-content boder-box"},[a("div",{staticClass:"table-condition flex flex-space-between m-b-23"},[a("div",{staticClass:"table-condition-left"},[a("el-select",{staticClass:"w-135",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.completed,callback:function(t){e.$set(e.conditionObj,"completed",t)},expression:"conditionObj.completed"}},e._l(e.completedOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),a("el-select",{staticClass:"w-135 m-l-10",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.overdue,callback:function(t){e.$set(e.conditionObj,"overdue",t)},expression:"conditionObj.overdue"}},e._l(e.overOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),e.$route.query.ecmId?e._e():a("el-select",{staticClass:"w-105 m-l-10",attrs:{placeholder:"请选择"},on:{change:e.changeSelect},model:{value:e.conditionObj.taskType,callback:function(t){e.$set(e.conditionObj,"taskType",t)},expression:"conditionObj.taskType"}},e._l(e.typeOptions,function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})}))],1),e._v(" "),a("div",{staticClass:"table-condition-right"},[a("el-button",{attrs:{type:"danger"},on:{click:e.multDel}},[e._v("批量删除")]),a("el-button",{staticClass:"m-l-10",attrs:{type:"primary",loading:e.loadingBtn},on:{click:e.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),e._v("导出")])],1)]),e._v(" "),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"},on:{"selection-change":e.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"45"}}),e._v(" "),a("el-table-column",{attrs:{width:"25"},scopedSlots:e._u([{key:"header",fn:function(t){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:e.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"iconfont icongengduo"})]),e._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[a("span",{style:{color:0==e.selectRadio?"#2f54eb":"#606266"}},[e._v("选择当页")])]),e._v(" "),a("el-dropdown-item",{attrs:{command:"1"}},[a("span",{style:{color:1==e.selectRadio?"#2f54eb":"#606266"}},[e._v("选择全部")])])],1)],1)]}},{key:"default",fn:function(e){}}])}),e._v(" "),a("el-table-column",{attrs:{label:"指派对象","show-overflow-tooltip":"",width:"170"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"flex flex-pack-center flex-start"},[a("el-popover",{attrs:{placement:"top-start",width:"300",trigger:"hover"},on:{show:function(a){e.showSingleInfo(t.row.clerkId)}}},[a("div",{staticClass:"apply-info-detail"},[a("div",{staticClass:"flex"},[a("div",{staticClass:"apply-info-img flex-align-center flex-pack-center bg-82C5FF "},[e.userData.headImg?a("img",{attrs:{src:e.userData.headImg,alt:"img"}}):a("i",{staticClass:"iconfont icon-yewuduanmorentouxian"})]),e._v(" "),a("div",{staticClass:"flex flex-column apply-info-right flex-space-between"},[a("div",{staticClass:"apply-info-name"},[e._v("\n "+e._s(e.userData.staffName||"--")+" ( "+e._s(e.userData.position||"--")+")\n ")]),e._v(" "),a("div",{staticClass:"apply-info-phone"},[a("span",{staticClass:"w-80"},[e._v("手机号:")]),a("span",{staticClass:"w-130"},[e._v(e._s("86"==e.userData.nationCode?e.userData.phoneNumber:"+"+e.userData.nationCode+"-"+e.userData.phoneNumber))])]),e._v(" "),a("div",{staticClass:"apply-info-store"},[a("span",{staticClass:"w-80"},[e._v("所属部门:")]),a("span",{staticClass:"w-130"},[e._v(e._s(e.userData.departmentName||"--"))])])])])]),e._v(" "),a("div",{attrs:{slot:"reference"},slot:"reference"},[a("div",{staticClass:"flex flex-align-center flex-pack-center bg-82C5FF table-head-pic cursor-pointer"},[t.row.headImgUrl?a("img",{attrs:{src:t.row.headImgUrl,alt:"img"}}):a("i",{staticClass:"iconfont icon-yewuduanmorentouxian"})])])]),e._v(" "),a("div",{staticClass:"clerk-info flex flex-column flex-space-between m-l-16",staticStyle:{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[a("p",{staticClass:"font-14 color-303133",staticStyle:{"line-height":"18px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[e._v(e._s(t.row.clerkName))]),e._v(" "),a("p",{staticClass:"font-14 color-909399",staticStyle:{"line-height":"18px",width:"100%",overflow:"hidden","text-overflow":"ellipsis"}},[e._v(e._s(t.row.clerkPhone))])])],1)]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"任务类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s("0"==t.row.taskType?"不良评价":"5"==t.row.taskType?"会话任务":"话务任务"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"创建时间",width:"107"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.createTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.createTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"",label:"完成期限","show-overflow-tooltip":"",width:"107"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.lastTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.lastTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"逾期情况"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.isOverTime))]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"完成情况"},scopedSlots:e._u([{key:"header",fn:function(t){return[a("el-tooltip",{staticClass:"item",attrs:{effect:"light",placement:"right"}},[a("div",{attrs:{slot:"content"},slot:"content"},[e._v("\n 完成情况包含3种"),a("br"),e._v("\n 1.完成拨打任务;"),a("br"),e._v("\n 2.完成任务(无需拨打);"),a("br"),e._v("\n 3.完成任务(放弃拨打);"),a("br"),e._v("\n 4.未完成任务\n ")]),e._v(" "),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.isCompleted)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"完成时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeYMD")(t.row.finishTime)))]),e._v(" "),a("div",{staticClass:"line-18"},[e._v(e._s(e._f("formatTimeHMS")(t.row.finishTime)))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"提交人"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v(e._s(t.row.operationStaffName||"--"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"备注"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.reason?a("el-popover",{attrs:{placement:"top-start",title:"",width:"200",trigger:"hover",content:t.row.reason}},[a("i",{staticClass:"el-icon-chat-dot-square cursor-pointer color-909399",staticStyle:{"font-size":"20px"},attrs:{slot:"reference"},slot:"reference"})]):e._e()]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"图片"},scopedSlots:e._u([{key:"default",fn:function(t){return e._l(t.row.taskUrls,function(t,s){return a("el-popover",{key:s,attrs:{"popper-class":"notice-img-popover",placement:"right",width:"400",trigger:"hover"}},[a("div",{staticClass:"img-preview flex"},[a("img",{staticStyle:{"max-width":"400px"},attrs:{src:t,alt:""}})]),e._v(" "),a("img",{staticClass:"task-imgs",attrs:{slot:"reference",src:t,alt:""},slot:"reference"})])})}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作",fixed:"right",width:"110"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){e.handleDel(t.$index,t.row)}}},[e._v("删除")]),e._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){e.getPreviewData(t.$index,t.row)}}},[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(" "),a("multiple-del",{attrs:{showDialog:e.showDialog,detailFlag:!0},on:{hideDialog:e.hideDialog}}),e._v(" "),a("qrcode-dialog",{ref:"qrcodePreview",model:{value:e.dialogVisible,callback:function(t){e.dialogVisible=t},expression:"dialogVisible"}}),e._v(" "),a("detail-preview",{ref:"detailPreview",attrs:{previewData:e.previewData},on:{closePreview:e.closePreview},model:{value:e.previewVisible,callback:function(t){e.previewVisible=t},expression:"previewVisible"}})],1)},staticRenderFns:[]};var p=a("VU/8")(m,u,!1,function(e){a("GNhf")},"data-v-a39a05b2",null);t.default=p.exports},"swl+":function(e,t,a){"use strict";var s=a("mvHQ"),o=a.n(s),i=a("fZjL"),n=a.n(i),l={name:"detail-preview",props:{value:{type:Boolean,default:function(){return!1}},previewData:{type:Object,default:function(){return{title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}}}}},directives:{htmlContent:{bind:function(e,t){e.innerHTML=t.value},update:function(e,t){e.innerHTML=t.value}}},data:function(){return{noticeData:{title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}},time:null}},methods:{timeStampSpaces:function(e){if(e){var t=new Date,a=new Date(Number(e)).getTime()-t.getTime();if(a<0)return"";var s=a%864e5,o=s%36e5;return Math.floor(a/864e5)+"天"+Math.floor(s/36e5)+"小时"+Math.floor(o/6e4)+"分"}},closeDialog:function(){this.$emit("input",!1),this.$emit("closePreview"),this.noticeData={title:"",taskDescription:"",lastTime:"",taskStatus:1,executiveClerkId:"",bindFlag:0,taskRecordList:[],taskType:1,memberInfo:{cardNum:"",imgUrl:"",memberName:"",memberGender:"",memberAge:"",birthday:"",clerkName:"",costFee:"",memberGradeName:"",costTimes:"",lastCostFee:"",phoneNumber:"",openCardTime:"",memberType:"0",birthType:"",accumulatPoints:""}},clearInterval(this.time)}},watch:{previewData:function(e,t){var a=this;n()(e).length&&(a.noticeData=JSON.parse(o()(e)),a.time=setInterval(function(){a.timeStampSpaces(a.previewData.lastTime)},6e4))}},mounted:function(){var e=this;n()(e.previewData).length&&(e.noticeData=JSON.parse(o()(e.previewData)),e.time=setInterval(function(){e.timeStampSpaces(e.previewData.lastTime)},6e4))},beforeDestroy:function(){clearInterval(this.time),this.time=null}},r={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.value,expression:"value"}],staticClass:"qr-dialog-content",staticStyle:{opacity:"1"}},[a("div",{staticClass:"qr-mask",on:{click:function(t){return t.stopPropagation(),e.closeDialog(t)}}}),e._v(" "),a("div",{staticClass:"qr-dialog border-box"},[a("div",{staticClass:"qr-dialog-body border-box"},[a("div",{staticClass:"detail-content border-box"},[a("div",{staticClass:"detail-content-top border-box"},[a("div",{staticClass:"task-title font-14 color-303133 font-w-500"},[e._v(e._s(e.noticeData.title))]),e._v(" "),a("div",{staticClass:"task-des font-12 color-303133 font-w-400"},[e._v(e._s(e.noticeData.taskDescription))]),e._v(" "),a("div",{staticClass:"task-over font-10 color-fd6b6d font-w-400"},[1==e.noticeData.taskStatus?a("span",[e._v("逾期剩余时长:"+e._s(e.timeStampSpaces(e.noticeData.lastTime)))]):e._e(),e._v(" "),2==e.noticeData.taskStatus?a("span",[e._v("已完成")]):e._e(),e._v(" "),3==e.noticeData.taskStatus?a("span",[e._v("已放弃")]):e._e(),e._v(" "),4==e.noticeData.taskStatus?a("span",[e._v("已逾期")]):e._e(),e._v(" "),5==e.noticeData.taskStatus?a("span",[e._v("已完成")]):e._e()]),e._v(" "),a("div",{staticClass:"task-people"},e._l(e.noticeData.taskRecordList,function(t,s){return a("div",{key:s+"record",staticClass:"task-item-cell"},[a("div",{staticClass:"task-item-content"},[a("span",{staticClass:"iconfont icondingwei font-10 color-4b69e5"}),a("span",{staticClass:"font-10 color-606266 opt-content"},[e._v(e._s(t.optContent))])]),e._v(" "),a("div",{class:["task-item-date",s!=e.noticeData.taskRecordList.length-1?"item-border":""]},[a("span",{staticClass:"p-l-14 font-10 color-909399"},[e._v(e._s(t.optTime))])])])}))]),e._v(" "),a("div",{staticClass:"detail-content-bottom border-box m-t-10"},[a("div",{staticClass:"user-info flex "},[a("div",{staticClass:"user-photo"},[a("img",{attrs:{src:e.noticeData.memberInfo.imgUrl,alt:""}})]),e._v(" "),a("div",{staticClass:"user-name-body"},[a("div",{staticClass:"user-name"},[a("span",{staticClass:"font-12 color-30313 font-w-500"},[e._v(e._s(e.noticeData.memberInfo.memberName))]),a("span",{class:["p-l-6 font-12 iconfont",0==e.noticeData.memberInfo.memberGender?"":1==e.noticeData.memberInfo.memberGender?"iconnan color-4b69e5":"color-ff8ea0 iconxingbienv"]})]),e._v(" "),a("div",{staticClass:"user-age font-10 color-7f818a"},[a("span",[e._v(e._s(e.noticeData.memberInfo.memberAge)+"岁")]),a("span",{staticClass:"dot"}),a("span",[e._v("生日 "+e._s(0==e.noticeData.memberInfo.birthType?"农历":"阳历")+e._s(e.noticeData.memberInfo.birthday))])])])]),e._v(" "),a("div",{staticClass:"user-info-body"},[5!=e.noticeData.taskType?a("ul",{staticClass:"flex font-10 flex-wrap"},[a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.memberGradeName||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员身份:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(1==e.noticeData.memberInfo.memberType?"pos会员":"微信会员"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.cardNum||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("积 分:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.accumulatPoints))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("消费总额:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.costFee))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("消费次数:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.costTimes))])])]):e._e(),e._v(" "),5==e.noticeData.taskType?a("ul",{staticClass:"flex font-10 flex-wrap"},[a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("微信昵称:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.nickName||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("手机号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.phoneNumber||"--"))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员卡号:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(e.noticeData.memberInfo.cardNum))])]),e._v(" "),a("li",{staticClass:"flex-1 line-h-16 m-b-10"},[a("span",{staticClass:"font-10 color-303133"},[e._v("会员身份:")]),a("span",{staticClass:"font-10 color-7f818a"},[e._v(e._s(1==e.noticeData.memberInfo.memberType?"pos会员":"微信会员"))])])]):e._e()]),e._v(" "),a("div",{staticClass:"user-clerk"},[a("span",{staticClass:"iconfont iconziyuan1 font-10 color-4b69e5"}),a("span",{staticClass:"font-10 color-4b69e5 clerk-name"},[e._v(e._s(e.noticeData.memberInfo.clerkName))])])])]),e._v(" "),a("div",{staticClass:"qr-dialog__hd"},[a("i",{staticClass:"el-icon-plus",on:{click:function(t){return t.stopPropagation(),e.closeDialog(t)}}})])])])])},staticRenderFns:[]};var c=a("VU/8")(l,r,!1,function(e){a("3uuJ")},"data-v-c836b1e2",null);t.a=c.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([17],{"2SeY":function(t,e){},cxaT:function(t,e){t.exports="data:image/png;base64,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"},h9Ca:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("Gu7T"),n=a.n(s),i=a("mvHQ"),o=a.n(i),r=a("3Xzz"),c=a("ApSX"),l=a("5i7M"),u={data:function(){return{chart:null}},props:{charData:{type:Array,default:function(){return[]}},id:String,width:{type:Number,default:800}},mounted:function(){var t=this;setTimeout(function(){t.drawChart()},30)},beforeUpdate:function(){this.drawChart()},watch:{charData:function(){this.drawChart()}},methods:{drawChart:function(){this.chart&&this.chart.destroy(),this.chart=new l.a({container:this.id,width:this.width,autoFit:!0,height:420,padding:[50,30,60,60]}),this.chart.source(this.charData),this.chart.scale({value:{min:0,nice:!0},date:{}}),this.chart.tooltip({showCrosshairs:!0,shared:!0}),this.chart.line().position("date*value").color("active"),this.chart.legend({position:"top-left",offsetX:40,itemGap:20}),this.chart.render()}}},h={render:function(){var t=this.$createElement;return(this._self._c||t)("div",{attrs:{id:this.id}})},staticRenderFns:[]};var g=a("VU/8")(u,h,!1,function(t){a("pXuw")},"data-v-fb3f890a",null).exports,d=a("P9l9"),p=a("Ch4/"),C=a("Q0Ca"),v={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData?brandId="+this.$route.query.brandId},{name:"激活人员明细",path:""}],selectStartDay:"",selectEndDay:"",charData:[],groupIds:[],currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{checkGroupIds:function(t){this.groupIds=t,this.getTableList()},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={enterpriseId:t.$route.query.brandId,groupIdList:t.groupIds.map(function(t){return t.storeGroupId}).join(","),startDate:t.selectEndDay,endDate:t.selectEndDay,selectType:t.selectRadio};Object(d.b)("/haoban-manage3-web/web/export-activite-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return p.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()},getLoginData:function(t){var e=this,a={enterpriseId:e.$route.query.brandId,startDate:e.selectStartDay,endDate:e.selectEndDay};Object(d.a)("/haoban-manage3-web/web/activite-date",a).then(function(t){var a=t.data;if(1==a.errorCode){if(a.result.result){a.result.result.forEach(function(t){t.date=t.bizDates+"("+t.weeks+")",t.active="未激活人数",t.value=t.notActiveClerkCnt});var s=JSON.parse(o()(a.result.result));s.forEach(function(t){t.date=t.bizDates+"("+t.weeks+")",t.active="激活人数",t.value=t.activeClerkCnt}),e.charData=[].concat(n()(a.result.result),n()(s))||[]}return!1}p.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getTableList:function(t){var e=this,a={enterpriseId:e.$route.query.brandId,groupIdList:e.groupIds.map(function(t){return t.storeGroupId}).join(","),startDate:e.selectEndDay,endDate:e.selectEndDay,pageSize:e.pageSize,currentPage:e.currentPage};Object(d.d)("/haoban-manage3-web/web/activite-list",a).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result.list||[],e.total=a.result.total,!1;p.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(){this.selectStartDay=C.a.timeStampToYmd((new Date).getTime()-6048e5),this.selectEndDay=C.a.timeStampToYmd((new Date).getTime()-864e5),this.getLoginData(),this.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:r.a,gicSelectGroupMult:c.a,activeChart:g}},A={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"my-customer-wrap common-set-wrap"},[s("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),s("div",{staticClass:"right-content"},[s("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[s("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[s("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),s("div",{staticClass:"chart-body m-t-20"},[t.charData.length?s("active-chart",{attrs:{charData:t.charData,id:"active-chart"}}):t._e(),t._v(" "),t.charData.length?t._e():s("div",{staticClass:"no-data-char"},[s("img",{attrs:{src:a("cxaT"),alt:""}}),t._v(" "),s("p",{staticClass:"font-12 color-c0c4cc m-t-20"},[t._v("- 暂无数据 -")])])],1),t._v(" "),s("div",{staticClass:"table-search m-t-20"},[s("div",{staticClass:"flex flex-space-between"},[s("div",[s("gic-select-group-mult",{attrs:{selectData:t.groupIds},on:{checkGroupIds:t.checkGroupIds}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("筛选条件下,昨日激活人员有 "+t._s(t.total)+" 人,名单如下:")])],1),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[s("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),s("div",{staticClass:"m-t-20"},[s("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[s("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"ul-li-cell "},[s("div",{staticClass:"cell-info"},[s("div",{staticClass:"cell-info-name font-14 color-303133 flex flex-column"},[s("span",{staticClass:"gic-name"},[s("span",[t._v(t._s(e.row.clerkName||"--"))]),1==e.row.clerkType?s("el-tag",{staticClass:"m-l-10",attrs:{size:"small",type:"warning"}},[t._v("店长")]):t._e()],1),s("span",{staticClass:"gic-version"},[t._v(t._s(e.row.clerkCode||"--"))])])])])]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.storeName||"--"))]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"最后登录时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.lastLoginTime)))]),t._v(" "),s("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.lastLoginTime)))])]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"激活状态","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[1==e.row.activationStatus?s("span",{staticClass:"active-status font-14 color-fff"},[t._v("已激活")]):s("span",{staticClass:"no-active-status font-14 color-fff"},[t._v("未激活")])]}}])})],1),t._v(" "),0!=t.tableData.length?s("div",{staticClass:"block common-wrap__page text-right m-t-24"},[s("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 font-w-600"},[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 m=a("VU/8")(v,A,!1,function(t){a("2SeY")},"data-v-a58f5f50",null);e.default=m.exports},pXuw:function(t,e){}}); webpackJsonp([18],{"3U3/":function(t,e){},cxaT:function(t,e){t.exports="data:image/png;base64,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"},h9Ca:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("Gu7T"),n=a.n(s),i=a("mvHQ"),o=a.n(i),r=a("3Xzz"),c=a("ApSX"),l=a("5i7M"),u={data:function(){return{chart:null}},props:{charData:{type:Array,default:function(){return[]}},id:String,width:{type:Number,default:800}},mounted:function(){var t=this;setTimeout(function(){t.drawChart()},30)},beforeUpdate:function(){this.drawChart()},watch:{charData:function(){this.drawChart()}},methods:{drawChart:function(){this.chart&&this.chart.destroy(),this.chart=new l.a({container:this.id,width:this.width,autoFit:!0,height:420,padding:[50,30,60,60]}),this.chart.source(this.charData),this.chart.scale({value:{min:0,nice:!0},date:{}}),this.chart.tooltip({showCrosshairs:!0,shared:!0}),this.chart.line().position("date*value").color("active"),this.chart.legend({position:"top-left",offsetX:40,itemGap:20}),this.chart.render()}}},h={render:function(){var t=this.$createElement;return(this._self._c||t)("div",{attrs:{id:this.id}})},staticRenderFns:[]};var g=a("VU/8")(u,h,!1,function(t){a("pXuw")},"data-v-fb3f890a",null).exports,d=a("P9l9"),p=a("Ch4/"),C=a("Q0Ca"),v={name:"activeDetail",data:function(){return{navpath:[{name:"好办使用详情",path:"/enterpriseUseData?brandId="+this.$route.query.brandId},{name:"激活人员明细",path:""}],selectStartDay:"",selectEndDay:"",charData:[],groupIds:[],currentPage:1,pageSize:20,total:0,tableData:[],multipleSelection:[],addShow:!1,loadingBtn:!1,selectRadio:0}},computed:{},methods:{checkGroupIds:function(t){this.groupIds=t,this.getTableList()},handleCommand:function(t){this.selectRadio=t},handleSelectionChange:function(t){this.multipleSelection=t},exportExcel:function(){this.loadingBtn=!0,this.postExcelData()},postExcelData:function(){var t=this,e={enterpriseId:t.$route.query.brandId,groupIdList:t.groupIds.map(function(t){return t.storeGroupId}).join(","),startDate:t.selectEndDay,endDate:t.selectEndDay,selectType:t.selectRadio};Object(d.b)("/haoban-manage3-web/web/export-activite-list",e).then(function(e){if(t.loadingBtn=!1,!e.data)return p.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()},getLoginData:function(t){var e=this,a={enterpriseId:e.$route.query.brandId,startDate:e.selectStartDay,endDate:e.selectEndDay};Object(d.a)("/haoban-manage3-web/web/activite-date",a).then(function(t){var a=t.data;if(1==a.errorCode){if(a.result.result){a.result.result.forEach(function(t){t.date=t.bizDates+"("+t.weeks+")",t.active="未激活人数",t.value=t.notActiveClerkCnt});var s=JSON.parse(o()(a.result.result));s.forEach(function(t){t.date=t.bizDates+"("+t.weeks+")",t.active="激活人数",t.value=t.activeClerkCnt}),e.charData=[].concat(n()(a.result.result),n()(s))||[]}return!1}p.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getTableList:function(t){var e=this,a={enterpriseId:e.$route.query.brandId,groupIdList:e.groupIds.map(function(t){return t.storeGroupId}).join(","),startDate:e.selectEndDay,endDate:e.selectEndDay,pageSize:e.pageSize,currentPage:e.currentPage};Object(d.d)("/haoban-manage3-web/web/activite-list",a).then(function(t){var a=t.data;if(1==a.errorCode)return e.tableData=a.result.list||[],e.total=a.result.total,!1;p.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(){this.selectStartDay=C.a.timeStampToYmd((new Date).getTime()-6048e5),this.selectEndDay=C.a.timeStampToYmd((new Date).getTime()-864e5),this.getLoginData(),this.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:r.a,gicSelectGroupMult:c.a,activeChart:g}},A={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"my-customer-wrap common-set-wrap"},[s("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),s("div",{staticClass:"right-content"},[s("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[s("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[s("div",{staticClass:"apps-content-right"},[t._m(0),t._v(" "),s("div",{staticClass:"chart-body m-t-20"},[t.charData.length?s("active-chart",{attrs:{charData:t.charData,id:"active-chart"}}):t._e(),t._v(" "),t.charData.length?t._e():s("div",{staticClass:"no-data-char"},[s("img",{attrs:{src:a("cxaT"),alt:""}}),t._v(" "),s("p",{staticClass:"font-12 color-c0c4cc m-t-20"},[t._v("- 暂无数据 -")])])],1),t._v(" "),s("div",{staticClass:"table-search m-t-20"},[s("div",{staticClass:"flex flex-space-between"},[s("div",[s("gic-select-group-mult",{attrs:{selectData:t.groupIds},on:{checkGroupIds:t.checkGroupIds}}),s("span",{staticClass:"font-14 color-606266 p-l-10"},[t._v("筛选条件下,昨日人员名单如下:")])],1),t._v(" "),s("el-button",{attrs:{type:"primary",loading:t.loadingBtn},on:{click:t.exportExcel}},[s("i",{staticClass:"iconfont icon-icon_yunxiazai p-r-6"}),t._v("导出")])],1)]),t._v(" "),s("div",{staticClass:"m-t-20"},[s("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"},on:{"selection-change":t.handleSelectionChange}},[s("el-table-column",{attrs:{prop:"",label:"员工信息","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"ul-li-cell "},[s("div",{staticClass:"cell-info"},[s("div",{staticClass:"cell-info-name font-14 color-303133 flex flex-column"},[s("span",{staticClass:"gic-name"},[s("span",[t._v(t._s(e.row.clerkName||"--"))]),1==e.row.clerkType?s("el-tag",{staticClass:"m-l-10",attrs:{size:"small",type:"warning"}},[t._v("店长")]):t._e()],1),s("span",{staticClass:"gic-version"},[t._v(t._s(e.row.clerkCode||"--"))])])])])]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"归属门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.storeName||"--"))]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"最后登录时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[s("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.lastLoginTime)))]),t._v(" "),s("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.lastLoginTime)))])]}}])}),t._v(" "),s("el-table-column",{attrs:{prop:"",label:"激活状态","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[1==e.row.activationStatus?s("span",{staticClass:"active-status font-14 color-fff"},[t._v("已激活")]):s("span",{staticClass:"no-active-status font-14 color-fff"},[t._v("未激活")])]}}])})],1),t._v(" "),0!=t.tableData.length?s("div",{staticClass:"block common-wrap__page text-right m-t-24"},[s("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 font-w-600"},[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 m=a("VU/8")(v,A,!1,function(t){a("3U3/")},"data-v-50ebcfb8",null);e.default=m.exports},pXuw:function(t,e){}});
\ 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),M=a("SJI6"),R=a.n(M);u.a.use(R.a);var A=new R.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")}}}),L=(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()(L.a).forEach(function(e){Vue.filter(e,L.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:A,components:{App:i},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,75],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,37],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,77],"./apps/badEvaluate/index.vue":["AG22",0,33],"./apps/card/cardList.vue":["X5LE",0,41],"./apps/card/cardRecord.vue":["xDJN",0,22],"./apps/card/index.vue":["nV1L",0,45],"./apps/card/newCard.vue":["7/Zw",0,14],"./apps/cloudDaily/customReport.vue":["ak3k",0,46],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,3],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,16],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,27],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,78],"./apps/cloudDaily/index.vue":["4QyY",0,38],"./apps/cloudDaily/systemReport.vue":["J/6z",0,7],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,44],"./apps/cloudDaily/template/block.vue":["O3gZ",59],"./apps/cloudDaily/template/date-range.vue":["2WGr",60],"./apps/cloudDaily/template/image.vue":["8dpP",71],"./apps/cloudDaily/template/input.vue":["zHtI",84],"./apps/cloudDaily/template/select.vue":["rYZf",65],"./apps/customerApp/addGroupTemplate.vue":["vIlm",0,29],"./apps/customerApp/index.vue":["QHTa",0,49],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,34],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,74],"./apps/customerApp/memberShowSet.vue":["odfG",0,69],"./apps/customerApp/myCustomerList.vue":["9CCr",0,8],"./apps/customerApp/storeRangeSet.vue":["z3jf",0,13],"./apps/index.vue":["K1Vb",0,63],"./apps/protectCard/cardGetRecord.vue":["5GE8",0,48],"./apps/protectCard/cardPut.vue":["cD4x",0,52],"./apps/protectCard/cardPutRecord.vue":["dhLd",0,50],"./apps/protectCard/cardStrategy.vue":["rUvh",0,30],"./apps/protectCard/cardTemplate.vue":["c7iB",0,51],"./apps/protectCard/index.vue":["aWmL",0,80],"./apps/protectCard/newCardPut.vue":["9db3",0,11],"./apps/protectCard/newCardStrategy.vue":["8Rwt",0,10],"./apps/protectCard/newCardTemp.vue":["tF0P",0,43],"./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,35],"./apps/quota/monthTaskDetail.vue":["YKf6",0,39],"./apps/quota/salerMonthDetail.vue":["+qr5",0,72],"./apps/quota/storeMonthTask.vue":["qWC+",0,76],"./apps/shoppingCenter/goodsShowSet.vue":["XrL3",0,58],"./apps/shoppingCenter/index.vue":["FIFf",0,57],"./apps/trafficTask/index.vue":["FmZU",0,40],"./apps/trafficTask/newSession.vue":["upTI",0,82],"./apps/trafficTask/taskDetail.vue":["XrDD",0,18],"./apps/trafficTask/taskList.vue":["FMQe",0,61],"./apps/trafficTask/taskRecord.vue":["m+x7",0,55],"./apps/trafficTask/taskSessionSet.vue":["lPa5",0,53],"./apps/trafficTask/taskView.vue":["w2fd",0,28],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,79],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,54],"./business/authMerchant.vue":["mjMK",0,21],"./business/contacts.vue":["/W60",0,6],"./business/index.vue":["jPcV",0,83],"./business/orgStructSet.vue":["OI5V",0,4],"./business/recycle.vue":["K8Yn",0,73],"./business/syncLog.vue":["20P3",0,25],"./enterprise/adminList.vue":["zYBJ",0,62],"./enterprise/enterpriseSet.vue":["x5Fx",0,15],"./enterprise/index.vue":["m9dW",0,56],"./enterprise/material.vue":["q+Sm",0,2],"./enterpriseData/activeDetail.vue":["h9Ca",0,17],"./enterpriseData/areaLoginDetail.vue":["TLd+",0,20],"./enterpriseData/enterpriseUseData.vue":["i4c9",0,5],"./enterpriseData/index.vue":["CTf4",0,70],"./enterpriseData/loginDetail.vue":["kX6v",0,9],"./errorPage/403.vue":["6XGN",26],"./errorPage/404.vue":["AejC",31],"./errorPage/500.vue":["FskK",24],"./errorPage/gic-error.vue":["Q3j/",32],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,64],"./login/index.vue":["T+/8",0,23],"./overstore/index.vue":["Y55K",0,67],"./overstore/overStoreList.vue":["vuAV",0,36],"./reviewCenter/index.vue":["+lem",0,42],"./reviewCenter/reviewSet.vue":["6j9f",0,47],"./reviewCenter/reviewed.vue":["CLYF",0,19],"./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)+"分"}},formatTime:function(e){if(!e)return"00:00:00";var t=e/1e3,a=Math.floor(t/60/60/24);return(24*a+Math.floor(t/60/60)%24<10?"0"+(24*a+Math.floor(t/60/60)%24):24*a+Math.floor(t/60/60)%24)+":"+(Math.floor(t/60)%60<10?"0"+Math.floor(t/60)%60:Math.floor(t/60)%60)+":"+(Math.floor(t)%60<10?"0"+Math.floor(t)%60:Math.floor(t)%60)}}},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),M=a("SJI6"),R=a.n(M);u.a.use(R.a);var A=new R.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")}}}),L=(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()(L.a).forEach(function(e){Vue.filter(e,L.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:A,components:{App:i},template:"<App/>"})},Opzk:function(e,t,a){var n={"./apps/badEvaluate/badEvaluateDetail.vue":["Yz8m",0,75],"./apps/badEvaluate/badEvaluateRecord.vue":["DCIc",0,37],"./apps/badEvaluate/badEvaluateSet.vue":["moBL",0,77],"./apps/badEvaluate/index.vue":["AG22",0,33],"./apps/card/cardList.vue":["X5LE",0,41],"./apps/card/cardRecord.vue":["xDJN",0,22],"./apps/card/index.vue":["nV1L",0,45],"./apps/card/newCard.vue":["7/Zw",0,14],"./apps/cloudDaily/customReport.vue":["ak3k",0,46],"./apps/cloudDaily/customReportSet.vue":["LTPC",0,3],"./apps/cloudDaily/dailyDetail.vue":["JwJ7",0,16],"./apps/cloudDaily/dailyExport.vue":["H3Dc",0,27],"./apps/cloudDaily/dailyRecord.vue":["IuWw",0,78],"./apps/cloudDaily/index.vue":["4QyY",0,38],"./apps/cloudDaily/systemReport.vue":["J/6z",0,7],"./apps/cloudDaily/taskAssign.vue":["Hb/M",0,44],"./apps/cloudDaily/template/block.vue":["O3gZ",59],"./apps/cloudDaily/template/date-range.vue":["2WGr",60],"./apps/cloudDaily/template/image.vue":["8dpP",71],"./apps/cloudDaily/template/input.vue":["zHtI",84],"./apps/cloudDaily/template/select.vue":["rYZf",65],"./apps/customerApp/addGroupTemplate.vue":["vIlm",0,29],"./apps/customerApp/index.vue":["QHTa",0,49],"./apps/customerApp/memberGroupSet.vue":["JuNN",0,34],"./apps/customerApp/memberSearchSet.vue":["Z3Aa",0,74],"./apps/customerApp/memberShowSet.vue":["odfG",0,69],"./apps/customerApp/myCustomerList.vue":["9CCr",0,8],"./apps/customerApp/storeRangeSet.vue":["z3jf",0,13],"./apps/index.vue":["K1Vb",0,63],"./apps/protectCard/cardGetRecord.vue":["5GE8",0,48],"./apps/protectCard/cardPut.vue":["cD4x",0,52],"./apps/protectCard/cardPutRecord.vue":["dhLd",0,50],"./apps/protectCard/cardStrategy.vue":["rUvh",0,30],"./apps/protectCard/cardTemplate.vue":["c7iB",0,51],"./apps/protectCard/index.vue":["aWmL",0,80],"./apps/protectCard/newCardPut.vue":["9db3",0,11],"./apps/protectCard/newCardStrategy.vue":["8Rwt",0,10],"./apps/protectCard/newCardTemp.vue":["tF0P",0,43],"./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,35],"./apps/quota/monthTaskDetail.vue":["YKf6",0,39],"./apps/quota/salerMonthDetail.vue":["+qr5",0,72],"./apps/quota/storeMonthTask.vue":["qWC+",0,76],"./apps/shoppingCenter/goodsShowSet.vue":["XrL3",0,58],"./apps/shoppingCenter/index.vue":["FIFf",0,57],"./apps/trafficTask/index.vue":["FmZU",0,40],"./apps/trafficTask/newSession.vue":["upTI",0,82],"./apps/trafficTask/taskDetail.vue":["XrDD",0,17],"./apps/trafficTask/taskList.vue":["FMQe",0,61],"./apps/trafficTask/taskRecord.vue":["m+x7",0,55],"./apps/trafficTask/taskSessionSet.vue":["lPa5",0,53],"./apps/trafficTask/taskView.vue":["w2fd",0,28],"./apps/trafficTask/taskViewDetail.vue":["SBUJ",0,79],"./apps/trafficTask/trafficTaskSet.vue":["OUXi",0,54],"./business/authMerchant.vue":["mjMK",0,21],"./business/contacts.vue":["/W60",0,6],"./business/index.vue":["jPcV",0,83],"./business/orgStructSet.vue":["OI5V",0,4],"./business/recycle.vue":["K8Yn",0,73],"./business/syncLog.vue":["20P3",0,25],"./enterprise/adminList.vue":["zYBJ",0,62],"./enterprise/enterpriseSet.vue":["x5Fx",0,15],"./enterprise/index.vue":["m9dW",0,56],"./enterprise/material.vue":["q+Sm",0,2],"./enterpriseData/activeDetail.vue":["h9Ca",0,18],"./enterpriseData/areaLoginDetail.vue":["TLd+",0,20],"./enterpriseData/enterpriseUseData.vue":["i4c9",0,5],"./enterpriseData/index.vue":["CTf4",0,70],"./enterpriseData/loginDetail.vue":["kX6v",0,9],"./errorPage/403.vue":["6XGN",26],"./errorPage/404.vue":["AejC",31],"./errorPage/500.vue":["FskK",24],"./errorPage/gic-error.vue":["Q3j/",32],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,64],"./login/index.vue":["T+/8",0,23],"./overstore/index.vue":["Y55K",0,67],"./overstore/overStoreList.vue":["vuAV",0,36],"./reviewCenter/index.vue":["+lem",0,42],"./reviewCenter/reviewSet.vue":["6j9f",0,47],"./reviewCenter/reviewed.vue":["CLYF",0,19],"./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)+"分"}},formatTime:function(e){if(!e)return"00:00:00";var t=e/1e3,a=Math.floor(t/60/60/24);return(24*a+Math.floor(t/60/60)%24<10?"0"+(24*a+Math.floor(t/60/60)%24):24*a+Math.floor(t/60/60)%24)+":"+(Math.floor(t/60)%60<10?"0"+Math.floor(t/60)%60:Math.floor(t/60)%60)+":"+(Math.floor(t)%60<10?"0"+Math.floor(t)%60:Math.floor(t)%60)}}},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],f[t]&&u.push(f[t][0]),f[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=d(d.s=n[i]);return o};var c={},f={87:0};function d(a){if(c[a])return c[a].exports;var f=c[a]={i:a,l:!1,exports:{}};return e[a].call(f.exports,f,f.exports,d),f.l=!0,f.exports}d.e=function(e){var a=f[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,d){a=f[e]=[c,d]});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,d.nc&&n.setAttribute("nonce",d.nc),n.src=d.p+"static/js/"+e+"."+{0:"a65b89ba49331c2da266",1:"954a8a70c5f1171933ac",2:"2025d32c544f960c7161",3:"468b1b4b7de22d163b32",4:"7fb54b0d6edc84c910b5",5:"6c22bc8d12b35079c959",6:"203dd29ead4b4fd21238",7:"facffc398c23923c8192",8:"6f38a596c23a135b17cc",9:"98c58f0f893fc4bbbe55",10:"1d0857d1e94ff89262fb",11:"03c37101384d7f8451c2",12:"fc628ad952a874c7bc5f",13:"eeb1013728f3e67bb869",14:"cc777d4e374d0428a9f9",15:"1a4794eae71e5676b82a",16:"9ff89e3ae22fb695931f",17:"3f16c3f9dfe17aad7907",18:"4b3e2d5f4ee565173a82",19:"5c1c5315c3310c299968",20:"e361679ea111258f6997",21:"7c3cad7681194c8b922a",22:"8a7fcb3c36d98d859ec7",23:"491faa03cecb9d035fc6",24:"3daaa5568a4ed728efc3",25:"7a5e36a2c3be8a778bc3",26:"e598d1edc20e37a70420",27:"320dc28c5619664352ef",28:"41e343a4d56ae502def9",29:"1b665b6c377fa61779aa",30:"44ad619653abe09fe4a2",31:"f15018c679d31a23a484",32:"3b191a8ca4748306ba30",33:"d60beb8286a5273c8520",34:"21e42e4239a3a4bece96",35:"8c517c66214b3008ba1d",36:"49f42097022ad1c511a9",37:"06fc7189271107a22952",38:"b38db70a1ac98d47033e",39:"4d86ee1e3301f7724be9",40:"58b97f413035bfcac73d",41:"eee22ad0ab971e133a9f",42:"d349ab27ce555f725e4f",43:"0c35c92dcabc93995c47",44:"a22bd4a80c711131d8cf",45:"eba0691dbaf3680ac324",46:"f3c31220fd4f30dba00a",47:"52768d75b34a3ac8e091",48:"35fc1ffcea3edca588fa",49:"07ea1d498a5e7f89f13b",50:"ba943a0915a5c08260e6",51:"377ddd3618ad5bd9c3a8",52:"1e2ae65363a4861dd355",53:"cad2e8ac87e5684a9bc2",54:"aa9df4f3a7eacae9e5db",55:"5515666662cecc9025bc",56:"2d7039de458c3c9cb678",57:"9f9fb6bfcac478732dad",58:"7ca51a6189813a34c8e8",59:"94cef91aa20f1ed4e307",60:"af4a6c684004f80a7ee0",61:"61567903701f9732f012",62:"ddef6dba0e1841fb538c",63:"a3a44a6f506f871deab4",64:"40f89a451c2e89015091",65:"8fe40214176b9490ebb2",66:"fc119eb0bdd71478c0c8",67:"32a85dd6075ab53e30f3",68:"ee25f10153706bdc4cd1",69:"0dd9f4a371a5d245ede7",70:"9659ef903577b569add6",71:"c4b9ffa6fd9ed879342f",72:"ecca0939974e3cb8b4ff",73:"4c5f9e1a5892624f46e6",74:"e4179f75b296bd599098",75:"a29bc05b96ce086304e1",76:"a4e7039d1702d1398ad6",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=f[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),c},d.m=e,d.c=c,d.d=function(e,a,c){d.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},d.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(a,"a",a),a},d.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},d.p="./",d.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],f[t]&&u.push(f[t][0]),f[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=d(d.s=n[i]);return o};var c={},f={87:0};function d(a){if(c[a])return c[a].exports;var f=c[a]={i:a,l:!1,exports:{}};return e[a].call(f.exports,f,f.exports,d),f.l=!0,f.exports}d.e=function(e){var a=f[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,d){a=f[e]=[c,d]});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,d.nc&&n.setAttribute("nonce",d.nc),n.src=d.p+"static/js/"+e+"."+{0:"a65b89ba49331c2da266",1:"954a8a70c5f1171933ac",2:"2025d32c544f960c7161",3:"468b1b4b7de22d163b32",4:"7fb54b0d6edc84c910b5",5:"6c22bc8d12b35079c959",6:"203dd29ead4b4fd21238",7:"facffc398c23923c8192",8:"6f38a596c23a135b17cc",9:"98c58f0f893fc4bbbe55",10:"1d0857d1e94ff89262fb",11:"03c37101384d7f8451c2",12:"fc628ad952a874c7bc5f",13:"eeb1013728f3e67bb869",14:"cc777d4e374d0428a9f9",15:"1a4794eae71e5676b82a",16:"9ff89e3ae22fb695931f",17:"0ee5ffd1827c0ab14257",18:"0d9b14da0ba68ef154aa",19:"5c1c5315c3310c299968",20:"e361679ea111258f6997",21:"7c3cad7681194c8b922a",22:"8a7fcb3c36d98d859ec7",23:"491faa03cecb9d035fc6",24:"3daaa5568a4ed728efc3",25:"7a5e36a2c3be8a778bc3",26:"e598d1edc20e37a70420",27:"320dc28c5619664352ef",28:"41e343a4d56ae502def9",29:"1b665b6c377fa61779aa",30:"44ad619653abe09fe4a2",31:"f15018c679d31a23a484",32:"3b191a8ca4748306ba30",33:"d60beb8286a5273c8520",34:"21e42e4239a3a4bece96",35:"8c517c66214b3008ba1d",36:"49f42097022ad1c511a9",37:"06fc7189271107a22952",38:"b38db70a1ac98d47033e",39:"4d86ee1e3301f7724be9",40:"58b97f413035bfcac73d",41:"eee22ad0ab971e133a9f",42:"d349ab27ce555f725e4f",43:"0c35c92dcabc93995c47",44:"a22bd4a80c711131d8cf",45:"eba0691dbaf3680ac324",46:"f3c31220fd4f30dba00a",47:"52768d75b34a3ac8e091",48:"35fc1ffcea3edca588fa",49:"07ea1d498a5e7f89f13b",50:"ba943a0915a5c08260e6",51:"377ddd3618ad5bd9c3a8",52:"1e2ae65363a4861dd355",53:"cad2e8ac87e5684a9bc2",54:"aa9df4f3a7eacae9e5db",55:"5515666662cecc9025bc",56:"2d7039de458c3c9cb678",57:"9f9fb6bfcac478732dad",58:"7ca51a6189813a34c8e8",59:"94cef91aa20f1ed4e307",60:"af4a6c684004f80a7ee0",61:"61567903701f9732f012",62:"ddef6dba0e1841fb538c",63:"a3a44a6f506f871deab4",64:"40f89a451c2e89015091",65:"8fe40214176b9490ebb2",66:"fc119eb0bdd71478c0c8",67:"32a85dd6075ab53e30f3",68:"ee25f10153706bdc4cd1",69:"0dd9f4a371a5d245ede7",70:"9659ef903577b569add6",71:"c4b9ffa6fd9ed879342f",72:"ecca0939974e3cb8b4ff",73:"4c5f9e1a5892624f46e6",74:"e4179f75b296bd599098",75:"a29bc05b96ce086304e1",76:"a4e7039d1702d1398ad6",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=f[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),c},d.m=e,d.c=c,d.d=function(e,a,c){d.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},d.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(a,"a",a),a},d.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},d.p="./",d.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file \ No newline at end of file
...@@ -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-09 17:07:48 * @LastEditTime: 2020-07-10 16:32:54
--> -->
<template> <template>
<div class="my-customer-wrap common-set-wrap"> <div class="my-customer-wrap common-set-wrap">
...@@ -31,9 +31,7 @@ ...@@ -31,9 +31,7 @@
</div> </div>
<div class="table-search m-t-20"> <div class="table-search m-t-20">
<div class="flex flex-space-between"> <div class="flex flex-space-between">
<div> <div><gic-select-group-mult :selectData="groupIds" @checkGroupIds="checkGroupIds"> </gic-select-group-mult><span class="font-14 color-606266 p-l-10">筛选条件下,昨日人员名单如下:</span></div>
<gic-select-group-mult :selectData="groupIds" @checkGroupIds="checkGroupIds"> </gic-select-group-mult><span class="font-14 color-606266 p-l-10">筛选条件下,昨日激活人员有 {{ total }} 人,名单如下:</span>
</div>
<el-button type="primary" :loading="loadingBtn" @click="exportExcel"><i class="iconfont icon-icon_yunxiazai p-r-6"></i>导出</el-button> <el-button type="primary" :loading="loadingBtn" @click="exportExcel"><i class="iconfont icon-icon_yunxiazai p-r-6"></i>导出</el-button>
</div> </div>
</div> </div>
......
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