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
2a2de0fc
Commit
2a2de0fc
authored
Jul 28, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
d2174156
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
140 deletions
+27
-140
memberTagSet.vue
src/views/apps/customerApp/memberTagSet.vue
+1
-3
syncHistory.vue
src/views/apps/customerApp/syncHistory.vue
+26
-137
No files found.
src/views/apps/customerApp/memberTagSet.vue
View file @
2a2de0fc
...
...
@@ -19,13 +19,11 @@
<i
class=
"el-alert__icon el-icon-warning color-2f54eb"
></i>
<div
class=
"el-alert__content"
>
<p
class=
"el-alert__title color-303133 font-13"
>
温馨提示
<br
/>
1. 下方的标签是从【GIC后台-会员标签-手工标签-导购标签】中获取而来,若不一致,可刷新页面获取GIC后台最新的导购标签库。
<br
/>
2. 可选多个GIC导购标签批量同步至企微标签库。每天最多操作同步1次,每月最多4次,请酌情开启同步。
<br
/>
3. 当尚有“同步中”状态的导购标签时,不可进行其他操作如勾选标签或关闭同步等。
<br
/>
4. 同步完成后,系统会将所选GIC导购标签同步至企微标签库,且“会员”身上被打上的GIC导购标签结果也会同步至企微端,也即“会员”所对应的企微客户身上也会被打上对应的同步过去的导购标签。
<br
/>
5. 所选标签成功同步至企微侧后,标签名称会默认带有“GIC”前缀,便于和企微标签库中本身创建的标签区分;请勿在企微标签库中对GIC侧同步过去的标签进行修改。
<br
/>
6. 在企微后台删除GIC同步过去的标签组,该标签在此处将自动关闭同步,企微客户身上所打的该标签组下的标签值也会自动清除。
5. 所选标签成功同步至企微侧后,标签名称会默认带有“GIC”前缀,便于和企微标签库中本身创建的标签区分;请勿在企微标签库中对GIC侧同步过去的标签进行修改,一旦在企微侧将GIC侧同步过去的标签组或标签组下的某标签值删除了,则该标签在此处将自动关闭同步,企微客户身上所打的该标签组下的标签值也会自动清除。
</p>
</div>
</div>
...
...
src/views/apps/customerApp/syncHistory.vue
View file @
2a2de0fc
...
...
@@ -36,8 +36,7 @@
<el-table-column
label=
"状态"
prop=
"statusFlag"
width=
"120"
>
<
template
slot-scope=
"{ row }"
>
<div
class=
"status-class"
>
<span
:class=
"[row.status == 0 ? 'status-error' : 'status-success']"
></span>
<span>
{{
row
.
status
==
0
?
'失败'
:
'成功'
}}
</span>
<span
:class=
"['state-point', logStatusClass[row.statusFlag]]"
>
{{
row
.
statusFlag
|
taskStatus
}}
</span>
</div>
</
template
>
</el-table-column>
...
...
@@ -118,10 +117,11 @@ export default {
wxEnterpriseId
:
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
,
taskType
:
-
1
,
loading
:
false
,
failDialog
:
false
,
// 同步失败明细弹窗
failDialog
:
false
,
memberLoading
:
false
,
tagLoading
:
false
,
tagDialog
:
false
tagDialog
:
false
,
logStatusClass
:
{
0
:
'state-point-default'
,
1
:
'state-point-success'
,
2
:
'state-point-error'
,
3
:
'state-point-warning'
,
4
:
'state-point-loading-scale'
}
};
},
methods
:
{
...
...
@@ -194,139 +194,7 @@ export default {
search
:
this
.
tagSyncSearch
};
syncTagLog
(
params
).
then
(
res
=>
{
// this.tagSyncData = res.data.result;
this
.
tagSyncData
=
[
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
3
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
0
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
2
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
},
{
createTime
:
1627456838000
,
enterpriseId
:
'ff808081593917d90159398ec6340012'
,
reason
:
'企业微信:不合法的标签名字(40071)'
,
relationId
:
'a475603305704860a3928b436a3da484'
,
relationType
:
0
,
statusFlag
:
1
,
tagName
:
'好办'
,
taskDetailId
:
'984cfa39ee254fdcad8edcbd0516191b'
,
taskId
:
'8bfd1d7c5bd44b1488b10d51fa3d5b4f'
,
updateTime
:
1627456846000
,
wxEnterpriseId
:
'ca66a01b79474c40b3e7c7f93daf1a3b'
}
];
this
.
tagSyncData
=
res
.
data
.
result
;
this
.
tagLoading
=
false
;
});
},
...
...
@@ -352,6 +220,27 @@ export default {
break
;
}
},
taskStatus
(
v
)
{
switch
(
v
)
{
case
0
:
return
'删除'
;
break
;
case
1
:
return
'成功'
;
break
;
case
2
:
return
'失败'
;
break
;
case
3
:
return
'部分成功'
;
break
;
case
4
:
return
'同步中'
;
break
;
default
:
break
;
}
},
tagStatus
(
v
)
{
// 0删除 1预处理 2成功 3失败
switch
(
v
)
{
...
...
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