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
ee9f0f5f
Commit
ee9f0f5f
authored
Dec 06, 2021
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/11月迭代' into dev
parents
2aaa4ae5
6fde49bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
32 deletions
+32
-32
index.js
src/router/index.js
+5
-5
index.vue
src/views/apps/customerApp/index.vue
+17
-17
memberShowSet.vue
src/views/apps/customerApp/memberShowSet.vue
+10
-10
No files found.
src/router/index.js
View file @
ee9f0f5f
...
@@ -278,27 +278,27 @@ export const constantRouterMap = [{
...
@@ -278,27 +278,27 @@ export const constantRouterMap = [{
component
:
_import
(
'apps/customerApp'
,
'index'
),
component
:
_import
(
'apps/customerApp'
,
'index'
),
children
:
[{
children
:
[{
path
:
'/memberShowSet'
,
path
:
'/memberShowSet'
,
name
:
'
会员
展示设置'
,
name
:
'
客户
展示设置'
,
component
:
_import
(
'apps/customerApp'
,
'memberShowSet'
)
component
:
_import
(
'apps/customerApp'
,
'memberShowSet'
)
},
},
{
{
path
:
'/memberGroupSet'
,
path
:
'/memberGroupSet'
,
name
:
'
会员
分组设置'
,
name
:
'
客户
分组设置'
,
component
:
_import
(
'apps/customerApp'
,
'memberGroupSet'
)
component
:
_import
(
'apps/customerApp'
,
'memberGroupSet'
)
},
},
{
{
path
:
'/memberSearchSet'
,
path
:
'/memberSearchSet'
,
name
:
'
会员
搜索设置'
,
name
:
'
客户
搜索设置'
,
component
:
_import
(
'apps/customerApp'
,
'memberSearchSet'
)
component
:
_import
(
'apps/customerApp'
,
'memberSearchSet'
)
},
},
{
{
path
:
'/memberDetailSet'
,
path
:
'/memberDetailSet'
,
name
:
'
会员
详情设置'
,
name
:
'
客户
详情设置'
,
component
:
_import
(
'apps/customerApp'
,
'memberDetailSet'
)
component
:
_import
(
'apps/customerApp'
,
'memberDetailSet'
)
},
},
{
{
path
:
'/memberTagSet'
,
path
:
'/memberTagSet'
,
name
:
'
会员
标签设置'
,
name
:
'
客户
标签设置'
,
component
:
_import
(
'apps/customerApp'
,
'memberTagSet'
)
component
:
_import
(
'apps/customerApp'
,
'memberTagSet'
)
},
},
{
{
...
...
src/views/apps/customerApp/index.vue
View file @
ee9f0f5f
...
@@ -67,33 +67,33 @@ export default {
...
@@ -67,33 +67,33 @@ export default {
tabListData
:
[
tabListData
:
[
{
{
tabId
:
'1'
,
tabId
:
'1'
,
tabName
:
'
会员
基础设置'
,
tabName
:
'
客户
基础设置'
,
icon
:
'iconjichushezhi'
,
icon
:
'iconjichushezhi'
,
onlyIconActive
:
false
,
onlyIconActive
:
false
,
children
:
[
children
:
[
{
{
tabId
:
'11'
,
tabId
:
'11'
,
tabName
:
'
会员
展示设置'
,
tabName
:
'
客户
展示设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'12'
,
tabId
:
'12'
,
tabName
:
'
会员
分组设置'
,
tabName
:
'
客户
分组设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'13'
,
tabId
:
'13'
,
tabName
:
'
会员
搜索设置'
,
tabName
:
'
客户
搜索设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'14'
,
tabId
:
'14'
,
tabName
:
'
会员
详情设置'
,
tabName
:
'
客户
详情设置'
,
icon
:
''
icon
:
''
}
}
// {
// {
// tabId: '15',
// tabId: '15',
// tabName: '
会员
标签设置',
// tabName: '
客户
标签设置',
// icon: ''
// icon: ''
// }
// }
]
]
...
@@ -105,12 +105,12 @@ export default {
...
@@ -105,12 +105,12 @@ export default {
}
}
],
],
navName
:
{
navName
:
{
1
:
'
会员
基础设置'
,
1
:
'
客户
基础设置'
,
11
:
'
会员
展示设置'
,
11
:
'
客户
展示设置'
,
12
:
'
会员
分组设置'
,
12
:
'
客户
分组设置'
,
13
:
'
会员
搜索设置'
,
13
:
'
客户
搜索设置'
,
14
:
'
会员
详情设置'
,
14
:
'
客户
详情设置'
,
15
:
'
会员
标签设置'
,
15
:
'
客户
标签设置'
,
151
:
'同步记录'
,
151
:
'同步记录'
,
2
:
'我的客户列表'
2
:
'我的客户列表'
},
},
...
@@ -140,28 +140,28 @@ export default {
...
@@ -140,28 +140,28 @@ export default {
let
list
=
[
let
list
=
[
{
{
tabId
:
'1'
,
tabId
:
'1'
,
tabName
:
'
会员
基础设置'
,
tabName
:
'
客户
基础设置'
,
icon
:
'iconjichushezhi'
,
icon
:
'iconjichushezhi'
,
onlyIconActive
:
false
,
onlyIconActive
:
false
,
children
:
[
children
:
[
{
{
tabId
:
'11'
,
tabId
:
'11'
,
tabName
:
'
会员
展示设置'
,
tabName
:
'
客户
展示设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'12'
,
tabId
:
'12'
,
tabName
:
'
会员
分组设置'
,
tabName
:
'
客户
分组设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'13'
,
tabId
:
'13'
,
tabName
:
'
会员
搜索设置'
,
tabName
:
'
客户
搜索设置'
,
icon
:
''
icon
:
''
},
},
{
{
tabId
:
'14'
,
tabId
:
'14'
,
tabName
:
'
会员
详情设置'
,
tabName
:
'
客户
详情设置'
,
icon
:
''
icon
:
''
}
}
// {
// {
...
...
src/views/apps/customerApp/memberShowSet.vue
View file @
ee9f0f5f
...
@@ -15,16 +15,16 @@
...
@@ -15,16 +15,16 @@
<div
class=
"app-detail-wrap"
>
<div
class=
"app-detail-wrap"
>
<div
class=
"app-detail-pane border-box p-20"
>
<div
class=
"app-detail-pane border-box p-20"
>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.mainStoreFlag"
>
展示服务门店
会员
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.mainStoreFlag"
>
展示服务门店
客户
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为服务门店名下
会员
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为服务门店名下
客户
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.minorStoreFlag"
>
展示协管门店
会员
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.minorStoreFlag"
>
展示协管门店
客户
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为协管门店名下
会员
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为协管门店名下
客户
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.openCardStoreFlag"
>
展示开卡门店
会员
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.openCardStoreFlag"
>
展示开卡门店
客户
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为开卡门店名下
会员
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店作为开卡门店名下
客户
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.showFreezeFlag"
>
展示冻结会员
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.showFreezeFlag"
>
展示冻结会员
</el-checkbox>
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店微信会员(不含未开卡会员)及POS会员,不勾选将展示微信会员(即微信总量,含未开卡会员)及POS会员
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购和店长可查看本门店微信会员(不含未开卡会员)及POS会员,不勾选将展示微信会员(即微信总量,含未开卡会员)及POS会员
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.clerkSeeOtherFlag"
>
允许导购查看其他导购
会员
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.clerkSeeOtherFlag"
>
允许导购查看其他导购
客户
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购可查看本门店其他导购名下
会员
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购可查看本门店其他导购名下
客户
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.faceOpenFlag"
>
展示人脸识别模块
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.faceOpenFlag"
>
展示人脸识别模块
</el-checkbox>
...
@@ -47,10 +47,10 @@
...
@@ -47,10 +47,10 @@
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,店长可以选择离职的导购名下的好友会员,选择离职继承
</div>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,店长可以选择离职的导购名下的好友会员,选择离职继承
</div>
</div>
</div>
<div
class=
"m-b-20"
>
<div
class=
"m-b-20"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"注:开启后,可选择导购在 < 我的客户 > 中是否通过以下方式联系
会员"
placement=
"top-start"
>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
class=
"font-14 color-606266 m-r-20"
>
导购联系会员
方式:
</span></el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"注:开启后,可选择导购在 < 我的客户 > 中是否通过以下方式联系
客户"
placement=
"top-start"
>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
class=
"font-14 color-606266 m-r-20"
>
导购联系客户
方式:
</span></el-tooltip>
<el-checkbox
v-model=
"myCustomData.allowGuideMobile"
@
change=
"changeContact"
>
电话
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.allowGuideMobile"
@
change=
"changeContact"
>
电话
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.allowGuideMessage"
@
change=
"changeContact"
>
短信
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.allowGuideMessage"
@
change=
"changeContact"
>
短信
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.allowGuideOnlineChat"
@
change=
"changeContact"
>
添加
会员
/发消息
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.allowGuideOnlineChat"
@
change=
"changeContact"
>
添加
客户
/发消息
</el-checkbox>
</div>
</div>
<div
class=
"m-t-46"
>
<div
class=
"m-t-46"
>
<el-button
type=
"primary"
:loading=
"loading"
@
click=
"submit('showFlag')"
:disabled=
"$store.state.wxEnterpriseType"
>
保 存
</el-button>
<el-button
type=
"primary"
:loading=
"loading"
@
click=
"submit('showFlag')"
:disabled=
"$store.state.wxEnterpriseType"
>
保 存
</el-button>
...
...
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