Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
b895cb41
Commit
b895cb41
authored
Sep 07, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
4c1e51fa
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
17 deletions
+29
-17
new-depart-member.vue
src/components/company/new-depart-member.vue
+2
-1
salesleads-detail-preview.vue
src/components/review/salesleads-detail-preview.vue
+2
-2
memberTagSet.vue
src/views/apps/customerApp/memberTagSet.vue
+1
-1
reviewSet.vue
src/views/reviewCenter/reviewSet.vue
+20
-7
reviewed.vue
src/views/reviewCenter/reviewed.vue
+0
-1
unreview.vue
src/views/reviewCenter/unreview.vue
+0
-1
index.css
theme/index.css
+4
-4
No files found.
src/components/company/new-depart-member.vue
View file @
b895cb41
...
@@ -24,7 +24,8 @@
...
@@ -24,7 +24,8 @@
<el-input
placeholder=
"请输入姓名/手机号"
maxlength=
"50"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input>
<el-input
placeholder=
"请输入姓名/手机号"
maxlength=
"50"
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><el-button
class=
"m-l-10 export-btn"
style=
"margin-left: 10px;padding: 7px 12px;"
type=
"primary"
@
click=
"exportExcel"
><i
class=
"iconfont icon-icon_yunxiazai p-r-6"
></i>
导出通讯录
</el-button>
<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><el-button
class=
"m-l-10 export-btn"
style=
"margin-left: 10px;padding: 7px 12px;"
type=
"primary"
@
click=
"exportExcel"
><i
class=
"iconfont icon-icon_yunxiazai p-r-6"
></i>
导出通讯录
</el-button>
<el-tooltip
content=
"默认导出企业全部通讯录,与筛选结果无关。如需获取最新通讯录,请刷新企业成功后,再进行导出。"
placement=
"top"
>
<el-tooltip
content=
"默认导出企业全部通讯录,与筛选结果无关。如需获取最新通讯录,请刷新企业成功后,再进行导出。"
placement=
"top"
>
<button
type=
"button"
class=
"el-button el-button--text"
style=
"margin-left: 10px;"
><span
class=
"font-12"
style=
"border-bottom: 1px dashed #2F54EB;"
>
导出提示
</span></button>
<!--
<button
type=
"button"
class=
"el-button el-button--text"
style=
"margin-left: 10px;"
><span
class=
"font-12"
style=
"border-bottom: 1px dashed #2F54EB;"
>
导出提示
</span></button>
-->
<i
class=
"el-icon-info"
style=
"margin-top:10px;margin-left:10px;color:#909399;"
></i>
</el-tooltip>
</el-tooltip>
</div>
</div>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
...
src/components/review/salesleads-detail-preview.vue
View file @
b895cb41
...
@@ -305,8 +305,8 @@ export default {
...
@@ -305,8 +305,8 @@ export default {
.qr-dialog
{
.qr-dialog
{
position
:
fixed
;
position
:
fixed
;
z-index
:
5000
;
z-index
:
5000
;
width
:
3
87
px
;
width
:
3
44
px
;
height
:
7
92
px
;
height
:
7
15
px
;
padding
:
58px
12px
55px
12px
;
padding
:
58px
12px
55px
12px
;
top
:
50%
;
top
:
50%
;
left
:
50%
;
left
:
50%
;
...
...
src/views/apps/customerApp/memberTagSet.vue
View file @
b895cb41
...
@@ -161,7 +161,7 @@ export default {
...
@@ -161,7 +161,7 @@ export default {
return
{
return
{
tableData
:
[],
tableData
:
[],
tagCategory
:
[],
tagCategory
:
[],
tagCategoryId
:
''
,
tagCategoryId
:
-
1
,
tableList
:
[],
tableList
:
[],
tagIds
:
[],
tagIds
:
[],
search
:
''
,
search
:
''
,
...
...
src/views/reviewCenter/reviewSet.vue
View file @
b895cb41
...
@@ -10,17 +10,25 @@
...
@@ -10,17 +10,25 @@
<div
class=
"unreview-wrap common-set-wrap"
>
<div
class=
"unreview-wrap common-set-wrap"
>
<div
class=
"right-content"
>
<div
class=
"right-content"
>
<div
class=
"right-box"
style=
"min-height: calc(100vh - 126px)"
>
<div
class=
"right-box"
style=
"min-height: calc(100vh - 126px)"
>
<div>
<
!--
<
div>
<el-switch
v-model=
"storeSwitch"
active-text=
""
inactive-text=
""
@
change=
"changeSwitch"
>
</el-switch>
<el-switch
v-model=
"storeSwitch"
active-text=
""
inactive-text=
""
@
change=
"changeSwitch"
>
</el-switch>
<el-tooltip
content=
"开启后,所有门店在小程序端修改门店资料需要审核通过后才能修改"
placement=
"top"
>
<el-tooltip
content=
"开启后,所有门店在小程序端修改门店资料需要审核通过后才能修改"
placement=
"top"
>
<span
class=
"inline-block font-14 color-303133 m-l-20"
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
开启门店资料修改审核
</span>
<span
class=
"inline-block font-14 color-303133 m-l-20"
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
开启门店资料修改审核
</span>
</el-tooltip>
</el-tooltip>
</div>
-->
<div
class=
"m-b-20"
>
<el-checkbox
v-model=
"storeSwitch"
@
change=
"changeSwitch"
class=
"w-195"
:true-label=
"1"
:false-label=
"0"
>
开启门店资料修改审核
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
开启后,所有门店在小程序端修改门店资料需要审核通过后才能修改
</div>
</div>
</div>
<div
class=
"m-t-20"
>
<
!--
<
div
class=
"m-t-20"
>
<el-switch
v-model=
"clerkChangeFlag"
active-text=
""
inactive-text=
""
@
change=
"changeSwitch"
>
</el-switch>
<el-switch
v-model=
"clerkChangeFlag"
active-text=
""
inactive-text=
""
@
change=
"changeSwitch"
>
</el-switch>
<el-tooltip
content=
"开启后,企业微信成员在好办小程序店长删除或新增导购需要进行审核"
placement=
"top"
>
<el-tooltip
content=
"开启后,企业微信成员在好办小程序店长删除或新增导购需要进行审核"
placement=
"top"
>
<span
class=
"inline-block font-14 color-303133 m-l-20"
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
门店导购变更审核
</span>
<span
class=
"inline-block font-14 color-303133 m-l-20"
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
>
门店导购变更审核
</span>
</el-tooltip>
</el-tooltip>
</div>
-->
<div
class=
"m-b-20"
>
<el-checkbox
v-model=
"clerkChangeFlag"
@
change=
"changeSwitch"
class=
"w-195"
:true-label=
"1"
:false-label=
"0"
>
门店导购变更审核
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
开启后,企业微信成员在好办小程序店长删除或新增导购需要进行审核
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -52,8 +60,8 @@ export default {
...
@@ -52,8 +60,8 @@ export default {
const
that
=
this
;
const
that
=
this
;
let
para
=
{
let
para
=
{
wxEnterpriseId
:
that
.
wxEnterpriseId
,
wxEnterpriseId
:
that
.
wxEnterpriseId
,
auditFlag
:
that
.
storeSwitch
?
1
:
0
,
auditFlag
:
that
.
storeSwitch
,
clerkChangeFlag
:
that
.
clerkChangeFlag
?
1
:
0
clerkChangeFlag
:
that
.
clerkChangeFlag
};
};
postRequest
(
'/haoban-manage3-web/audit/open-or-close'
,
para
)
postRequest
(
'/haoban-manage3-web/audit/open-or-close'
,
para
)
.
then
(
res
=>
{
.
then
(
res
=>
{
...
@@ -83,8 +91,8 @@ export default {
...
@@ -83,8 +91,8 @@ export default {
.
then
(
res
=>
{
.
then
(
res
=>
{
let
resData
=
res
.
data
;
let
resData
=
res
.
data
;
if
(
resData
.
errorCode
==
1
)
{
if
(
resData
.
errorCode
==
1
)
{
that
.
storeSwitch
=
resData
.
result
.
auditFlag
==
1
?
true
:
false
;
that
.
storeSwitch
=
resData
.
result
.
auditFlag
;
that
.
clerkChangeFlag
=
resData
.
result
.
clerkChangeFlag
==
1
?
true
:
false
;
that
.
clerkChangeFlag
=
resData
.
result
.
clerkChangeFlag
;
return
;
return
;
}
}
errMsg
.
errorMsg
(
resData
);
errMsg
.
errorMsg
(
resData
);
...
@@ -108,13 +116,18 @@ export default {
...
@@ -108,13 +116,18 @@ export default {
.m-l-20
{
.m-l-20
{
margin-left
:
20px
;
margin-left
:
20px
;
}
}
.w-195
{
width
:
195px
;
}
.set-tip-item
{
padding
:
5px
0
0
25px
;
}
.right-content
{
.right-content
{
min-height
:
calc
(
100%
-
126px
);
min-height
:
calc
(
100%
-
126px
);
.right-box
{
.right-box
{
background
:
#fff
;
background
:
#fff
;
min-height
:
500px
;
min-height
:
500px
;
padding
:
20px
;
}
}
}
}
</
style
>
</
style
>
src/views/reviewCenter/reviewed.vue
View file @
b895cb41
...
@@ -574,7 +574,6 @@ export default {
...
@@ -574,7 +574,6 @@ export default {
.right-box
{
.right-box
{
background
:
#fff
;
background
:
#fff
;
min-height
:
500px
;
min-height
:
500px
;
padding
:
20px
;
.w-280
{
.w-280
{
width
:
280px
;
width
:
280px
;
}
}
...
...
src/views/reviewCenter/unreview.vue
View file @
b895cb41
...
@@ -802,7 +802,6 @@ export default {
...
@@ -802,7 +802,6 @@ export default {
.right-box
{
.right-box
{
background
:
#fff
;
background
:
#fff
;
min-height
:
500px
;
min-height
:
500px
;
padding
:
20px
;
.w-280
{
.w-280
{
width
:
280px
;
width
:
280px
;
}
}
...
...
theme/index.css
View file @
b895cb41
...
@@ -2967,7 +2967,7 @@
...
@@ -2967,7 +2967,7 @@
}
}
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected
{
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected
{
color
:
#
1890ff
;
color
:
#
2f54eb
;
background-color
:
#fff
;
background-color
:
#fff
;
}
}
...
@@ -5020,7 +5020,7 @@
...
@@ -5020,7 +5020,7 @@
}
}
.el-select-dropdown__item.selected
{
.el-select-dropdown__item.selected
{
color
:
#
1890ff
;
color
:
#
2f54eb
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
...
@@ -21687,7 +21687,7 @@
...
@@ -21687,7 +21687,7 @@
}
}
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected
{
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected
{
color
:
#
1890ff
;
color
:
#
2f54eb
;
background-color
:
#fff
;
background-color
:
#fff
;
}
}
...
@@ -23740,7 +23740,7 @@
...
@@ -23740,7 +23740,7 @@
}
}
.el-select-dropdown__item.selected
{
.el-select-dropdown__item.selected
{
color
:
#
1890ff
;
color
:
#
2f54eb
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
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