Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
06146a57
Commit
06146a57
authored
Jul 12, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/会员标签异常'
parents
b8083c9c
1496f104
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
5 deletions
+11
-5
customerlabelDialog.vue
...omponents/allCustomers/components/customerlabelDialog.vue
+3
-3
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+1
-1
index.js
src/components/allCustomers/index.js
+2
-1
info.js
src/components/allCustomers/info.js
+1
-0
memberReturn.js
src/components/memberlist/memberReturn.js
+4
-0
No files found.
src/components/allCustomers/components/customerlabelDialog.vue
View file @
06146a57
...
...
@@ -42,7 +42,7 @@
</div>
</li>
</ul>
<ul
class=
"tags-list"
v-if=
"tab.name==='other'&&
t
agsList.length"
>
<ul
class=
"tags-list"
v-if=
"tab.name==='other'&&
otherT
agsList.length"
>
<li
v-for=
"(item,index) in otherTagsList"
:key=
"index"
class=
"tag-item-new"
>
<div
class=
"tag-group-name"
v-if=
"item.subTags && item.subTags.length"
>
{{ item.tagsName }}:
...
...
@@ -68,7 +68,7 @@
</div>
</li>
</ul>
<ul
class=
"tags-list"
v-if=
"tab.name==='weimo'&&
t
agsList.length"
>
<ul
class=
"tags-list"
v-if=
"tab.name==='weimo'&&
weimobT
agsList.length"
>
<li
v-for=
"(item,index) in weimobTagsList"
:key=
"index"
class=
"tag-item-new"
>
<div
class=
"tag-group-name"
v-if=
"item.subTags && item.subTags.length"
>
{{ item.tagsName }}:
...
...
@@ -192,7 +192,7 @@ export default {
if
(
list
.
isCheck
)
{
if
(
item
.
isMultiple
)
checkBox
.
push
(
list
.
tagsName
);
else
{
checkBox
=
item
.
tagsId
;
checkBox
=
list
.
tagsId
;
}
}
}
...
...
src/components/allCustomers/customerDetail.vue
View file @
06146a57
...
...
@@ -560,7 +560,7 @@
无
</div>
</div>
<div
class=
"hand-label-item member-tag-group"
:key=
"item"
>
<div
v-if=
"tagAndRemarkInfo.memberGroup.showMemberTagGroupList"
class=
"hand-label-item member-tag-group"
:key=
"item"
>
<p>
其他分组:
</p>
<div
class=
"flex-tag-wrap"
...
...
src/components/allCustomers/index.js
View file @
06146a57
...
...
@@ -72,9 +72,10 @@ export default {
cliqueMemberGrade
:
[],
// 集团等级列表
selectTreeOptions
:
{
selectOptions
:
{
collapseTags
:
false
,
allCheckText
:
'全部客户'
,
placeholder
:
'全部客户'
,
width
:
2
2
0
width
:
2
6
0
},
treeOptions
:
{
data
:
[
...
...
src/components/allCustomers/info.js
View file @
06146a57
...
...
@@ -302,6 +302,7 @@ export default {
memberTagGroupList
:
ret
.
tagAndRemarkInfo
.
memberGroup
.
memberTagGroupList
||
{},
showMemberTagGroupList
:
ret
.
tagAndRemarkInfo
.
memberGroup
.
showMemberTagGroupList
},
tag
:
{
tagsList
:
ret
.
tagAndRemarkInfo
.
tag
.
tagsList
||
[],
...
...
src/components/memberlist/memberReturn.js
View file @
06146a57
...
...
@@ -697,6 +697,10 @@ export default {
this
.
storeName
=
""
;
},
successImport
(
taskId
)
{
// 修改一个会员的服务门店或者协管门店,不跳转到任务中心
if
(
this
.
selectObj
.
multipleList
.
length
==
1
)
{
return
;
}
// this.dialogImportVisible = false;
this
.
$confirm
(
"任务发起成功,请去【企业管理】-【任务中心】查看处理结果和执行进度"
,
...
...
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