Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
e3f381ef
Commit
e3f381ef
authored
May 06, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 恢复话务任务下线通知
parent
37fd5a81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
15 deletions
+18
-15
taskRecord.vue
src/views/apps/trafficTask/taskRecord.vue
+5
-2
index.vue
src/views/index/index.vue
+13
-13
No files found.
src/views/apps/trafficTask/taskRecord.vue
View file @
e3f381ef
...
...
@@ -14,10 +14,13 @@
<i
class=
"el-alert__icon el-icon-info"
></i>
<div
class=
"el-alert__content"
>
<span
class=
"el-alert__title"
>
话务任务应用下线通知:
<br
/>
<!--
话务任务应用下线通知:
<br
/>
1.【话务任务】预计将于5月下旬下线,功能将由【销售线索】替代;
<br
/>
2.【话务任务】下线后,【GIC后台-智能营销】中的“话务”事件也将下线,后续如需针对门店终端下发任务,请通过【GIC后台-智能营销】中的“企微任务”事件下发;
<br
/>
3.【话务任务】下线后,该应用中原本的“会话任务”也会下线,“不良评价回访”任务将转移至其他应用,请知悉
<br
/>
3.【话务任务】下线后,该应用中原本的“会话任务”也会下线,“不良评价回访”任务将转移至其他应用,请知悉
<br
/>
-->
1.预计2021年1月功能更新后将仅保留近一年数据,历史数据将清除。如需保存超过一年历史数据,请于1月前导出保存;
<br
/>
2.因任务数据量过大,门店视图统计数据改为每日刷新一次;
<br
/>
3.需要注意:话务完成详情是实时展示;完成数据统计是每日刷新,可能出现任务详情显示已完成,但是已完成数量并没有+1。这属于统计的正常情况。
</span>
</div>
</div>
...
...
src/views/index/index.vue
View file @
e3f381ef
...
...
@@ -118,7 +118,7 @@
</div>
</div>
</div>
<template
v-if=
"taskTipShow"
>
<
!--
<
template
v-if=
"taskTipShow"
>
<div
class=
"task-tip-wrap"
>
<i
class=
"el-icon-warning"
></i>
<div
class=
"task-tip-content"
>
...
...
@@ -129,7 +129,7 @@
</div>
<i
class=
"el-icon-close"
@
click=
"taskTipClose"
></i>
</div>
</
template
>
</
template
>
-->
<!-- <vue-gic-footer></vue-gic-footer> -->
</div>
</div>
...
...
@@ -146,7 +146,7 @@ export default {
name
:
'index'
,
data
()
{
return
{
taskTipShow
:
false
,
//
taskTipShow: false,
checkShow
:
true
,
tipText
:
'请先完成商户初始化设置后,再进行其他操作'
,
projectName
:
'haoban-manage-web'
,
// 当前项目名
...
...
@@ -458,15 +458,15 @@ export default {
window
.
open
(
''
);
});
},
toTipTask
()
{
if
(
!
sessionStorage
.
getItem
(
'taskTip'
))
{
this
.
taskTipShow
=
true
;
}
},
taskTipClose
()
{
this
.
taskTipShow
=
false
;
sessionStorage
.
setItem
(
'taskTip'
,
true
);
},
//
toTipTask() {
//
if (!sessionStorage.getItem('taskTip')) {
//
this.taskTipShow = true;
//
}
//
},
//
taskTipClose() {
//
this.taskTipShow = false;
//
sessionStorage.setItem('taskTip', true);
//
},
/**
* 获取帮助中心
...
...
@@ -658,7 +658,7 @@ export default {
that
.
wxEnterpriseId
=
await
that
.
toLogin
();
that
.
getAppData
(
1
);
that
.
getHelpData
();
that
.
toTipTask
();
//
that.toTipTask();
/* that.getAppData(2); */
// that.getTipData();
that
.
getCompanyData
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment