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
ef6b0e2c
Commit
ef6b0e2c
authored
Dec 29, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加待处理客户的操作权限
parent
d26d7c32
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
memberReturn.js
src/components/memberlist/memberReturn.js
+1
-1
memberReturn.vue
src/components/memberlist/memberReturn.vue
+5
-0
pos-recycle.js
src/components/memberlist/pos-recycle.js
+1
-1
pos-recycle.vue
src/components/memberlist/pos-recycle.vue
+3
-0
No files found.
src/components/memberlist/memberReturn.js
View file @
ef6b0e2c
...
...
@@ -26,7 +26,7 @@ export default {
memberSearchStr
:
-
1
,
navpath
:
[
{
name
:
"首页"
,
path
:
""
},
{
name
:
"
会员列表"
,
path
:
"/wechatmemb
ers"
},
{
name
:
"
客户列表"
,
path
:
"/allCustom
ers"
},
{
name
:
"待处理客户列表"
,
path
:
""
}
],
sceneValue
:
"member"
,
...
...
src/components/memberlist/memberReturn.vue
View file @
ef6b0e2c
...
...
@@ -48,13 +48,18 @@
@
change=
"handleFocusBatch"
style=
"width: 130px"
@
visible-change=
"handleVisibleBatch"
v-if=
"$getButtonLimit($buttonCode.memberWxRecycleMainStore)||$getButtonLimit($buttonCode.memberWxRecycleSubStore)"
>
<el-option
v-if=
"$getButtonLimit($buttonCode.memberWxRecycleMainStore)"
:limit-code=
"$buttonCode.memberWxRecycleMainStore"
key=
"mainstore"
label=
"修改服务门店"
value=
"mainstore"
></el-option>
<el-option
v-if=
"$getButtonLimit($buttonCode.memberWxRecycleSubStore)"
:limit-code=
"$buttonCode.memberWxRecycleSubStore"
key=
"store"
label=
"修改协管门店"
value=
"store"
...
...
src/components/memberlist/pos-recycle.js
View file @
ef6b0e2c
...
...
@@ -27,7 +27,7 @@ export default {
memberSearchStr
:
-
1
,
navpath
:
[
{
name
:
"首页"
,
path
:
""
},
{
name
:
"
会员列表"
,
path
:
"/posmemb
ers"
},
{
name
:
"
客户列表"
,
path
:
"/allCustom
ers"
},
{
name
:
"回收站门店会员"
,
path
:
""
}
],
sceneValue
:
"member"
,
...
...
src/components/memberlist/pos-recycle.vue
View file @
ef6b0e2c
...
...
@@ -48,8 +48,11 @@
@
change=
"handleFocusBatch"
style=
"width: 130px"
@
visible-change=
"handleVisibleBatch"
v-if=
"$getButtonLimit($buttonCode.memberPosRecycleMainStore)"
>
<el-option
v-if=
"$getButtonLimit($buttonCode.memberPosRecycleMainStore)"
:limit-code=
"$buttonCode.memberPosRecycleMainStore"
key=
"mainstore"
label=
"修改服务门店"
value=
"mainstore"
...
...
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