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
aeffc7e9
Commit
aeffc7e9
authored
Jun 24, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改回收站店员
parent
ccc25d2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
9 deletions
+13
-9
index.html
dist/index.html
+2
-2
26.e0b684b65d0dbf5d032b.js
dist/static/js/26.e0b684b65d0dbf5d032b.js
+2
-0
27.0a6afa3748c5cfbab91e.js
dist/static/js/27.0a6afa3748c5cfbab91e.js
+0
-2
27.acda88d3c2aa77c9f51c.js
dist/static/js/27.acda88d3c2aa77c9f51c.js
+2
-2
app.dd659ef626c6b0ef3305.js
dist/static/js/app.dd659ef626c6b0ef3305.js
+0
-0
manifest.65723105e4e7efe65563.js
dist/static/js/manifest.65723105e4e7efe65563.js
+2
-2
clerkTable.vue
src/components/contacts/storeFrame/clerkTable.vue
+5
-1
No files found.
dist/index.html
View file @
aeffc7e9
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
href=
./static/css/app.75fb20b30b2b130478789ae990ad2363.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.ff30ab684be218621e48.js
></script><script
type=
text/javascript
src=
./static/js/vendor.f704eefa5ffbf30941b3.js
></script><script
type=
text/javascript
src=
./static/js/app.640b57e62a4e071f7618.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
href=
./static/css/app.75fb20b30b2b130478789ae990ad2363.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.65723105e4e7efe65563.js
></script><script
type=
text/javascript
src=
./static/js/vendor.f704eefa5ffbf30941b3.js
></script><script
type=
text/javascript
src=
./static/js/app.dd659ef626c6b0ef3305.js
></script></body></html>
\ No newline at end of file
dist/static/js/26.e0b684b65d0dbf5d032b.js
0 → 100644
View file @
aeffc7e9
webpackJsonp
([
26
],{
HkK0
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
r
=
a
(
"Xxa5"
),
s
=
a
.
n
(
r
),
n
=
a
(
"exGp"
),
o
=
a
.
n
(
n
),
l
=
a
(
"P9l9"
),
c
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
a
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
},
gicFlag
:{
type
:
Boolean
,
default
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
,
openNextBool
:
!
0
},
selectType
:
"store"
,
transArr
:[],
selectedList
:[],
storeListData
:{}}},
methods
:{
goBack
:
function
(){
window
.
location
.
reload
()},
transClerk
:
function
(
e
,
t
){
this
.
transArr
=
"single"
==
e
?[
t
]:
"all"
==
e
?
this
.
storeListData
.
clerks
:
this
.
selectedList
,
this
.
treeSet
.
dialogVisible
=!
0
},
delClerk
:
function
(
e
){
this
.
$emit
(
"delClerk"
,
e
)},
selectMember
:
function
(
e
){
this
.
selectedList
=
e
},
handleSelectedList
:
function
(
e
){
var
t
=
this
;
if
(
!
e
.
length
)
return
!
1
;
var
a
=
[];
t
.
transArr
.
forEach
(
function
(
e
){
a
.
push
(
e
.
employeeClerkId
)});
var
r
=
{
ids
:
a
.
join
(
","
),
storeId
:
e
[
0
].
id
};
Object
(
l
.
e
)(
"/haoban-manage-web/emp/batchTransfer"
,
r
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
$message
.
success
({
message
:
"操作成功"
}),
t
.
getClerkList
()):
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})},
getClerkList
:
function
(){
var
e
=
this
,
t
=
{
departmentId
:
e
.
store
.
storeGroupId
,
storeId
:
e
.
store
.
storeId
,
showChild
:
1
,
showType
:
2
,
pageSize
:
200
,
pageNum
:
1
,
status
:
1
,
isCherk
:
1
};
Object
(
l
.
e
)(
"/haoban-manage-web/emp/findsimplepage"
,
t
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?
e
.
storeListData
.
clerks
=
t
.
data
.
result
.
list
||
[]:
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
watch
:{
store
:
function
(
e
,
t
){
this
.
storeListData
=
e
||
{}}},
mounted
:
function
(){
this
.
storeListData
=
this
.
store
||
{}}},
i
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"recycle-bin"
},[
a
(
"p"
,{
staticClass
:
"r-b-top-header"
},[
a
(
"a"
,{
staticClass
:
"a-href title"
,
on
:{
click
:
e
.
goBack
}},[
e
.
_v
(
"返回"
)]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"all"
)}}},[
e
.
_v
(
"全部转移"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
ref
:
"clerkTable"
,
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
storeListData
.
clerks
},
on
:{
"selection-change"
:
e
.
selectMember
}},[
a
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"42"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"姓名"
,
prop
:
"name"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"手机号码"
,
prop
:
"phoneNumber"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
_v
(
"
\
n "
+
e
.
_s
(
"86"
==
t
.
row
.
nationcode
?
t
.
row
.
phoneNumber
:
"+"
+
t
.
row
.
nationcode
+
"-"
+
t
.
row
.
phoneNumber
)
+
"
\
n "
)]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
width
:
"80"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
delClerk
(
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-delete"
})])]}}])})],
1
),
e
.
_v
(
" "
),
a
(
"vue-select-store"
,{
ref
:
"storeSelector"
,
attrs
:{
treeSet
:
e
.
treeSet
,
selectType
:
e
.
selectType
},
on
:{
handleSelectedList
:
e
.
handleSelectedList
}})],
1
)},
staticRenderFns
:[]};
var
u
=
a
(
"VU/8"
)(
c
,
i
,
!
1
,
function
(
e
){
a
(
"sz3B"
)},
null
,
null
).
exports
,
d
=
a
(
"3Xzz"
),
h
=
a
(
"PI0u"
),
g
=
a
(
"unF8"
),
p
=
a
(
"Ch4/"
),
m
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
d
.
a
,
clerkTable
:
u
},
data
:
function
(){
return
{
searchKey
:
""
,
typeArr
:[
"全部类型"
,
"自营"
,
"联营"
,
"代理(加盟)"
,
"代销"
,
"托管"
],
pageSize
:
20
,
pageNumber
:
1
,
recycleList
:[],
total
:
0
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"门店架构"
,
path
:
"/storeFrame?showRecycle=0"
},{
name
:
"门店回收站"
,
path
:
""
}],
clerks
:[],
showClerks
:
!
1
,
currentStore
:{},
brandId
:
""
,
gicFlag
:
!
0
}},
methods
:{
toInput
:
Object
(
h
.
a
)(
function
(
e
){
this
.
pageNumber
=
1
,
this
.
getRecycleList
()},
500
),
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
a
=
{
storeName
:
e
.
searchKey
||
""
,
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNum
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
l
.
a
)(
"/haoban-manage-web/store/findSimplePage"
,
a
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?(
e
.
total
=
t
.
data
.
result
.
total
,
e
.
recycleList
=
t
.
data
.
result
.
list
||
[]):(
e
.
recycleList
=
[],
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
data
.
message
}))}).
catch
(
function
(
t
){
e
.
loading
=!
1
,
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
restore
:
function
(
e
){
var
t
=
this
;
t
.
$confirm
(
"确定要恢复到门店列表吗?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
a
=
{
status
:
1
,
storeId
:
e
.
storeId
};
Object
(
l
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
searchKey
=
""
,
t
.
pageNumber
=
1
,
t
.
getRecycleList
()):
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})}).
catch
(
function
(
e
){})},
handleSizeChange
:
function
(
e
){
this
.
pageSize
=
e
,
this
.
getRecycleList
()},
handleCurrentChange
:
function
(
e
){
this
.
pageNumber
=
e
,
this
.
getRecycleList
()},
showClerksFn
:
function
(
e
){
this
.
currentStore
=
e
,
this
.
clerks
=
null
==
e
.
clerks
?[]:
e
.
clerks
,
this
.
showClerks
=!
0
},
delClerk
:
function
(
e
){
var
t
=
this
.
currentStore
,
a
=
this
;
a
.
$confirm
(
"是否要删除该员工?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
r
=
{
ids
:
e
.
employeeClerkId
};
Object
(
l
.
a
)(
"/haoban-manage-web/emp/del"
,
r
).
then
(
function
(
r
){
1
==
r
.
data
.
errorCode
?
t
.
clerks
.
forEach
(
function
(
a
){
a
.
employeeClerkId
==
e
.
employeeClerkId
&&
t
.
clerks
.
splice
(
t
.
clerks
.
indexOf
(
a
),
1
)}):
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
r
.
data
.
message
})}).
catch
(
function
(
e
){
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})},
getGicData
:
function
(){
var
e
=
this
;
return
o
()(
s
.
a
.
mark
(
function
t
(){
var
a
,
r
,
n
,
o
;
return
s
.
a
.
wrap
(
function
(
t
){
for
(;;)
switch
(
t
.
prev
=
t
.
next
){
case
0
:
return
r
=
{
type
:
1
,
businessId
:(
a
=
e
).
brandId
},
t
.
next
=
4
,
Object
(
g
.
a
)(
r
);
case
4
:
n
=
t
.
sent
,
1
==
(
o
=
n
.
data
).
errorCode
?
a
.
gicFlag
=
o
.
result
:
p
.
a
.
errorMsg
(
o
);
case
7
:
case
"end"
:
return
t
.
stop
()}},
t
,
e
)}))()}},
beforeMount
:
function
(){
this
.
getRecycleList
(),
this
.
brandId
=
this
.
$route
.
query
.
brandId
,
this
.
getGicData
()}},
f
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"common-set-wrap recycle-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
},[
e
.
showClerks
?
a
(
"clerk-table"
,{
attrs
:{
gicFlag
:
e
.
gicFlag
,
store
:
e
.
currentStore
},
on
:{
delClerk
:
e
.
delClerk
}}):
a
(
"div"
,{
staticClass
:
"recycle-bin"
},[
a
(
"div"
,{
staticClass
:
"r-b-top-header"
},[
a
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
recycleList
.
length
)
+
" 家门店"
)]),
e
.
_v
(
" "
),
a
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入门店名"
,
"prefix-icon"
:
"el-icon-search"
},
nativeOn
:{
keyup
:
function
(
t
){
return
a
=
t
,
e
.
toInput
(
a
);
var
a
}},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}},[
e
.
_v
(
">"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
recycleList
}},[
a
(
"el-table-column"
,{
attrs
:{
label
:
"门店名称"
,
prop
:
"storeName"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"代码"
,
prop
:
"storeCode"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"类型"
,
prop
:
"storeType"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
typeArr
[
1
*
t
.
row
.
storeType
+
1
])
+
"
\
n "
)]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"地址"
,
prop
:
"postAddress"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"待处理店员"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
showClerksFn
(
t
.
row
)}}},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
row
.
clerks
.
length
)
+
"
\
n "
)])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
restore
(
t
.
row
)}}},[
e
.
_v
(
"恢复到门店列表"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
total
?
a
(
"div"
,{
staticClass
:
"pagination"
},[
a
(
"el-pagination"
,{
attrs
:{
background
:
""
,
"page-sizes"
:[
20
,
40
,
60
,
80
],
"page-size"
:
e
.
pageSize
,
"current-page"
:
e
.
pageNumber
,
layout
:
"total, sizes, prev, pager, next"
,
total
:
e
.
total
},
on
:{
"size-change"
:
e
.
handleSizeChange
,
"current-change"
:
e
.
handleCurrentChange
}})],
1
):
e
.
_e
()],
1
)],
1
)]),
e
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
b
=
a
(
"VU/8"
)(
m
,
f
,
!
1
,
function
(
e
){
a
(
"awO3"
)},
null
,
null
);
t
.
default
=
b
.
exports
},
awO3
:
function
(
e
,
t
){},
sz3B
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/27.0a6afa3748c5cfbab91e.js
deleted
100644 → 0
View file @
ccc25d2a
webpackJsonp
([
27
],{
HkK0
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"Xxa5"
),
r
=
a
.
n
(
s
),
n
=
a
(
"exGp"
),
o
=
a
.
n
(
n
),
l
=
a
(
"P9l9"
),
c
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
a
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
},
gicFlag
:{
type
:
Boolean
,
default
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
,
openNextBool
:
!
0
},
selectType
:
"store"
,
transArr
:[],
selectedList
:[],
storeListData
:{}}},
methods
:{
goBack
:
function
(){
window
.
location
.
reload
()},
transClerk
:
function
(
e
,
t
){
this
.
transArr
=
"single"
==
e
?[
t
]:
"all"
==
e
?
this
.
storeListData
.
clerks
:
this
.
selectedList
,
this
.
treeSet
.
dialogVisible
=!
0
},
delClerk
:
function
(
e
){
this
.
$emit
(
"delClerk"
,
e
)},
selectMember
:
function
(
e
){
this
.
selectedList
=
e
},
handleSelectedList
:
function
(
e
){
var
t
=
this
;
if
(
!
e
.
length
)
return
!
1
;
var
a
=
[];
t
.
transArr
.
forEach
(
function
(
e
){
a
.
push
(
e
.
employeeClerkId
)});
var
s
=
{
ids
:
a
.
join
(
","
),
storeId
:
e
[
0
].
id
};
Object
(
l
.
e
)(
"/haoban-manage-web/emp/batchTransfer"
,
s
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
$message
.
success
({
message
:
"操作成功"
}),
t
.
getClerkList
()):
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})},
getClerkList
:
function
(){
var
e
=
this
,
t
=
{
departmentId
:
e
.
store
.
storeGroupId
,
storeId
:
e
.
store
.
storeId
,
showChild
:
1
,
showType
:
2
,
pageSize
:
200
,
pageNum
:
1
,
status
:
1
,
isCherk
:
1
};
Object
(
l
.
e
)(
"/haoban-manage-web/emp/findsimplepage"
,
t
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?
e
.
storeListData
.
clerks
=
t
.
data
.
result
.
list
||
[]:
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
watch
:{
store
:
function
(
e
,
t
){
this
.
storeListData
=
e
||
{}}},
mounted
:
function
(){
this
.
storeListData
=
this
.
store
||
{}}},
i
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"recycle-bin"
},[
a
(
"p"
,{
staticClass
:
"r-b-top-header"
},[
a
(
"a"
,{
staticClass
:
"a-href title"
,
on
:{
click
:
e
.
goBack
}},[
e
.
_v
(
"返回"
)]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"all"
)}}},[
e
.
_v
(
"全部转移"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
ref
:
"clerkTable"
,
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
storeListData
.
clerks
},
on
:{
"selection-change"
:
e
.
selectMember
}},[
a
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"42"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"姓名"
,
prop
:
"name"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"手机号码"
,
prop
:
"phoneNumber"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
width
:
"80"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
delClerk
(
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-delete"
})])]}}])})],
1
),
e
.
_v
(
" "
),
a
(
"vue-select-store"
,{
ref
:
"storeSelector"
,
attrs
:{
treeSet
:
e
.
treeSet
,
selectType
:
e
.
selectType
},
on
:{
handleSelectedList
:
e
.
handleSelectedList
}})],
1
)},
staticRenderFns
:[]};
var
u
=
a
(
"VU/8"
)(
c
,
i
,
!
1
,
function
(
e
){
a
(
"jRXt"
)},
null
,
null
).
exports
,
d
=
a
(
"3Xzz"
),
h
=
a
(
"PI0u"
),
g
=
a
(
"unF8"
),
p
=
a
(
"Ch4/"
),
m
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
d
.
a
,
clerkTable
:
u
},
data
:
function
(){
return
{
searchKey
:
""
,
typeArr
:[
"全部类型"
,
"自营"
,
"联营"
,
"代理(加盟)"
,
"代销"
,
"托管"
],
pageSize
:
20
,
pageNumber
:
1
,
recycleList
:[],
total
:
0
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"门店架构"
,
path
:
"/storeFrame?showRecycle=0"
},{
name
:
"门店回收站"
,
path
:
""
}],
clerks
:[],
showClerks
:
!
1
,
currentStore
:{},
brandId
:
""
,
gicFlag
:
!
0
}},
methods
:{
toInput
:
Object
(
h
.
a
)(
function
(
e
){
this
.
pageNumber
=
1
,
this
.
getRecycleList
()},
500
),
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
a
=
{
storeName
:
e
.
searchKey
||
""
,
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNum
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
l
.
a
)(
"/haoban-manage-web/store/findSimplePage"
,
a
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?(
e
.
total
=
t
.
data
.
result
.
total
,
e
.
recycleList
=
t
.
data
.
result
.
list
||
[]):(
e
.
recycleList
=
[],
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
data
.
message
}))}).
catch
(
function
(
t
){
e
.
loading
=!
1
,
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
restore
:
function
(
e
){
var
t
=
this
;
t
.
$confirm
(
"确定要恢复到门店列表吗?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
a
=
{
status
:
1
,
storeId
:
e
.
storeId
};
Object
(
l
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
searchKey
=
""
,
t
.
pageNumber
=
1
,
t
.
getRecycleList
()):
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})}).
catch
(
function
(
e
){})},
handleSizeChange
:
function
(
e
){
this
.
pageSize
=
e
,
this
.
getRecycleList
()},
handleCurrentChange
:
function
(
e
){
this
.
pageNumber
=
e
,
this
.
getRecycleList
()},
showClerksFn
:
function
(
e
){
this
.
currentStore
=
e
,
this
.
clerks
=
null
==
e
.
clerks
?[]:
e
.
clerks
,
this
.
showClerks
=!
0
},
delClerk
:
function
(
e
){
var
t
=
this
.
currentStore
,
a
=
this
;
a
.
$confirm
(
"是否要删除该员工?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
s
=
{
ids
:
e
.
employeeClerkId
};
Object
(
l
.
a
)(
"/haoban-manage-web/emp/del"
,
s
).
then
(
function
(
s
){
1
==
s
.
data
.
errorCode
?
t
.
clerks
.
forEach
(
function
(
a
){
a
.
employeeClerkId
==
e
.
employeeClerkId
&&
t
.
clerks
.
splice
(
t
.
clerks
.
indexOf
(
a
),
1
)}):
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
s
.
data
.
message
})}).
catch
(
function
(
e
){
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})},
getGicData
:
function
(){
var
e
=
this
;
return
o
()(
r
.
a
.
mark
(
function
t
(){
var
a
,
s
,
n
,
o
;
return
r
.
a
.
wrap
(
function
(
t
){
for
(;;)
switch
(
t
.
prev
=
t
.
next
){
case
0
:
return
s
=
{
type
:
1
,
businessId
:(
a
=
e
).
brandId
},
t
.
next
=
4
,
Object
(
g
.
a
)(
s
);
case
4
:
n
=
t
.
sent
,
1
==
(
o
=
n
.
data
).
errorCode
?
a
.
gicFlag
=
o
.
result
:
p
.
a
.
errorMsg
(
o
);
case
7
:
case
"end"
:
return
t
.
stop
()}},
t
,
e
)}))()}},
beforeMount
:
function
(){
this
.
getRecycleList
(),
this
.
brandId
=
this
.
$route
.
query
.
brandId
,
this
.
getGicData
()}},
f
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"common-set-wrap recycle-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
},[
e
.
showClerks
?
a
(
"clerk-table"
,{
attrs
:{
gicFlag
:
e
.
gicFlag
,
store
:
e
.
currentStore
},
on
:{
delClerk
:
e
.
delClerk
}}):
a
(
"div"
,{
staticClass
:
"recycle-bin"
},[
a
(
"div"
,{
staticClass
:
"r-b-top-header"
},[
a
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
recycleList
.
length
)
+
" 家门店"
)]),
e
.
_v
(
" "
),
a
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入门店名"
,
"prefix-icon"
:
"el-icon-search"
},
nativeOn
:{
keyup
:
function
(
t
){
return
a
=
t
,
e
.
toInput
(
a
);
var
a
}},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}},[
e
.
_v
(
">"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
recycleList
}},[
a
(
"el-table-column"
,{
attrs
:{
label
:
"门店名称"
,
prop
:
"storeName"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"代码"
,
prop
:
"storeCode"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"类型"
,
prop
:
"storeType"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
typeArr
[
1
*
t
.
row
.
storeType
+
1
])
+
"
\
n "
)]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"地址"
,
prop
:
"postAddress"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"待处理店员"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
showClerksFn
(
t
.
row
)}}},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
row
.
clerks
.
length
)
+
"
\
n "
)])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
gicFlag
?
e
.
_e
():
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
restore
(
t
.
row
)}}},[
e
.
_v
(
"恢复到门店列表"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
total
?
a
(
"div"
,{
staticClass
:
"pagination"
},[
a
(
"el-pagination"
,{
attrs
:{
background
:
""
,
"page-sizes"
:[
20
,
40
,
60
,
80
],
"page-size"
:
e
.
pageSize
,
"current-page"
:
e
.
pageNumber
,
layout
:
"total, sizes, prev, pager, next"
,
total
:
e
.
total
},
on
:{
"size-change"
:
e
.
handleSizeChange
,
"current-change"
:
e
.
handleCurrentChange
}})],
1
):
e
.
_e
()],
1
)],
1
)]),
e
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
b
=
a
(
"VU/8"
)(
m
,
f
,
!
1
,
function
(
e
){
a
(
"awO3"
)},
null
,
null
);
t
.
default
=
b
.
exports
},
awO3
:
function
(
e
,
t
){},
jRXt
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/2
6.86316b0d7ab60ac4bcbe
.js
→
dist/static/js/2
7.acda88d3c2aa77c9f51c
.js
View file @
aeffc7e9
webpackJsonp
([
26
],{
AejC
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"Minx"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page404"
,
data
:
function
(){
return
{
img_404
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你访问的页面不存在"
}},
mounted
:
function
(){}},
r
=
{
render
:
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
s
(
"div"
,{
staticClass
:
"wscn-http404"
},[
s
(
"div"
,{
staticClass
:
"pic-404"
},[
s
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_404
,
alt
:
"404"
}})]),
this
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"bullshit"
},[
s
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
c
=
i
(
"VU/8"
)(
n
,
r
,
!
1
,
function
(
t
){
i
(
"AsY3"
)},
"data-v-18a2f51c"
,
null
);
s
.
default
=
c
.
exports
},
AsY3
:
function
(
t
,
s
){},
Minx
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_404.bf58747.svg"
}});
\ No newline at end of file
webpackJsonp
([
27
],{
AejC
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"Minx"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page404"
,
data
:
function
(){
return
{
img_404
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你访问的页面不存在"
}},
mounted
:
function
(){}},
r
=
{
render
:
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
s
(
"div"
,{
staticClass
:
"wscn-http404"
},[
s
(
"div"
,{
staticClass
:
"pic-404"
},[
s
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_404
,
alt
:
"404"
}})]),
this
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"bullshit"
},[
s
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
c
=
i
(
"VU/8"
)(
n
,
r
,
!
1
,
function
(
t
){
i
(
"AsY3"
)},
"data-v-18a2f51c"
,
null
);
s
.
default
=
c
.
exports
},
AsY3
:
function
(
t
,
s
){},
Minx
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_404.bf58747.svg"
}});
\ No newline at end of file
dist/static/js/app.
640b57e62a4e071f7618
.js
→
dist/static/js/app.
dd659ef626c6b0ef3305
.js
View file @
aeffc7e9
This diff is collapsed.
Click to expand it.
dist/static/js/manifest.
ff30ab684be218621e48
.js
→
dist/static/js/manifest.
65723105e4e7efe65563
.js
View file @
aeffc7e9
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
d
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
t
=
c
[
i
],
f
[
t
]
&&
u
.
push
(
f
[
t
][
0
]),
f
[
t
]
=
0
;
for
(
r
in
d
)
Object
.
prototype
.
hasOwnProperty
.
call
(
d
,
r
)
&&
(
e
[
r
]
=
d
[
r
]);
for
(
a
&&
a
(
c
,
d
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
b
(
b
.
s
=
n
[
i
]);
return
o
};
var
c
=
{},
f
=
{
81
:
0
};
function
b
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
b
),
f
.
l
=!
0
,
f
.
exports
}
b
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
b
){
a
=
f
[
e
]
=
[
c
,
b
]});
a
[
2
]
=
c
;
var
d
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
b
.
nc
&&
n
.
setAttribute
(
"nonce"
,
b
.
nc
),
n
.
src
=
b
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"036988374939be24b5b0"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"f122113e3bc8ffc4a634"
,
3
:
"3282d88c1532d0ca9c9e"
,
4
:
"01be0f85b0acd6f1d6df"
,
5
:
"631e6a648a7ed1f1b3b7"
,
6
:
"1dc17ed842e3c6dfe047"
,
7
:
"57af0bc90206c6098149"
,
8
:
"666fa92155c706664a77"
,
9
:
"860dbe8cf83334f9e3c0"
,
10
:
"1222ed2ea1e9546b38fc"
,
11
:
"2d0a192288361dd95250"
,
12
:
"3d3797e96dc9e8cc5bd4"
,
13
:
"fd16a0e04bd27012572e"
,
14
:
"a06a37931940b78bd0f2"
,
15
:
"360a92075d219ac84088"
,
16
:
"bdc37aea4c14db4484c6"
,
17
:
"2c77880a77326d5d8d23"
,
18
:
"57343bbbca0068f53cdd"
,
19
:
"965b8dce6882a5f7758c"
,
20
:
"d0c555939fd1aba23ab3"
,
21
:
"b0e7348ff74371924c3b"
,
22
:
"ae3ca1d035af160b7832"
,
23
:
"9efbbc6dd315a676ce09"
,
24
:
"4637a4566383d6e864cf"
,
25
:
"4f9db49437ea94436d03"
,
26
:
"86316b0d7ab60ac4bcbe"
,
27
:
"0a6afa3748c5cfbab91e"
,
28
:
"e1b3c97634b8203082e4"
,
29
:
"a00a8b4033e1feddfe67"
,
30
:
"07a39afe8e9361ef44b8"
,
31
:
"8e77909f1af264b00346"
,
32
:
"ec0bbd85e6d55909453d"
,
33
:
"d649a5e4d061985d1c3a"
,
34
:
"629893b7dd561b646232"
,
35
:
"945b1982917ff21ba4fd"
,
36
:
"4fac488f5b7fa092f6ce"
,
37
:
"9e050e6e5ae12e825639"
,
38
:
"7da020455236ec9cc0e6"
,
39
:
"8d8a3b88d85b3220e296"
,
40
:
"f4fd9d68a9e906649040"
,
41
:
"da3886226adeac9efb80"
,
42
:
"6914a1481fbf689af25b"
,
43
:
"730c955a35acb8fa1302"
,
44
:
"4eb36258bb5bcf437c92"
,
45
:
"b53cf1abd1e67dd54d01"
,
46
:
"ded26d9ea3a71492142a"
,
47
:
"f40607fbf197dd764203"
,
48
:
"854c6c054adb5cba1f06"
,
49
:
"33530ea069fc872b0d5f"
,
50
:
"9b4a04b4fe85bb222d5e"
,
51
:
"8a341b29d63404681844"
,
52
:
"bc7543213d2dee01d357"
,
53
:
"8802335b18fef4b4450b"
,
54
:
"b61c3a0f9f6c091cde99"
,
55
:
"f17ab600dad59c0971a4"
,
56
:
"e43e5f9ed93627bf44de"
,
57
:
"a572a9ffb3ed29596ba0"
,
58
:
"75a744a198b1c4cd5c77"
,
59
:
"e232c753f68c56d9e59c"
,
60
:
"2a9bebb0261ef9a7a939"
,
61
:
"8833a156f1e38036fb28"
,
62
:
"c3caefedcb9fb6dcfb96"
,
63
:
"02272fe3caa4b8c63c2a"
,
64
:
"ebc341a9017c4b2c1112"
,
65
:
"afcb60484e7a9ec39f28"
,
66
:
"0c2656f4decfecb59972"
,
67
:
"57f329b5a1c3658845e9"
,
68
:
"ba49712f562eff6edbc3"
,
69
:
"6262c1a9179f86d6e8cc"
,
70
:
"d5759f121e5783b4c558"
,
71
:
"95b66215f468ac6aa391"
,
72
:
"b9aea07ebd1f712eee71"
,
73
:
"18ea446164b9b7002fde"
,
74
:
"3a4f20982bf349c4bf08"
,
75
:
"9d6001a41243544ee007"
,
76
:
"063aa004d84846ff0f94"
,
77
:
"01b9dbf75e1040e81146"
,
80
:
"c4a24f0beb29dbd2892a"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
d
.
appendChild
(
n
),
c
},
b
.
m
=
e
,
b
.
c
=
c
,
b
.
d
=
function
(
e
,
a
,
c
){
b
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
b
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
b
.
d
(
a
,
"a"
,
a
),
a
},
b
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
b
.
p
=
"./"
,
b
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
b
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
t
=
c
[
i
],
f
[
t
]
&&
u
.
push
(
f
[
t
][
0
]),
f
[
t
]
=
0
;
for
(
r
in
b
)
Object
.
prototype
.
hasOwnProperty
.
call
(
b
,
r
)
&&
(
e
[
r
]
=
b
[
r
]);
for
(
a
&&
a
(
c
,
b
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
d
(
d
.
s
=
n
[
i
]);
return
o
};
var
c
=
{},
f
=
{
81
:
0
};
function
d
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
d
),
f
.
l
=!
0
,
f
.
exports
}
d
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
d
){
a
=
f
[
e
]
=
[
c
,
d
]});
a
[
2
]
=
c
;
var
b
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
d
.
nc
&&
n
.
setAttribute
(
"nonce"
,
d
.
nc
),
n
.
src
=
d
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"036988374939be24b5b0"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"f122113e3bc8ffc4a634"
,
3
:
"3282d88c1532d0ca9c9e"
,
4
:
"01be0f85b0acd6f1d6df"
,
5
:
"631e6a648a7ed1f1b3b7"
,
6
:
"1dc17ed842e3c6dfe047"
,
7
:
"57af0bc90206c6098149"
,
8
:
"666fa92155c706664a77"
,
9
:
"860dbe8cf83334f9e3c0"
,
10
:
"1222ed2ea1e9546b38fc"
,
11
:
"2d0a192288361dd95250"
,
12
:
"3d3797e96dc9e8cc5bd4"
,
13
:
"fd16a0e04bd27012572e"
,
14
:
"a06a37931940b78bd0f2"
,
15
:
"360a92075d219ac84088"
,
16
:
"bdc37aea4c14db4484c6"
,
17
:
"2c77880a77326d5d8d23"
,
18
:
"57343bbbca0068f53cdd"
,
19
:
"965b8dce6882a5f7758c"
,
20
:
"d0c555939fd1aba23ab3"
,
21
:
"b0e7348ff74371924c3b"
,
22
:
"ae3ca1d035af160b7832"
,
23
:
"9efbbc6dd315a676ce09"
,
24
:
"4637a4566383d6e864cf"
,
25
:
"4f9db49437ea94436d03"
,
26
:
"e0b684b65d0dbf5d032b"
,
27
:
"acda88d3c2aa77c9f51c"
,
28
:
"e1b3c97634b8203082e4"
,
29
:
"a00a8b4033e1feddfe67"
,
30
:
"07a39afe8e9361ef44b8"
,
31
:
"8e77909f1af264b00346"
,
32
:
"ec0bbd85e6d55909453d"
,
33
:
"d649a5e4d061985d1c3a"
,
34
:
"629893b7dd561b646232"
,
35
:
"945b1982917ff21ba4fd"
,
36
:
"4fac488f5b7fa092f6ce"
,
37
:
"9e050e6e5ae12e825639"
,
38
:
"7da020455236ec9cc0e6"
,
39
:
"8d8a3b88d85b3220e296"
,
40
:
"f4fd9d68a9e906649040"
,
41
:
"da3886226adeac9efb80"
,
42
:
"6914a1481fbf689af25b"
,
43
:
"730c955a35acb8fa1302"
,
44
:
"4eb36258bb5bcf437c92"
,
45
:
"b53cf1abd1e67dd54d01"
,
46
:
"ded26d9ea3a71492142a"
,
47
:
"f40607fbf197dd764203"
,
48
:
"854c6c054adb5cba1f06"
,
49
:
"33530ea069fc872b0d5f"
,
50
:
"9b4a04b4fe85bb222d5e"
,
51
:
"8a341b29d63404681844"
,
52
:
"bc7543213d2dee01d357"
,
53
:
"8802335b18fef4b4450b"
,
54
:
"b61c3a0f9f6c091cde99"
,
55
:
"f17ab600dad59c0971a4"
,
56
:
"e43e5f9ed93627bf44de"
,
57
:
"a572a9ffb3ed29596ba0"
,
58
:
"75a744a198b1c4cd5c77"
,
59
:
"e232c753f68c56d9e59c"
,
60
:
"2a9bebb0261ef9a7a939"
,
61
:
"8833a156f1e38036fb28"
,
62
:
"c3caefedcb9fb6dcfb96"
,
63
:
"02272fe3caa4b8c63c2a"
,
64
:
"ebc341a9017c4b2c1112"
,
65
:
"afcb60484e7a9ec39f28"
,
66
:
"0c2656f4decfecb59972"
,
67
:
"57f329b5a1c3658845e9"
,
68
:
"ba49712f562eff6edbc3"
,
69
:
"6262c1a9179f86d6e8cc"
,
70
:
"d5759f121e5783b4c558"
,
71
:
"95b66215f468ac6aa391"
,
72
:
"b9aea07ebd1f712eee71"
,
73
:
"18ea446164b9b7002fde"
,
74
:
"3a4f20982bf349c4bf08"
,
75
:
"9d6001a41243544ee007"
,
76
:
"063aa004d84846ff0f94"
,
77
:
"01b9dbf75e1040e81146"
,
80
:
"c4a24f0beb29dbd2892a"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
b
.
appendChild
(
n
),
c
},
d
.
m
=
e
,
d
.
c
=
c
,
d
.
d
=
function
(
e
,
a
,
c
){
d
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
d
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
d
.
d
(
a
,
"a"
,
a
),
a
},
d
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
d
.
p
=
"./"
,
d
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
src/components/contacts/storeFrame/clerkTable.vue
View file @
aeffc7e9
...
...
@@ -8,7 +8,11 @@
<el-table
:data=
"storeListData.clerks"
@
selection-change=
"selectMember"
ref=
"clerkTable"
style=
"width: 100%"
>
<el-table-column
type=
"selection"
width=
"42"
></el-table-column>
<el-table-column
label=
"姓名"
prop=
"name"
>
</el-table-column>
<el-table-column
label=
"手机号码"
prop=
"phoneNumber"
>
</el-table-column>
<el-table-column
label=
"手机号码"
prop=
"phoneNumber"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
nationcode
==
'86'
?
scope
.
row
.
phoneNumber
:
'+'
+
scope
.
row
.
nationcode
+
'-'
+
scope
.
row
.
phoneNumber
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"80"
prop=
"clerkCount"
>
<
template
slot-scope=
"scope"
>
<a
v-if=
"!gicFlag"
class=
"a-href"
@
click=
"transClerk('single', scope.row)"
><i
class=
"el-icon-sort"
></i></a>
...
...
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