Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
dae6e9af
Commit
dae6e9af
authored
Apr 28, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 分组修改
parent
8aaadb05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
tag-config-options.vue
src/components/tag/tag-config-options.vue
+9
-1
index.js
src/router/index.js
+1
-1
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+1
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
dae6e9af
...
...
@@ -267,7 +267,7 @@
<div
:key=
"'tag11' + pindex"
>
<
template
v-if=
"loadSelector"
>
<!--scenes服务门店查上线,其余门店查所有-->
<vue-gic-store-new
:options=
"parent.uuidOptions"
:creatorId=
"creatorId"
:uuid
.
sync=
"parent.uuid"
ref=
"storeNew"
:isAdd=
"!parent.uuid"
:scenes=
"
tagId == 'd568b880d8464a9b9365b9861828f587' ? '': 'tagScenes'"
:scenesVal=
"tagId == 'd568b880d8464a9b9365b9861828f587' ? '': 'tagScenes'
"
/>
<vue-gic-store-new
:options=
"parent.uuidOptions"
:creatorId=
"creatorId"
:uuid
.
sync=
"parent.uuid"
ref=
"storeNew"
:isAdd=
"!parent.uuid"
:scenes=
"
storeTagScense(parent)"
:scenesVal=
"storeTagScense(parent)
"
/>
</
template
>
<!-- <vue-gic-store-new :options="parent.uuidOp0tions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid"> </vue-gic-store-new> -->
</div>
...
...
@@ -1349,6 +1349,14 @@ export default {
}
},
methods
:
{
// 设置门店选择器的场景
storeTagScense
(
parent
)
{
console
.
log
(
parent
);
if
(
!
parent
.
expandParams
)
return
''
;
const
controlJson
=
JSON
.
parse
(
parent
.
expandParams
);
const
scense
=
controlJson
.
find
(
el
=>
el
.
key
===
'scenes'
);
return
scense
.
value
;
},
tag020PickerOptions
(
parent
)
{
return
{
disabledDate
:
time
=>
{
...
...
src/router/index.js
View file @
dae6e9af
...
...
@@ -133,7 +133,7 @@ export const constantRouterMap = [
title
:
'会员标签-会员分组'
,
keepAlive
:
true
,
componentName
:
'memberGroupList'
,
fromPath
:
[
'/memberGroupEdit'
,
'/memberLevelDetail'
,
'/memberGroupDetail'
]
fromPath
:
[
'/memberGroupEdit'
,
'/memberLevelDetail'
,
'/memberGroupDetail'
,
'/memberGroupAdd'
]
}
},
{
...
...
src/view/memberGroup/memberGroupList.vue
View file @
dae6e9af
...
...
@@ -1305,7 +1305,7 @@ export default {
getGroupList
()
{
this
.
loading
=
true
;
this
.
params
.
fixedType
=
this
.
showFixedList
?
1
:
0
;
this
.
params
.
permissionType
=
this
.
isSelf
?
null
:
1
;
this
.
params
.
permissionType
=
this
.
isSelf
?
null
:
2
;
memberTagGroupList
(
this
.
params
).
then
(
res
=>
{
this
.
loading
=
false
;
if
(
res
.
errorCode
==
1
)
{
...
...
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