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
acdd2845
Commit
acdd2845
authored
Mar 08, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
c7ae3b84
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
api.js
src/api/api.js
+0
-1
memberShowSet.vue
src/views/apps/customerApp/memberShowSet.vue
+2
-2
enterpriseSet.vue
src/views/enterprise/enterpriseSet.vue
+1
-1
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+2
-1
No files found.
src/api/api.js
View file @
acdd2845
...
...
@@ -64,7 +64,6 @@ Vue.axios.interceptors.request.use(
Vue
.
axios
.
interceptors
.
response
.
use
(
data
=>
{
removePending
(
data
.
config
);
//在一个ajax响应后再执行一下取消操作,把已经完成的请求从pending中移除
// console.log(data);
if
(
data
.
status
&&
data
.
status
==
200
&&
data
.
data
.
errorCode
!=
1
)
{
if
(
data
.
data
.
errorCode
==
4
)
{
if
(
window
.
location
.
href
.
indexOf
(
'gic-error'
)
!=
-
1
)
{
...
...
src/views/apps/customerApp/memberShowSet.vue
View file @
acdd2845
...
...
@@ -38,10 +38,10 @@
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.clerkSeeOtherFlag"
>
允许导购查看其他导购客户
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,门店导购可查看本门店其他导购名下客户
</div>
</div>
<div
class=
"m-b-20"
>
<
!--
<
div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.faceOpenFlag"
>
展示人脸识别模块
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,会员基础信息将展示人脸识别相关内容。消费订单取当天数据进行匹配。如果录单时间是隔天的,不会产生消费订单通知,即不会产生人脸匹配通知
</div>
</div>
</div>
-->
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.handoverFlag"
>
离职继承
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,店长可以选择离职的导购名下的好友会员,选择离职继承
</div>
...
...
src/views/enterprise/enterpriseSet.vue
View file @
acdd2845
...
...
@@ -214,7 +214,7 @@
</div>
</div>
</div>
<div
class=
"company-set-content border-box"
>
<div
class=
"company-set-content border-box"
v-if=
"false"
>
<div
class=
"company-title m-b-20 m-t-26 flex flex-space-between flex-align-center"
>
<p
class=
"color-303133 font-14 font-w-600"
>
授权配置
</p>
</div>
...
...
src/views/enterprise/salutatorySet.vue
View file @
acdd2845
...
...
@@ -142,7 +142,7 @@
<div
class=
"scopeBox"
>
<div
class=
"left"
>
<el-input
placeholder=
"请输入部门名称"
maxlength=
"50"
v-model=
"filterText"
style=
"width: 398px;"
clearable
@
clear=
"handlefilterTextClear"
@
keyup
.
native=
"value => toInput(value, searchInput)"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<el-tree
:key=
"showTree"
v-loading=
"loading"
ref=
"tree"
:data=
"treeData"
:check-on-click-node=
"true"
show-checkbox
node-key=
"departmentId"
:props=
"defaultProps"
:expand-on-click-node=
"false"
class=
"tree"
:render-after-expand=
"
fals
e"
@
check-change=
"handleCheckChange"
@
check=
"handleCheck"
>
<el-tree
:key=
"showTree"
v-loading=
"loading"
ref=
"tree"
:data=
"treeData"
:check-on-click-node=
"true"
show-checkbox
node-key=
"departmentId"
:props=
"defaultProps"
:expand-on-click-node=
"false"
class=
"tree"
:render-after-expand=
"
tru
e"
@
check-change=
"handleCheckChange"
@
check=
"handleCheck"
>
<span
class=
"custom-tree-node"
slot-scope=
"
{ node }">
<span
class=
"font-14 color-2f54eb opacity80 iconfont-hb3 iconqiye-tianchong"
></span>
<span>
{{
node
.
label
}}
</span>
...
...
@@ -336,6 +336,7 @@ export default {
},
handleSelectedDataCancel
(
item
,
index
)
{
// 删除 右侧 被选中部门树的数据
console
.
log
(
item
);
this
.
$refs
.
tree
.
setChecked
(
item
.
departmentId
,
false
,
true
);
},
handlefilterTextClear
()
{
...
...
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