Commit bb1e22ef by crushh

update: dist

parent 59a65cca
<!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.69.css><link rel=stylesheet type=text/css href=//at.alicdn.com/t/font_1628375_b9ejwjvcr7.css><script src=//at.alicdn.com/t/font_1628375_b9ejwjvcr7.js></script><link rel="shortcut icon" href=./favicon.ico><link href=./static/css/app.dd6739619646c42561c0ac919926946e.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script>(function() { <!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.69.css><link rel=stylesheet type=text/css href=//at.alicdn.com/t/font_1628375_b9ejwjvcr7.css><script src=//at.alicdn.com/t/font_1628375_b9ejwjvcr7.js></script><link rel="shortcut icon" href=./favicon.ico><link href=./static/css/app.42e1a59a364af6b0b26d1f5f3fe99973.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script>(function() {
var src = '/component/static/import-component.js?timestrap='+ new Date().getTime(); var src = '/component/static/import-component.js?timestrap='+ new Date().getTime();
var host = window.location.host; var host = window.location.host;
host = host.indexOf('localhost') > -1 || host.indexOf('192.168') > -1 ? 'gicdev.demogic.com' : host; host = host.indexOf('localhost') > -1 || host.indexOf('192.168') > -1 ? 'gicdev.demogic.com' : host;
document.write('<script src="//'+ host + src +'"><\/script>') document.write('<script src="//'+ host + src +'"><\/script>')
})()</script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.10.js></script><script src=//web-1251519181.file.myqcloud.com/components/common.1.0.3.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-data.1.0.11.js></script><script type=text/javascript src=./static/js/manifest.8aa169dec5133e43220a.js></script><script type=text/javascript src=./static/js/vendor.57a829648edc61c88775.js></script><script type=text/javascript src=./static/js/app.138bf6e6a9809f29ac6f.js></script></body></html> })()</script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.10.js></script><script src=//web-1251519181.file.myqcloud.com/components/common.1.0.3.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-data.1.0.11.js></script><script type=text/javascript src=./static/js/manifest.7d52a5dc5ca0fe880159.js></script><script type=text/javascript src=./static/js/vendor.57a829648edc61c88775.js></script><script type=text/javascript src=./static/js/app.589ac3cf0e9ab14a52cc.js></script></body></html>
\ No newline at end of file \ No newline at end of file
webpackJsonp([68],{VEw8:function(t,e){},xWf4:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=i("P9l9"),n=i("PI0u"),s={props:{},data:function(){return{friendSettingTypeOption:{1:"发送【好办欢迎语】+【带导购参数的会员小程序卡片】",2:"发送【好办欢迎语】+【带导购参数的公众号二维码】",3:"发送【好办欢迎语】",4:"不发送【好办欢迎语】,用企微欢迎语"},title:"",wxEnterpriseId:localStorage.getItem("userInfos")?JSON.parse(localStorage.getItem("userInfos")).wxEnterpriseId:"",friendSettingType:"",type:1,friendSettingId:"",btnLoading:!1,dialogVisible:!1,iconType:{1:"iconwenjianleixingtupian",2:"iconwenjianleixingshipin",3:"iconwenjianleixing-wenjian",4:"iconwenjianleixing-lianjie"},tableData:[]}},mounted:function(){this.$emit("showTab",4),document.documentElement.style.backgroundColor="#f0f2f5",this.getData(),this.getSetting()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toInput:Object(n.a)(function(t,e){this.getData()},500),clearSearch:function(){this.getData()},openDialog:function(){this.dialogVisible=!0},getSetting:function(){var t=this;Object(a.a)("/haoban-manage3-web/welcome/get/friend-setting",{wxEnterpriseId:this.wxEnterpriseId}).then(function(e){var i=e.data;if(0==i.code&&i.result){var a=i.result,n=a.friendSettingId,s=a.friendSettingType;t.friendSettingId=n,t.type=s,t.friendSettingType=s}})},saveSetting:function(){var t=this,e={friendSettingId:this.friendSettingId,wxEnterpriseId:this.wxEnterpriseId,friendSettingType:this.type};this.btnLoading=!0,Object(a.e)("/haoban-manage3-web/welcome/save/friend-setting",e).then(function(e){console.log(e);var i=e.data;0==i.code&&i.result&&(t.$message.success(i.message),t.dialogVisible=!1,t.getSetting())}).finally(function(){t.btnLoading=!1})},changeRoute:function(t){this.$router.push({path:"/salutatorySet",query:{id:t.welcomeId,type:this.friendSettingType}})},getData:function(){var t=this;Object(a.e)("/haoban-manage3-web/welcome/list",{title:this.title,wxEnterpriseId:this.wxEnterpriseId}).then(function(e){var i=e.data;0==i.code&&i.result&&(t.tableData=i.result,t.tableData.forEach(function(t){t.suitDepartmentName=[],t.suitDepartmentList&&t.suitDepartmentList.length&&t.suitDepartmentList.forEach(function(e){t.suitDepartmentName.push(e.departmentName)})}))}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{},components:{}},o={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("div",{staticClass:"warp"},[i("h2",[t._v("加好友配置")]),t._v(" "),i("span",{directives:[{name:"show",rawName:"v-show",value:t.friendSettingType,expression:"friendSettingType"}],staticClass:"echoData"},[t._v(t._s(t.friendSettingTypeOption[t.friendSettingType]))]),t._v(" "),i("el-button",{staticStyle:{"margin-left":"20px"},attrs:{type:"text"},on:{click:t.openDialog}},[t._v("去配置")])],1),t._v(" "),i("div",{staticClass:"daily-set-wrap"},[i("div",{staticClass:"daily-set-content border-box"},[t._m(0),t._v(" "),i("div",{staticClass:"flex flex-space-between m-b-20 m-t-20"},[i("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入标题",maxlength:"50",clearable:""},on:{clear:t.clearSearch},nativeOn:{keyup:function(e){return i=e,t.toInput(i,t.searchInput);var i}},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}},[i("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),i("el-button",{attrs:{type:"primary"},on:{click:t.changeRoute}},[t._v("新建欢迎语")])],1),t._v(" "),i("el-table",{ref:"multipleTable",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[i("el-table-column",{attrs:{prop:"title",label:"标题",width:"220","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.title))]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"welcomeContent",label:"内容","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.welcomeContent))]}}])}),t._v(" "),i("el-table-column",{attrs:{label:"附件"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[i("el-popover",{attrs:{placement:"top-start",trigger:"hover"}},[t._l(a.welcomeMediaList,function(e){return i("div",{key:e.welcomeMediaId,staticClass:"flexBox"},[i("svg-icon",{staticStyle:{"margin-right":"13px"},attrs:{iconname:t.iconType[e.mediaType],size:"16"}}),t._v(" "),i("span",{staticClass:"popverText"},[t._v(t._s(e.mediaTitle))])],1)}),t._v(" "),a.welcomeMediaList&&a.welcomeMediaList.length?i("div",{staticClass:"flexBox",attrs:{slot:"reference"},slot:"reference"},[i("svg-icon",{staticStyle:{"margin-right":"10px"},attrs:{iconname:t.iconType[a.welcomeMediaList[0].mediaType],size:"40"}}),t._v(" "),i("span",{staticClass:"wrapText"},[t._v(" "+t._s(a.welcomeMediaList[0].mediaTitle))])],1):t._e()],2)]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"updateTime",label:"更新时间",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.updateTime))]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"operatorName",label:"操作人",width:"120","show-overflow-tooltip":""}}),t._v(" "),i("el-table-column",{attrs:{prop:"suitDepartmentName",label:"适用范围",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.suitDepartmentName.join(",")))]}}])}),t._v(" "),i("el-table-column",{attrs:{label:"操作",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[i("el-button",{attrs:{type:"text"},on:{click:function(e){return t.changeRoute(a)}}},[t._v("编辑")]),t._v(" "),i("el-button",{attrs:{type:"text"}},[t._v("删除")])]}}])})],1)],1)]),t._v(" "),i("el-dialog",{attrs:{title:"加好友配置",visible:t.dialogVisible,width:"590px","before-close":t.handleClose},on:{"update:visible":function(e){t.dialogVisible=e}}},[i("span",{staticClass:"tips"},[t._v("好办欢迎语支持文字、图片、视频、文件、链接及小程序")]),t._v(" "),i("el-form",{staticStyle:{"margin-top":"20px"},attrs:{"label-width":"100px"}},[i("el-form-item",{attrs:{label:"加好友配置"}},t._l(t.friendSettingTypeOption,function(e,a){return i("div",{key:a},[i("el-radio",{attrs:{label:Number(a)},model:{value:t.type,callback:function(e){t.type=e},expression:"type"}},[t._v(t._s(e))]),t._v(" "),i("el-tag",{directives:[{name:"show",rawName:"v-show",value:1==a,expression:"key == 1"}],attrs:{size:"small"}},[t._v("推荐使用")])],1)}),0)],1),t._v(" "),i("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{on:{click:function(e){t.dialogVisible=!1}}},[t._v("取 消")]),t._v(" "),i("el-button",{attrs:{type:"primary",loading:t.btnLoading},on:{click:t.saveSetting}},[t._v("确 定")])],1)],1)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"admin-tip-body"},[e("div",{staticClass:"el-alert el-alert--info",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("p",{staticClass:"el-alert__title"},[this._v("\n 1. 因企业微信接口限制,若在企微管理端为相关人员配置欢迎语,好办设置欢迎语不会生效;"),e("br"),this._v("\n 2. 若使用好办欢迎语,请关闭其他企业自建应用/第三方应用的欢迎语配置; "),e("br"),this._v("\n 3. 在此处所自定义配置的欢迎语基础上,系统将默认包含“带参会员小程序卡片”,以便门店员工添加客户好友后,引导客户进入带参会员小程序页面授权微信信息,进而使得系统将企业客户与GIC后台某客户对应起来;"),e("br"),this._v("\n 4. 如果导购没有绑定导购code,没有主门店信息,则无法发送好办欢迎语;\n ")])])])])}]};var l=i("VU/8")(s,o,!1,function(t){i("VEw8")},"data-v-66efcd5a",null);e.default=l.exports}});
\ No newline at end of file
webpackJsonp([72],{"4QyY":function(a,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=e("Gu7T"),i=e.n(n),c=e("bzW+"),o=e("Qie6"),r=e("Z8ln"),s=e("Ch4/"),d=e("P9l9"),h={name:"reviewed",data:function(){return{bgHeight:window.screen.availHeight-380+"px",appName:"云日报",activeSelTab:"11",activeTab:"11",defaultNavpath:[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"}],navpath:[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"}],navName:{11:"云日报-云日报记录",111:"云日报-记录详情",12:"云日报导出",2:"任务下发设置",3:"云日报设置",31:"云日报设置-系统报表",32:"云日报设置-自定义报表",321:"编辑模板",322:"新建模板"},navFrontPath:{11:"/dailyRecord",111:"/dailyRecord",12:"/dailyRecord",2:"/dailyRecord",31:"/dailyRecord",32:"/dailyRecord",321:"/customReport",322:"/customReport"},tabListData:[{tabId:"1",tabName:"云日报",icon:"iconribao",onlyIconActive:!1,children:[{tabId:"11",tabName:"云日报记录",icon:""},{tabId:"12",tabName:"云日报导出",icon:""}]},{tabId:"2",tabName:"任务下发设置",icon:"iconxiafa"},{tabId:"3",tabName:"云日报设置",icon:"iconribaoshezhi",onlyIconActive:!1,children:[{tabId:"31",tabName:"系统报表",icon:""},{tabId:"32",tabName:"自定义报表",icon:""}]}],activeBrand:"",activeGroup:"",expiredFlag:!1}},computed:{},methods:{getExpired:function(){var a=this,t={enterpriseId:a.activeBrand};Object(d.a)("/haoban-manage3-web/enterprise-is-over",t).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):a.expiredFlag=e.result}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},changeRoute:function(a){this.$router.push(a)},selectBrandId:function(a,t){this.activeBrand=a,this.activeGroup=t,this.getExpired()},setSelectTab:function(a){switch(this.activeTab=a.tabId,a.tabId){case"1":case"11":this.changeRoute("dailyRecord");break;case"12":this.changeRoute("dailyExport");break;case"2":this.changeRoute("taskAssign");break;case"3":case"31":this.changeRoute("systemReport");break;case"32":this.changeRoute("customReport")}},showTab:function(a){var t=this,e=[].concat(Array.prototype.slice.call(arguments));this.activeTab=a,this.activeSelTab=a;var n=[].concat(i()(this.defaultNavpath));e.length&&e.map(function(a){n[n.length-1].path=t.navFrontPath[a],n.push({name:t.navName[a],path:""})}),this.$nextTick(function(){return t.navpath=[].concat(n)})},changeNavShow:function(a){"/dailyDetail"==a.path?this.navpath=[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"},{name:"云日报记录详情",path:""}]:this.navpath=[{name:"首页",path:"/index"},{name:"云日报",path:""}]}},watch:{$route:{handler:function(a,t){this.changeNavShow(a)},deep:!0},activeBrand:function(a,t){this.activeBrand=a},activeGroup:function(a,t){this.activeGroup=a}},mounted:function(){this.changeNavShow(this.$route),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:c.a,commonDetailLeft:o.a,expiredDialog:r.a}},l={render:function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("nav-crumb",{attrs:{navpath:a.navpath},on:{selectBrandId:a.selectBrandId}}),a._v(" "),e("div",{staticClass:"right-content border-box"},[e("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("div",{staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("common-detail-left",{attrs:{tabListData:a.tabListData,activeSelTab:a.activeSelTab},on:{setSelectTab:a.setSelectTab}})],1),a._v(" "),e("div",{staticClass:"apps-content-right border-box"},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[a.activeBrand?e("router-view",{attrs:{brandId:a.activeBrand,activeGroupId:a.activeGroup,tabType:a.activeTab},on:{showTab:a.showTab}}):a._e()],1)],1)])])]),a._v(" "),a.expiredFlag?e("expired-dialog"):a._e()],1)},staticRenderFns:[]};var p=e("VU/8")(h,l,!1,function(a){e("YXcV")},"data-v-63f80218",null);t.default=p.exports},YXcV:function(a,t){}}); webpackJsonp([71],{"4QyY":function(a,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=e("Gu7T"),i=e.n(n),c=e("bzW+"),o=e("Qie6"),r=e("Z8ln"),s=e("Ch4/"),d=e("P9l9"),h={name:"reviewed",data:function(){return{bgHeight:window.screen.availHeight-380+"px",appName:"云日报",activeSelTab:"11",activeTab:"11",defaultNavpath:[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"}],navpath:[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"}],navName:{11:"云日报-云日报记录",111:"云日报-记录详情",12:"云日报导出",2:"任务下发设置",3:"云日报设置",31:"云日报设置-系统报表",32:"云日报设置-自定义报表",321:"编辑模板",322:"新建模板"},navFrontPath:{11:"/dailyRecord",111:"/dailyRecord",12:"/dailyRecord",2:"/dailyRecord",31:"/dailyRecord",32:"/dailyRecord",321:"/customReport",322:"/customReport"},tabListData:[{tabId:"1",tabName:"云日报",icon:"iconribao",onlyIconActive:!1,children:[{tabId:"11",tabName:"云日报记录",icon:""},{tabId:"12",tabName:"云日报导出",icon:""}]},{tabId:"2",tabName:"任务下发设置",icon:"iconxiafa"},{tabId:"3",tabName:"云日报设置",icon:"iconribaoshezhi",onlyIconActive:!1,children:[{tabId:"31",tabName:"系统报表",icon:""},{tabId:"32",tabName:"自定义报表",icon:""}]}],activeBrand:"",activeGroup:"",expiredFlag:!1}},computed:{},methods:{getExpired:function(){var a=this,t={enterpriseId:a.activeBrand};Object(d.a)("/haoban-manage3-web/enterprise-is-over",t).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):a.expiredFlag=e.result}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},changeRoute:function(a){this.$router.push(a)},selectBrandId:function(a,t){this.activeBrand=a,this.activeGroup=t,this.getExpired()},setSelectTab:function(a){switch(this.activeTab=a.tabId,a.tabId){case"1":case"11":this.changeRoute("dailyRecord");break;case"12":this.changeRoute("dailyExport");break;case"2":this.changeRoute("taskAssign");break;case"3":case"31":this.changeRoute("systemReport");break;case"32":this.changeRoute("customReport")}},showTab:function(a){var t=this,e=[].concat(Array.prototype.slice.call(arguments));this.activeTab=a,this.activeSelTab=a;var n=[].concat(i()(this.defaultNavpath));e.length&&e.map(function(a){n[n.length-1].path=t.navFrontPath[a],n.push({name:t.navName[a],path:""})}),this.$nextTick(function(){return t.navpath=[].concat(n)})},changeNavShow:function(a){"/dailyDetail"==a.path?this.navpath=[{name:"首页",path:"/index"},{name:"云日报",path:"/dailyRecord"},{name:"云日报记录详情",path:""}]:this.navpath=[{name:"首页",path:"/index"},{name:"云日报",path:""}]}},watch:{$route:{handler:function(a,t){this.changeNavShow(a)},deep:!0},activeBrand:function(a,t){this.activeBrand=a},activeGroup:function(a,t){this.activeGroup=a}},mounted:function(){this.changeNavShow(this.$route),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{navCrumb:c.a,commonDetailLeft:o.a,expiredDialog:r.a}},l={render:function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("nav-crumb",{attrs:{navpath:a.navpath},on:{selectBrandId:a.selectBrandId}}),a._v(" "),e("div",{staticClass:"right-content border-box"},[e("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("div",{staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 112px)"}},[e("common-detail-left",{attrs:{tabListData:a.tabListData,activeSelTab:a.activeSelTab},on:{setSelectTab:a.setSelectTab}})],1),a._v(" "),e("div",{staticClass:"apps-content-right border-box"},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[a.activeBrand?e("router-view",{attrs:{brandId:a.activeBrand,activeGroupId:a.activeGroup,tabType:a.activeTab},on:{showTab:a.showTab}}):a._e()],1)],1)])])]),a._v(" "),a.expiredFlag?e("expired-dialog"):a._e()],1)},staticRenderFns:[]};var p=e("VU/8")(h,l,!1,function(a){e("YXcV")},"data-v-63f80218",null);t.default=p.exports},YXcV:function(a,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([73],{CTf4:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={name:"enterprise",components:{vueOfficeHeader:n("NKg7").a},data:function(){return{projectName:"haoban-manage-web",collapseFlag:!1,contentHeight:window.screen.availHeight-5+"px"}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},collapseTag:function(t){this.collapseFlag=t}},mounted:function(){this.contentHeight=(document.documentElement.clientHeight||document.body.clientHeight)-64+"px"}},o={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"enterprise-wrap"},[e("vue-office-header",{attrs:{projectName:this.projectName},on:{collapseTag:this.collapseTag,toRouterView:this.toRouterView}}),this._v(" "),e("div",{staticClass:"enterprise-wrap__body"},[e("div",{staticClass:"content",attrs:{id:"content"}},[e("div",{staticClass:"content-body"},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("router-view")],1)],1)])])],1)},staticRenderFns:[]};var i=n("VU/8")(a,o,!1,function(t){n("Ql4E")},"data-v-61d0b205",null);e.default=i.exports},Ql4E:function(t,e){}}); webpackJsonp([72],{CTf4:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={name:"enterprise",components:{vueOfficeHeader:n("NKg7").a},data:function(){return{projectName:"haoban-manage-web",collapseFlag:!1,contentHeight:window.screen.availHeight-5+"px"}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},collapseTag:function(t){this.collapseFlag=t}},mounted:function(){this.contentHeight=(document.documentElement.clientHeight||document.body.clientHeight)-64+"px"}},o={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"enterprise-wrap"},[e("vue-office-header",{attrs:{projectName:this.projectName},on:{collapseTag:this.collapseTag,toRouterView:this.toRouterView}}),this._v(" "),e("div",{staticClass:"enterprise-wrap__body"},[e("div",{staticClass:"content",attrs:{id:"content"}},[e("div",{staticClass:"content-body"},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("router-view")],1)],1)])])],1)},staticRenderFns:[]};var i=n("VU/8")(a,o,!1,function(t){n("Ql4E")},"data-v-61d0b205",null);e.default=i.exports},Ql4E:function(t,e){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([73],{ElrH:function(t,e){},xWf4:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=i("P9l9"),n=i("PI0u"),s={props:{},data:function(){return{friendSettingTypeOption:{1:"发送【好办欢迎语】+【带导购参数的会员小程序卡片】",2:"发送【好办欢迎语】+【带导购参数的公众号二维码】",3:"发送【好办欢迎语】"},title:"",wxEnterpriseId:localStorage.getItem("userInfos")?JSON.parse(localStorage.getItem("userInfos")).wxEnterpriseId:"",friendSettingType:"",type:1,friendSettingId:"",btnLoading:!1,dialogVisible:!1,iconType:{1:"iconwenjianleixingtupian",2:"iconwenjianleixingshipin",3:"iconwenjianleixing-wenjian",4:"iconwenjianleixing-lianjie"},tableData:[]}},mounted:function(){this.$emit("showTab",4),document.documentElement.style.backgroundColor="#f0f2f5",this.getData(),this.getSetting()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toInput:Object(n.a)(function(t,e){this.getData()},500),clearSearch:function(){this.getData()},openDialog:function(){this.dialogVisible=!0},getSetting:function(){var t=this;Object(a.a)("/haoban-manage3-web/welcome/get/friend-setting",{wxEnterpriseId:this.wxEnterpriseId}).then(function(e){var i=e.data;if(0==i.code&&i.result){var a=i.result,n=a.friendSettingId,s=a.friendSettingType;t.friendSettingId=n,t.type=s,t.friendSettingType=s}})},saveSetting:function(){var t=this,e={friendSettingId:this.friendSettingId,wxEnterpriseId:this.wxEnterpriseId,friendSettingType:this.type};this.btnLoading=!0,Object(a.e)("/haoban-manage3-web/welcome/save/friend-setting",e).then(function(e){console.log(e);var i=e.data;0==i.code&&i.result&&(t.$message.success(i.message),t.dialogVisible=!1,t.getSetting())}).finally(function(){t.btnLoading=!1})},changeRoute:function(t){this.$router.push({path:"/salutatorySet",query:{id:t.welcomeId,type:this.friendSettingType}})},getData:function(){var t=this;Object(a.e)("/haoban-manage3-web/welcome/list",{title:this.title,wxEnterpriseId:this.wxEnterpriseId}).then(function(e){var i=e.data;0==i.code&&i.result&&(t.tableData=i.result,t.tableData.forEach(function(t){t.suitDepartmentName=[],t.suitDepartmentList&&t.suitDepartmentList.length&&t.suitDepartmentList.forEach(function(e){t.suitDepartmentName.push(e.departmentName)})}))}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{},components:{}},l={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("div",{staticClass:"warp"},[i("h2",[t._v("加好友配置")]),t._v(" "),i("span",{directives:[{name:"show",rawName:"v-show",value:t.friendSettingType&&4!=t.friendSettingType,expression:"friendSettingType && friendSettingType != 4"}],staticClass:"echoData"},[t._v(t._s(t.friendSettingTypeOption[t.friendSettingType]))]),t._v(" "),i("el-button",{staticStyle:{"margin-left":"20px"},attrs:{type:"text"},on:{click:t.openDialog}},[t._v("去配置")])],1),t._v(" "),i("div",{staticClass:"daily-set-wrap"},[i("div",{staticClass:"daily-set-content border-box"},[t._m(0),t._v(" "),i("div",{staticClass:"flex flex-space-between m-b-20 m-t-20"},[i("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入标题",maxlength:"50",clearable:""},on:{clear:t.clearSearch},nativeOn:{keyup:function(e){return i=e,t.toInput(i,t.searchInput);var i}},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}},[i("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),i("el-button",{attrs:{type:"primary"},on:{click:t.changeRoute}},[t._v("新建欢迎语")])],1),t._v(" "),i("el-table",{ref:"multipleTable",style:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[i("el-table-column",{attrs:{prop:"title",label:"标题",width:"220","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.title))]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"welcomeContent",label:"内容","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.welcomeContent))]}}])}),t._v(" "),i("el-table-column",{attrs:{label:"附件"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[i("el-popover",{attrs:{placement:"top-start",trigger:"hover"}},[t._l(a.welcomeMediaList,function(e){return i("div",{key:e.welcomeMediaId,staticClass:"flexBox"},[i("svg-icon",{staticStyle:{"margin-right":"13px"},attrs:{iconname:t.iconType[e.mediaType],size:"16"}}),t._v(" "),i("span",{staticClass:"popverText"},[t._v(t._s(e.mediaTitle))])],1)}),t._v(" "),a.welcomeMediaList&&a.welcomeMediaList.length?i("div",{staticClass:"flexBox",attrs:{slot:"reference"},slot:"reference"},[i("svg-icon",{staticStyle:{"margin-right":"10px"},attrs:{iconname:t.iconType[a.welcomeMediaList[0].mediaType],size:"40"}}),t._v(" "),i("span",{staticClass:"wrapText"},[t._v(" "+t._s(a.welcomeMediaList[0].mediaTitle))])],1):t._e()],2)]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"updateTime",label:"更新时间",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.updateTime))]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"operatorName",label:"操作人",width:"120","show-overflow-tooltip":""}}),t._v(" "),i("el-table-column",{attrs:{prop:"suitDepartmentName",label:"适用范围",width:"120","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.row;return[t._v(t._s(i.suitDepartmentName.join(",")))]}}])}),t._v(" "),i("el-table-column",{attrs:{label:"操作",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[i("el-button",{attrs:{type:"text"},on:{click:function(e){return t.changeRoute(a)}}},[t._v("编辑")]),t._v(" "),i("el-button",{attrs:{type:"text"}},[t._v("删除")])]}}])})],1)],1)]),t._v(" "),i("el-dialog",{attrs:{title:"加好友配置",visible:t.dialogVisible,width:"590px","before-close":t.handleClose},on:{"update:visible":function(e){t.dialogVisible=e}}},[i("span",{staticClass:"tips"},[t._v("好办欢迎语支持文字、图片、视频、文件、链接及小程序")]),t._v(" "),i("el-form",{staticStyle:{"margin-top":"20px"},attrs:{"label-width":"100px"}},[i("el-form-item",{attrs:{label:"加好友配置"}},t._l(t.friendSettingTypeOption,function(e,a){return i("div",{key:a},[i("el-radio",{attrs:{label:Number(a)},model:{value:t.type,callback:function(e){t.type=e},expression:"type"}},[t._v(t._s(e))]),t._v(" "),i("el-tag",{directives:[{name:"show",rawName:"v-show",value:2==a,expression:"key == 2"}],attrs:{size:"small"}},[t._v("推荐使用")])],1)}),0)],1),t._v(" "),i("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{on:{click:function(e){t.dialogVisible=!1}}},[t._v("取 消")]),t._v(" "),i("el-button",{attrs:{type:"primary",loading:t.btnLoading},on:{click:t.saveSetting}},[t._v("确 定")])],1)],1)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"admin-tip-body"},[e("div",{staticClass:"el-alert el-alert--info",attrs:{role:"alert"}},[e("i",{staticClass:"el-alert__icon el-icon-info"}),this._v(" "),e("div",{staticClass:"el-alert__content"},[e("p",{staticClass:"el-alert__title"},[this._v("\n 1. 因企业微信接口限制,若在企微管理端为相关人员配置欢迎语,好办设置欢迎语不会生效;"),e("br"),this._v("\n 2. 若使用好办欢迎语,请关闭其他企业自建应用/第三方应用的欢迎语配置; "),e("br"),this._v("\n 3. 在此处所自定义配置的欢迎语基础上,系统将默认包含“带参会员小程序卡片”,以便门店员工添加客户好友后,引导客户进入带参会员小程序页面授权微信信息,进而使得系统将企业客户与GIC后台某客户对应起来;"),e("br"),this._v("\n 4. 如果导购没有绑定导购code,没有主门店信息,则无法发送好办欢迎语;\n ")])])])])}]};var o=i("VU/8")(s,l,!1,function(t){i("ElrH")},"data-v-519feaaa",null);e.default=o.exports}});
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(f,d,n){for(var r,t,o,i=0,u=[];i<f.length;i++)t=f[i],a[t]&&u.push(a[t][0]),a[t]=0;for(r in d)Object.prototype.hasOwnProperty.call(d,r)&&(e[r]=d[r]);for(c&&c(f,d,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=b(b.s=n[i]);return o};var f={},a={100:0};function b(c){if(f[c])return f[c].exports;var a=f[c]={i:c,l:!1,exports:{}};return e[c].call(a.exports,a,a.exports,b),a.l=!0,a.exports}b.e=function(e){var c=a[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var f=new Promise(function(f,b){c=a[e]=[f,b]});c[2]=f;var d=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,b.nc&&n.setAttribute("nonce",b.nc),n.src=b.p+"static/js/"+e+"."+{0:"ba8935214febdb7e3f9a",1:"80ec7107adf684998411",2:"ee081d25258cd1ccd634",3:"5e8e614074ce4fb58e13",4:"6842094a08d6e8314bcc",5:"daec3368692393344af3",6:"c0a5fb9f2c1756efba10",7:"5b0cb1142f1c4271f665",8:"76b4075e487820f802a9",9:"324497f9abcac3bf1421",10:"72e0fcbbbfae5460f741",11:"089a5d7389f666b3a424",12:"7e6336c9427f8f852664",13:"f4060b4675a6e8087d70",14:"7bbce9377a1fed3c0af6",15:"ab38868b5032b3b94bf3",16:"0f9cc160028e0334ee1e",17:"004ccbc0db12e8163c76",18:"70635259af24a85a27bd",19:"b144722dd27014fb4b87",20:"4e4af591a462a9da17d7",21:"7823a8dc3a15ab92fc9e",22:"b386b8bfcf9b6c244a0f",23:"124c9aa4f6c544149a49",24:"deb0966d158a04089b9d",25:"fb9c519070e24154d531",26:"98090da394d2fcd7acbd",27:"60cbe62de04ce9375d05",28:"73f70bbca04b559f281f",29:"a39cebd1ff1eb790b75c",30:"3d3e3c743671f9f88d14",31:"0d36905eeecb78bad936",32:"2b7e2b67b2e7f4a4b464",33:"74e6c489c2bea79419b4",34:"dd1b802f5bad99ff940f",35:"97e95ff48dd63032f03d",36:"546ab22af3493d7f37e1",37:"e280c9a7944c675f3c5b",38:"6d2c003b032c04d5650c",39:"f587fd58755b1c29a47a",40:"dfc358a663900d19c7d9",41:"e8542ea91426a5ccf742",42:"6ed15b5e37a76a84b352",43:"2617c5f690fbd1654f17",44:"16f634308d955a641c55",45:"36c47bd4c21659820df6",46:"044f982029d215c4a38b",47:"e1bec1dc867c51ec1654",48:"0f139d064381b6152781",49:"6c144a8bfa11df19a0bd",50:"9dff6fb19c61241ee438",51:"3cd3594654acce481c8c",52:"b7f1d41f623a27204d4c",53:"493d02fa18ce04c6064a",54:"0a03fc27632a66b14df1",55:"8e5a59b31576b8166215",56:"3da506cddbef31154d56",57:"e3ebde9ca08f2689bba0",58:"3db645a840f6fcea235e",59:"c28752d0234c9c700c8e",60:"bb76a745c4bb599d309f",61:"3747a600569e95523f9b",62:"81110b3692cf11009820",63:"5a4dc099be9ee92ad1f0",64:"91d8817d8d2aaaa32d9e",65:"2d167cdd8558c117e2ef",66:"2b5e6cf2c08b7ab6b4b3",67:"56a404cfb44ba6622364",68:"7fa707ec5d8bec99eeec",69:"6508b958089b8e1c6886",70:"0ea7d765231fc04aaebf",71:"bc27c55dc23895286132",72:"b88dade8d03805e3b11d",73:"efb87ef1971be5ff6ed8",74:"45dc6bfbdca877cbb481",75:"38adabf8f823813ded28",76:"a546d5623dfd04d7eb9e",77:"93e78ef4eeeb91af0896",78:"45f83001940afd9cb558",79:"9395a19e36c02712a089",80:"e63d42932d5186ba29d6",81:"d35a1a35efa32ee8b132",82:"6882bfb1a014d4bf66d5",83:"167fddce4689ce8d326c",84:"83821c48947127ebd9e3",85:"dfdcd1cf45359255e73a",86:"4cf3b774fab6733e4014",87:"2a605257c583f1752ed4",88:"622bb868c4f5f2fbed2a",89:"20f514ee4bacc4c865fa",90:"8328de831fe7a4d46b88",91:"bfc1eeb7142540f32ff7",92:"105c7f4caa1707bb4c3b",93:"248172f2e0d80bf21a19",94:"129f5e5a05cd369f140a",95:"ddcc8a8ef5de55f41a95",96:"cdd46dcf886145ee6afb",97:"4c340ecc59a6a4a0ff4e"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var c=a[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),a[e]=void 0)}return n.onerror=n.onload=t,d.appendChild(n),f},b.m=e,b.c=f,b.d=function(e,c,f){b.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:f})},b.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(c,"a",c),c},b.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},b.p="./",b.oe=function(e){throw console.error(e),e}}([]); !function(e){var c=window.webpackJsonp;window.webpackJsonp=function(f,b,n){for(var r,t,o,i=0,u=[];i<f.length;i++)t=f[i],a[t]&&u.push(a[t][0]),a[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(c&&c(f,b,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=d(d.s=n[i]);return o};var f={},a={100:0};function d(c){if(f[c])return f[c].exports;var a=f[c]={i:c,l:!1,exports:{}};return e[c].call(a.exports,a,a.exports,d),a.l=!0,a.exports}d.e=function(e){var c=a[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var f=new Promise(function(f,d){c=a[e]=[f,d]});c[2]=f;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:"ba8935214febdb7e3f9a",1:"80ec7107adf684998411",2:"ee081d25258cd1ccd634",3:"5e8e614074ce4fb58e13",4:"6842094a08d6e8314bcc",5:"daec3368692393344af3",6:"c0a5fb9f2c1756efba10",7:"5b0cb1142f1c4271f665",8:"76b4075e487820f802a9",9:"324497f9abcac3bf1421",10:"72e0fcbbbfae5460f741",11:"089a5d7389f666b3a424",12:"7e6336c9427f8f852664",13:"f4060b4675a6e8087d70",14:"7bbce9377a1fed3c0af6",15:"ab38868b5032b3b94bf3",16:"0f9cc160028e0334ee1e",17:"004ccbc0db12e8163c76",18:"ec5513b40a668a331fa0",19:"b144722dd27014fb4b87",20:"4e4af591a462a9da17d7",21:"7823a8dc3a15ab92fc9e",22:"b386b8bfcf9b6c244a0f",23:"124c9aa4f6c544149a49",24:"deb0966d158a04089b9d",25:"fb9c519070e24154d531",26:"98090da394d2fcd7acbd",27:"60cbe62de04ce9375d05",28:"73f70bbca04b559f281f",29:"a39cebd1ff1eb790b75c",30:"3d3e3c743671f9f88d14",31:"0d36905eeecb78bad936",32:"2b7e2b67b2e7f4a4b464",33:"74e6c489c2bea79419b4",34:"dd1b802f5bad99ff940f",35:"97e95ff48dd63032f03d",36:"546ab22af3493d7f37e1",37:"e280c9a7944c675f3c5b",38:"6d2c003b032c04d5650c",39:"f587fd58755b1c29a47a",40:"dfc358a663900d19c7d9",41:"e8542ea91426a5ccf742",42:"6ed15b5e37a76a84b352",43:"2617c5f690fbd1654f17",44:"16f634308d955a641c55",45:"36c47bd4c21659820df6",46:"044f982029d215c4a38b",47:"e1bec1dc867c51ec1654",48:"0f139d064381b6152781",49:"6c144a8bfa11df19a0bd",50:"9dff6fb19c61241ee438",51:"3cd3594654acce481c8c",52:"b7f1d41f623a27204d4c",53:"493d02fa18ce04c6064a",54:"0a03fc27632a66b14df1",55:"8e5a59b31576b8166215",56:"3da506cddbef31154d56",57:"e3ebde9ca08f2689bba0",58:"3db645a840f6fcea235e",59:"c28752d0234c9c700c8e",60:"bb76a745c4bb599d309f",61:"3747a600569e95523f9b",62:"81110b3692cf11009820",63:"5a4dc099be9ee92ad1f0",64:"91d8817d8d2aaaa32d9e",65:"2d167cdd8558c117e2ef",66:"2b5e6cf2c08b7ab6b4b3",67:"56a404cfb44ba6622364",68:"686dc9d1da7185fcc831",69:"7c41b2ea79ded11a4ebe",70:"d84e27f8f1e93fba812a",71:"13c258ef26dbcb0e1c79",72:"9e875a71a651c1a1c22d",73:"5e8d9ecb9ef0e958fe6f",74:"45dc6bfbdca877cbb481",75:"38adabf8f823813ded28",76:"a546d5623dfd04d7eb9e",77:"93e78ef4eeeb91af0896",78:"45f83001940afd9cb558",79:"9395a19e36c02712a089",80:"e63d42932d5186ba29d6",81:"d35a1a35efa32ee8b132",82:"6882bfb1a014d4bf66d5",83:"167fddce4689ce8d326c",84:"83821c48947127ebd9e3",85:"dfdcd1cf45359255e73a",86:"4cf3b774fab6733e4014",87:"2a605257c583f1752ed4",88:"622bb868c4f5f2fbed2a",89:"20f514ee4bacc4c865fa",90:"8328de831fe7a4d46b88",91:"bfc1eeb7142540f32ff7",92:"105c7f4caa1707bb4c3b",93:"248172f2e0d80bf21a19",94:"129f5e5a05cd369f140a",95:"ddcc8a8ef5de55f41a95",96:"cdd46dcf886145ee6afb",97:"4c340ecc59a6a4a0ff4e"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var c=a[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),a[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),f},d.m=e,d.c=f,d.d=function(e,c,f){d.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:f})},d.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(c,"a",c),c},d.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},d.p="./",d.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file \ No newline at end of file
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<el-form-item label="加好友配置"> <el-form-item label="加好友配置">
<div v-for="(val, key) in friendSettingTypeOption" :key="key"> <div v-for="(val, key) in friendSettingTypeOption" :key="key">
<el-radio :label="Number(key)" v-model="type">{{ val }}</el-radio> <el-radio :label="Number(key)" v-model="type">{{ val }}</el-radio>
<el-tag size="small" v-show="key == 1">推荐使用</el-tag> <el-tag size="small" v-show="key == 2">推荐使用</el-tag>
</div> </div>
</el-form-item> </el-form-item>
</el-form> </el-form>
......
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