Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-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
office
office-web
Commits
183053d9
Commit
183053d9
authored
Jan 05, 2019
by
xiaohai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
599653c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
shareContact.vue
src/views/contacts/shareContact.vue
+9
-2
No files found.
src/views/contacts/shareContact.vue
View file @
183053d9
...
@@ -58,11 +58,15 @@
...
@@ -58,11 +58,15 @@
</div>
</div>
</div>
</div>
<div
class=
"af-right-container"
v-else-if=
"groupInfo.isStoreGroup == 1 && groupInfo.level ==0"
>
<div
class=
"af-right-container"
v-else-if=
"groupInfo.isStoreGroup == 1 && groupInfo.level ==0"
>
<p
>
共享门店及成员数据
</p>
<p
style=
"margin: 20px 0;"
>
是否
共享门店及成员数据
</p>
<el-checkbox-group
v-model=
"checkList"
>
<el-checkbox-group
v-model=
"checkList"
>
<el-checkbox
label=
"sale"
>
销售数据
</el-checkbox>
<el-checkbox
label=
"sale"
>
销售数据
</el-checkbox>
<el-checkbox
label=
"vip"
>
会员数据
</el-checkbox>
<el-checkbox
label=
"vip"
>
会员数据
</el-checkbox>
</el-checkbox-group>
</el-checkbox-group>
<div
style=
"margin: 20px 0;"
>
<el-button
type=
"primary"
@
click=
"subShareSet"
>
确定
</el-button>
<el-button>
取消
</el-button>
</div>
</div>
</div>
</template>
</template>
<
template
v-else
>
<
template
v-else
>
...
@@ -124,7 +128,10 @@
...
@@ -124,7 +128,10 @@
this
.
currentPage
=
val
;
this
.
currentPage
=
val
;
this
.
getEmployee
();
this
.
getEmployee
();
},
},
/**
* 设置是否共享门店及成员数据
*/
subShareSet
()
{},
/**
/**
* 树形菜单搜索
* 树形菜单搜索
*/
*/
...
...
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