Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
haoban-4
Commits
60784d87
Commit
60784d87
authored
Jul 22, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改通讯录组件
parent
8b8a7e36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
19 deletions
+34
-19
help-tip.vue
src/components/company/help-tip.vue
+5
-5
new-depart-member.vue
src/components/company/new-depart-member.vue
+24
-11
contacts.vue
src/views/business/contacts.vue
+5
-3
No files found.
src/components/company/help-tip.vue
View file @
60784d87
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-0
6-10 16:00:28
* @LastEditTime: 2020-0
7-22 11:33:17
-->
<!--
<help-tip : @toCloseTip="toCloseTip"></help-tip>
...
...
@@ -13,10 +13,10 @@
<
template
>
<el-dialog
title=
"查看帮助提示"
:visible
.
sync=
"dialogVisible"
width=
"620px"
:before-close=
"handleClose"
>
<div
class=
"p-l-18"
>
<div
class=
"m-b-12"
>
1.
好办通讯录展示企业微信通讯录所有成员及所关联
的导购账号;
</div>
<div
class=
"m-b-12"
>
2.
好办通讯录不能添加、删除、修改企业微信成员信息;
</div>
<div
class=
"m-b-12"
>
3.
好办通讯录不能添加、删除、修改导购信息;
</div>
<div
class=
"m-b-12"
>
4.
管理员可以在好办通讯录中查看成员关联的导购信息及进行导购解绑,成员关联
导购账号
</div>
<div
class=
"m-b-12"
>
1.
好办通讯录展示企业通讯录所有成员及所绑定
的导购账号;
</div>
<div
class=
"m-b-12"
>
2.好办通讯录不能添加、删除、修改企业微信成员信息;
</div>
<div
class=
"m-b-12"
>
3.好办通讯录不能添加、删除、修改导购信息;
</div>
<div
class=
"m-b-12"
>
4.
管理员可以在好办通讯录中查看成员绑定的导购信息及进行导购解绑,成员绑定
导购账号
</div>
</div>
</el-dialog>
</
template
>
...
...
src/components/company/new-depart-member.vue
View file @
60784d87
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:40
* @LastEditors: 无尘
* @LastEditTime: 2020-07-2
0 11:36:04
* @LastEditTime: 2020-07-2
2 11:29:39
* @FilePath : \Hapi-demoj:\公司\haoban-3\src\components\company\new-depart-member.vue
-->
<!--
...
...
@@ -13,25 +13,24 @@
-->
<
template
>
<div
class=
"depart-list-body"
>
<div
class=
"depart-name-wrap"
>
<div
class=
"depart-name-wrap
flex flex-space-between
"
>
<div
class=
"depart-name"
>
<span
class=
"font-16 p-r-10 iconfont iconqiye-tianchong color-303133"
></span><span
class=
"font-16 color-303133 font-w-600"
>
{{
departObj
.
departmentName
}}
(
{{
total
}}
人)
</span>
</div>
<div
class=
"flex"
>
<div
class=
"flex flex-align-center flex-pack-center cursor-pointer font-12 color-909399"
@
click=
"toLog"
>
变更日志
</div>
<div
class=
"flex flex-align-center flex-pack-center font-12 color-909399 cursor-pointer use-help-tip"
@
click=
"toShowTip"
>
使用帮助
</div>
</div>
</div>
<div
class=
"m-t-20"
>
<div
class=
"depart-condition-wrap flex flex-space-between "
>
<div>
<el-input
placeholder=
"
请输入姓名/手机号
"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input>
<el-input
placeholder=
"
搜索姓名/手机号码/代码
"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input>
<el-select
v-model=
"activeFlag"
placeholder=
"所有状态"
class=
"m-l-6"
@
change=
"changeStatus"
>
<el-option
v-for=
"item in statusOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</div>
<div
class=
"flex"
>
<el-tooltip
content=
"通讯录日志"
placement=
"top"
>
<div
class=
"log-icon flex flex-align-center flex-pack-center cursor-pointer "
@
click=
"toLog"
><span
class=
"font-14 iconfont icontongxunlu color-909399"
></span></div>
</el-tooltip>
<div
class=
"to-log-btn font-12 color-2f54eb cursor-pointer"
@
click=
"toShowTip"
>
查看帮助提示
</div>
</div>
</div>
<div
class=
"m-t-20"
>
<el-table
class=
"select-table"
ref=
"multipleTable"
v-loading=
"loading"
:data=
"tableData"
tooltip-effect=
"dark"
:style=
"
{ width: '100%', minHeight: tableH }">
...
...
@@ -51,7 +50,7 @@
<
template
slot=
"header"
>
<el-tooltip
class=
"item"
effect=
"light"
placement=
"right"
>
<div
slot=
"content"
>
是否使用好办
3
.0小程序
是否使用好办
4
.0小程序
</div>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
使用状态
</span>
</el-tooltip>
...
...
@@ -63,7 +62,7 @@
<el-table-column
prop=
""
label=
"关联详情"
show-overflow-tooltip
>
<
template
slot=
"header"
>
<el-tooltip
class=
"item"
effect=
"light"
placement=
"right"
>
<div
slot=
"content"
>
员工
关联导购详情,因只能识别企业微信用户usrid且门店与部门不相关联,
<br
/>
所以虽然在一个部门下,但是可能出现一个人关联多个导购code。
<br
/>
即一个用户对应多个导购code
</div>
<div
slot=
"content"
>
员工
绑定导购详情,因只能识别企业微信用户usrid且门店与部门不相绑定,
<br/>
所以虽然在一个部门下,但是可能出现一个人绑定多个导购代码。
<br/>
即一个用户对应多个导购代码
</div>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
关联详情
</span>
</el-tooltip>
</
template
>
...
...
@@ -614,6 +613,20 @@ export default {
padding
:
16px
10px
;
background
:
#f5f7fa
;
}
.use-help-tip
{
position
:
relative
;
margin-left
:
10px
;
padding-left
:
10px
;
&:before
{
content
:
""
;
position
:
absolute
;
left
:
0
;
top
:
2px
;
height
:
10px
;
width
:
1px
;
background
:
#dcdfe6
;
}
}
}
.iconhuaban
{
font-size
:
24px
;
...
...
src/views/business/contacts.vue
View file @
60784d87
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-07-2
1 09:50
:49
* @LastEditTime: 2020-07-2
2 11:37
:49
-->
<
template
>
<div
class=
"contacts-wrap common-set-wrap"
>
...
...
@@ -14,9 +14,11 @@
<div
class=
"apps-content flex"
:style=
"
{ 'min-height': bgHeight }">
<div
class=
"apps-content-left border-box"
>
<div
class=
"left-tree-body border-box"
>
<div
class=
"left-tree-search"
>
<div
class=
"left-tree-search
flex
"
>
<el-input
placeholder=
"搜索部门"
v-model=
"searchInput"
class=
"w-225"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input>
<span
class=
"iconfont iconshouquanyanzheng m-l-10 cursor-pointer"
@
click=
"toManage"
></span>
<el-tooltip
content=
"授权商户"
placement=
"top"
>
<div
class=
"cursor-pointer flex flex-align-center flex-pack-center"
@
click=
"toManage"
><span
class=
"iconfont iconshouquanyanzheng m-l-10 cursor-pointer"
></span></div>
</el-tooltip>
</div>
<div
class=
"help-body flex flex-space-between"
@
click=
"toRefreshMember"
><span
class=
"font-12 color-2f54eb"
>
刷新企业成员
</span><span
class=
"font-12 color-2f54eb iconfont iconshuaxin1"
></span></div>
<!--
<div
class=
"p-t-14"
>
...
...
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