Commit e3f381ef by 陈羽

update: 恢复话务任务下线通知

parent 37fd5a81
...@@ -14,10 +14,13 @@ ...@@ -14,10 +14,13 @@
<i class="el-alert__icon el-icon-info"></i> <i class="el-alert__icon el-icon-info"></i>
<div class="el-alert__content"> <div class="el-alert__content">
<span class="el-alert__title"> <span class="el-alert__title">
话务任务应用下线通知:<br /> <!-- 话务任务应用下线通知:<br />
1.【话务任务】预计将于5月下旬下线,功能将由【销售线索】替代;<br /> 1.【话务任务】预计将于5月下旬下线,功能将由【销售线索】替代;<br />
2.【话务任务】下线后,【GIC后台-智能营销】中的“话务”事件也将下线,后续如需针对门店终端下发任务,请通过【GIC后台-智能营销】中的“企微任务”事件下发;<br /> 2.【话务任务】下线后,【GIC后台-智能营销】中的“话务”事件也将下线,后续如需针对门店终端下发任务,请通过【GIC后台-智能营销】中的“企微任务”事件下发;<br />
3.【话务任务】下线后,该应用中原本的“会话任务”也会下线,“不良评价回访”任务将转移至其他应用,请知悉<br /> 3.【话务任务】下线后,该应用中原本的“会话任务”也会下线,“不良评价回访”任务将转移至其他应用,请知悉<br /> -->
1.预计2021年1月功能更新后将仅保留近一年数据,历史数据将清除。如需保存超过一年历史数据,请于1月前导出保存;<br />
2.因任务数据量过大,门店视图统计数据改为每日刷新一次;<br />
3.需要注意:话务完成详情是实时展示;完成数据统计是每日刷新,可能出现任务详情显示已完成,但是已完成数量并没有+1。这属于统计的正常情况。
</span> </span>
</div> </div>
</div> </div>
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
</div> </div>
</div> </div>
</div> </div>
<template v-if="taskTipShow"> <!-- <template v-if="taskTipShow">
<div class="task-tip-wrap"> <div class="task-tip-wrap">
<i class="el-icon-warning"></i> <i class="el-icon-warning"></i>
<div class="task-tip-content"> <div class="task-tip-content">
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
</div> </div>
<i class="el-icon-close" @click="taskTipClose"></i> <i class="el-icon-close" @click="taskTipClose"></i>
</div> </div>
</template> </template> -->
<!-- <vue-gic-footer></vue-gic-footer> --> <!-- <vue-gic-footer></vue-gic-footer> -->
</div> </div>
</div> </div>
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
name: 'index', name: 'index',
data() { data() {
return { return {
taskTipShow: false, // taskTipShow: false,
checkShow: true, checkShow: true,
tipText: '请先完成商户初始化设置后,再进行其他操作', tipText: '请先完成商户初始化设置后,再进行其他操作',
projectName: 'haoban-manage-web', // 当前项目名 projectName: 'haoban-manage-web', // 当前项目名
...@@ -458,15 +458,15 @@ export default { ...@@ -458,15 +458,15 @@ export default {
window.open(''); window.open('');
}); });
}, },
toTipTask() { // toTipTask() {
if (!sessionStorage.getItem('taskTip')) { // if (!sessionStorage.getItem('taskTip')) {
this.taskTipShow = true; // this.taskTipShow = true;
} // }
}, // },
taskTipClose() { // taskTipClose() {
this.taskTipShow = false; // this.taskTipShow = false;
sessionStorage.setItem('taskTip', true); // sessionStorage.setItem('taskTip', true);
}, // },
/** /**
* 获取帮助中心 * 获取帮助中心
...@@ -658,7 +658,7 @@ export default { ...@@ -658,7 +658,7 @@ export default {
that.wxEnterpriseId = await that.toLogin(); that.wxEnterpriseId = await that.toLogin();
that.getAppData(1); that.getAppData(1);
that.getHelpData(); that.getHelpData();
that.toTipTask(); // that.toTipTask();
/* that.getAppData(2); */ /* that.getAppData(2); */
// that.getTipData(); // that.getTipData();
that.getCompanyData(); that.getCompanyData();
......
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