Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
5d67047b
Commit
5d67047b
authored
Jul 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/门店筛选' into test
parents
f545c2ce
568ccd57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
relatePop.vue
src/components/relatePop.vue
+2
-1
ruleDetail.vue
src/components/ruleDetail.vue
+10
-3
No files found.
src/components/relatePop.vue
View file @
5d67047b
...
...
@@ -4,9 +4,10 @@
:key=
"updateDialog"
:visible
.
sync=
"dialogTableVisible"
:before-close=
"closePop"
:append-to-body=
"true"
:width=
"$store.state.product.ruleMemberFilterClose==0?'1200px':'900px'"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"上架规则"
name=
"list"
>
<div
class=
"tab-pane-container"
>
<div
class=
"search-wrap"
>
...
...
src/components/ruleDetail.vue
View file @
5d67047b
...
...
@@ -80,8 +80,11 @@
@
editShow=
"hasEditGicPeople=true"
/>
<el-form-item
v-show=
"ruleForm.memberType === 2"
prop=
"selectedGroupIds"
>
<el-button
v-if=
"!selectedGroupIds"
size=
"small"
@
click=
"groupVisible = true"
>
添加分组
</el-button>
<gic-new-member-group
:visiable
.
sync=
"groupVisible"
:selectedIds=
"selectedGroupIds"
@
change=
"confirmGroupDialog"
/>
<el-button
v-if=
"!selectedGroupIds"
size=
"small"
@
click=
"addMemberGroup"
>
添加分组
</el-button>
<gic-new-member-group
:visiable
.
sync=
"groupVisible"
:selectedIds=
"selectedGroupIds"
@
change=
"confirmGroupDialog"
ref=
"newMemberGroup"
/>
</el-form-item>
<div>
<el-form-item
style=
"margin-top:50px"
v-show=
"!isDialog"
>
...
...
@@ -151,6 +154,7 @@ export default {
btnLoading
:
false
,
uuid
:
''
,
memberTypeTotal
:
0
,
};
},
computed
:
{
...
...
@@ -165,7 +169,7 @@ export default {
}
},
canShowStoreSelector
()
{
return
this
.
uuid
||
this
.
isAdd
||
this
.
memberType
==
3
||
this
.
memberType
==
2
;
return
this
.
isDialog
||
this
.
uuid
||
this
.
isAdd
||
this
.
memberType
==
3
||
this
.
memberType
==
2
;
},
},
mounted
()
{
...
...
@@ -176,6 +180,9 @@ export default {
this
.
memberTypeNum
();
},
methods
:
{
addMemberGroup
()
{
this
.
groupVisible
=
true
;
},
/** 门店筛选器 */
storeChange
(
storeId
)
{
this
.
uuid
=
storeId
;
...
...
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