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
7d7afb0a
Commit
7d7afb0a
authored
Feb 13, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改打印档案 bug ,取消设置右侧高度
parent
e7a224fb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
index.html
dist/index.html
+2
-2
18.7da7ef6b0e4ced135857.js
dist/static/js/18.7da7ef6b0e4ced135857.js
+2
-2
19.24d3b04047c477417e69.js
dist/static/js/19.24d3b04047c477417e69.js
+2
-2
20.017a9cfa661e84320607.js
dist/static/js/20.017a9cfa661e84320607.js
+2
-2
21.1a97216861297187e706.js
dist/static/js/21.1a97216861297187e706.js
+2
-2
22.fc7f5bb5d1dcaf865fee.js
dist/static/js/22.fc7f5bb5d1dcaf865fee.js
+2
-2
app.fc0f8dc408b9473ada4f.js
dist/static/js/app.fc0f8dc408b9473ada4f.js
+2
-2
manifest.ef721de5baaf28d85aff.js
dist/static/js/manifest.ef721de5baaf28d85aff.js
+2
-2
recordInfo.vue
src/views/contacts/recordInfo.vue
+2
-2
No files found.
dist/index.html
View file @
7d7afb0a
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
href=
./static/css/app.e64eeccf374481cb41adc4ec43e773d5.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
type=
text/javascript
src=
./static/js/manifest.bb51a6c1d41f612489ff.js
></script><script
type=
text/javascript
src=
./static/js/vendor.fe6bbed1214c1931680c.js
></script><script
type=
text/javascript
src=
./static/js/app.302cb7b247fce53fe3c0.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.e64eeccf374481cb41adc4ec43e773d5.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
type=
text/javascript
src=
./static/js/manifest.ef721de5baaf28d85aff.js
></script><script
type=
text/javascript
src=
./static/js/vendor.fe6bbed1214c1931680c.js
></script><script
type=
text/javascript
src=
./static/js/app.fc0f8dc408b9473ada4f.js
></script></body></html>
\ No newline at end of file
dist/static/js/1
9.cad3457efbfa82dcd956
.js
→
dist/static/js/1
8.7da7ef6b0e4ced135857
.js
View file @
7d7afb0a
webpackJsonp
([
19
],{
"4UqX"
:
function
(
e
,
t
){},
HkK0
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"P9l9"
),
r
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
a
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
},
selectType
:
"store"
,
transArr
:[],
selectedList
:[]}},
methods
:{
goBack
:
function
(){
window
.
location
.
reload
()},
transClerk
:
function
(
e
,
t
){
this
.
transArr
=
"single"
==
e
?[
t
]:
"all"
==
e
?
this
.
store
.
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
.
transArr
.
forEach
(
function
(
e
){
t
.
push
(
e
.
employeeClerkId
)});
var
a
=
{
ids
:
t
.
join
(
","
),
storeId
:
e
[
0
].
id
},
r
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/emp/batchTransfer"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
r
.
$message
.
success
({
message
:
"操作成功"
}),
r
.
store
.
clerks
.
forEach
(
function
(
e
){
if
(
t
.
indexOf
(
e
.
employeeClerkId
)
>-
1
){
var
a
=
r
.
store
.
clerks
.
indexOf
(
e
);
r
.
store
.
clerks
.
splice
(
a
,
1
)}})):
r
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
r
.
$message
.
error
({
message
:
e
.
message
})})}}},
n
=
{
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
(
" "
),
a
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
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
.
store
.
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
[
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
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
l
=
a
(
"VU/8"
)(
r
,
n
,
!
1
,
function
(
e
){
a
(
"4UqX"
)},
null
,
null
).
exports
,
o
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
a
(
"3Xzz"
).
a
,
clerkTable
:
l
},
data
:
function
(){
return
{
tableH
:
window
.
screen
.
availHeight
-
440
-
180
,
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
:{}}},
methods
:{
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
a
=
{
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNumber
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
s
.
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
(
s
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
searchKey
=
""
,
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
(
s
.
a
)(
"/haoban-manage-web/emp/del"
,
r
).
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
){
console
.
log
(
e
,
"error"
),
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})}},
beforeMount
:
function
(){
this
.
getRecycleList
()}},
c
=
{
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"
,
style
:{
height
:
e
.
$store
.
state
.
bgHeight
}},[
e
.
showClerks
?
a
(
"clerk-table"
,{
attrs
:{
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"
},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}})],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
height
:
e
.
recycleList
.
length
?
e
.
tableH
:
"auto"
,
data
:
e
.
recycleList
.
filter
(
function
(
t
){
return
!
e
.
searchKey
||
t
.
storeName
.
toLowerCase
().
includes
(
e
.
searchKey
.
toLowerCase
())})}},[
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
[
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
i
=
a
(
"VU/8"
)(
o
,
c
,
!
1
,
function
(
e
){
a
(
"uxhw"
)},
null
,
null
);
t
.
default
=
i
.
exports
},
uxhw
:
function
(
e
,
t
){}});
\ No newline at end of file
webpackJsonp
([
18
],{
"4UqX"
:
function
(
e
,
t
){},
HkK0
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"P9l9"
),
r
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
a
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
},
selectType
:
"store"
,
transArr
:[],
selectedList
:[]}},
methods
:{
goBack
:
function
(){
window
.
location
.
reload
()},
transClerk
:
function
(
e
,
t
){
this
.
transArr
=
"single"
==
e
?[
t
]:
"all"
==
e
?
this
.
store
.
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
.
transArr
.
forEach
(
function
(
e
){
t
.
push
(
e
.
employeeClerkId
)});
var
a
=
{
ids
:
t
.
join
(
","
),
storeId
:
e
[
0
].
id
},
r
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/emp/batchTransfer"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
r
.
$message
.
success
({
message
:
"操作成功"
}),
r
.
store
.
clerks
.
forEach
(
function
(
e
){
if
(
t
.
indexOf
(
e
.
employeeClerkId
)
>-
1
){
var
a
=
r
.
store
.
clerks
.
indexOf
(
e
);
r
.
store
.
clerks
.
splice
(
a
,
1
)}})):
r
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
r
.
$message
.
error
({
message
:
e
.
message
})})}}},
n
=
{
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
(
" "
),
a
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
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
.
store
.
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
[
a
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
a
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
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
l
=
a
(
"VU/8"
)(
r
,
n
,
!
1
,
function
(
e
){
a
(
"4UqX"
)},
null
,
null
).
exports
,
o
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
a
(
"3Xzz"
).
a
,
clerkTable
:
l
},
data
:
function
(){
return
{
tableH
:
window
.
screen
.
availHeight
-
440
-
180
,
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
:{}}},
methods
:{
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
a
=
{
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNumber
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
s
.
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
(
s
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
a
).
then
(
function
(
e
){
1
==
e
.
data
.
errorCode
?(
t
.
searchKey
=
""
,
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
(
s
.
a
)(
"/haoban-manage-web/emp/del"
,
r
).
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
){
console
.
log
(
e
,
"error"
),
a
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})}},
beforeMount
:
function
(){
this
.
getRecycleList
()}},
c
=
{
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"
,
style
:{
height
:
e
.
$store
.
state
.
bgHeight
}},[
e
.
showClerks
?
a
(
"clerk-table"
,{
attrs
:{
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"
},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}})],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
height
:
e
.
recycleList
.
length
?
e
.
tableH
:
"auto"
,
data
:
e
.
recycleList
.
filter
(
function
(
t
){
return
!
e
.
searchKey
||
t
.
storeName
.
toLowerCase
().
includes
(
e
.
searchKey
.
toLowerCase
())})}},[
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
[
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
i
=
a
(
"VU/8"
)(
o
,
c
,
!
1
,
function
(
e
){
a
(
"uxhw"
)},
null
,
null
);
t
.
default
=
i
.
exports
},
uxhw
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/
20.ada1a23d2ad53ce7e8f0
.js
→
dist/static/js/
19.24d3b04047c477417e69
.js
View file @
7d7afb0a
webpackJsonp
([
20
],{
"/jLh"
:
function
(
e
,
t
){},
JxaQ
:
function
(
e
,
t
){},
fZsz
:
function
(
e
,
t
,
r
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
r
(
"mvHQ"
),
i
=
r
.
n
(
a
),
n
=
r
(
"3Xzz"
),
u
=
r
(
"l46T"
),
l
=
r
(
"Mk6G"
),
o
=
{
name
:
"limittextarea"
,
props
:{
inputValue
:{
type
:
String
,
default
:
""
},
maxLength
:{
type
:
Number
,
default
:
10
},
inputWidth
:{
type
:
Number
,
default
:
500
},
getByType
:{
type
:
String
,
default
:
"word"
},
holder
:{
type
:
String
,
default
:
"请输入"
},
disInput
:{
type
:
Boolean
,
default
:
!
1
}},
data
:
function
(){
return
{
inputNum
:
0
,
limitLength
:
10
,
itemValue
:
""
}},
methods
:{
inputFocus
:
function
(
e
){},
toInput
:
function
(
e
){
var
t
=
""
;
"word"
==
this
.
getByType
?(
t
=
l
.
a
.
getByteVal
(
e
.
target
.
value
,
this
.
limitLength
),
this
.
itemValue
=
t
.
trim
(),
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
itemValue
)):(
t
=
l
.
a
.
getCharVal
(
e
.
target
.
value
,
this
.
limitLength
),
this
.
itemValue
=
t
.
trim
(),
this
.
inputNum
=
l
.
a
.
getByteLen
(
this
.
itemValue
)),
this
.
$emit
(
"update:inputValue"
,
this
.
itemValue
)}},
watch
:{
maxLength
:
function
(
e
,
t
){
this
.
limitLength
=
e
},
inputValue
:
function
(
e
,
t
){
this
.
itemValue
=
e
,
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
itemValue
)}},
mounted
:
function
(){
this
.
limitLength
=
this
.
maxLength
,
this
.
itemValue
=
this
.
inputValue
||
""
,
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
inputValue
)}},
s
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
staticClass
:
"input-line-cell"
,
style
:{
width
:
e
.
inputWidth
+
"px"
}},[
r
(
"el-input"
,{
style
:{
width
:
e
.
inputWidth
+
"px"
},
attrs
:{
placeholder
:
e
.
holder
,
type
:
"textarea"
,
rows
:
3
,
disabled
:
e
.
disInput
},
on
:{
focus
:
function
(
t
){
e
.
inputFocus
()}},
nativeOn
:{
keyup
:
function
(
t
){
return
r
=
t
,
e
.
toInput
(
r
);
var
r
}},
model
:{
value
:
e
.
itemValue
,
callback
:
function
(
t
){
e
.
itemValue
=
t
},
expression
:
"itemValue"
}}),
e
.
_v
(
" "
),
r
(
"span"
,{
staticClass
:
"tip"
},[
r
(
"span"
,{
staticClass
:
"len_span"
},[
e
.
_v
(
e
.
_s
(
e
.
inputNum
))]),
e
.
_v
(
"/"
+
e
.
_s
(
e
.
limitLength
))])],
1
)},
staticRenderFns
:[]};
var
h
=
r
(
"VU/8"
)(
o
,
s
,
!
1
,
function
(
e
){
r
(
"/jLh"
)},
"data-v-792f90b2"
,
null
).
exports
,
m
=
r
(
"3E4D"
),
d
=
r
(
"Ch4/"
),
c
=
r
(
"PI0u"
),
p
=
r
(
"P9l9"
),
f
=
{
name
:
"addAdminRole"
,
data
:
function
(){
return
{
menuH
:
window
.
screen
.
availHeight
-
695
+
"px"
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"设置"
,
path
:
"/companyAddress"
},{
name
:
"设置子管理员"
,
path
:
"/setChildAdmin"
},{
name
:
"新增管理员角色"
,
path
:
""
}],
showFlag
:
!
1
,
ruleForm
:{
roleId
:
""
,
roleName
:
""
,
remark
:
"角色说明"
,
leftChecked
:[],
menuTree
:[],
left
:[],
rightChecked
:[],
right
:[],
leftCheckedApp
:[],
leftApp
:[],
rightCheckedApp
:[],
rightApp
:[]},
rules
:{
roleName
:[{
required
:
!
0
,
message
:
"请填写角色名称"
,
trigger
:
"change"
}],
remark
:[{
required
:
!
0
,
message
:
"请填写角色说明"
,
trigger
:
"change"
}]},
defaultProps
:{
children
:
"children"
,
label
:
"rightName"
}}},
computed
:{},
methods
:{
submitForm
:
Object
(
c
.
a
)(
function
(
e
){
var
t
=
this
,
r
=
this
;
r
.
$refs
[
e
].
validate
(
function
(
e
){
if
(
!
e
)
return
!
1
;
var
a
=
[];
t
.
$refs
.
tree
.
getCheckedKeys
().
concat
(
t
.
$refs
.
tree
.
getHalfCheckedKeys
()).
forEach
(
function
(
e
,
t
){
a
.
push
({
rightId
:
e
})}),
r
.
postSave
(
a
)})},
500
),
postSave
:
function
(
e
){
var
t
=
this
,
r
=
{
data
:
i
()(
e
),
roleId
:
t
.
ruleForm
.
roleId
,
roleName
:
t
.
ruleForm
.
roleName
,
remark
:
t
.
ruleForm
.
remark
,
brandId
:
t
.
ruleForm
.
brandId
};
Object
(
p
.
c
)(
"/haoban-manage-web/save-role"
,
r
).
then
(
function
(
e
){
var
r
=
e
.
data
;
if
(
1
==
r
.
errorCode
)
return
m
.
a
.
showmsg
(
"操作成功"
,
"success"
),
void
t
.
$router
.
push
(
"/setChildAdmin"
);
d
.
a
.
errorMsg
(
r
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getMenuList
:
function
(){
var
e
=
this
;
Object
(
p
.
c
)(
"/haoban-manage-web/menu-list"
,{}).
then
(
function
(
t
){
var
r
=
t
.
data
;
if
(
1
!=
r
.
errorCode
)
d
.
a
.
errorMsg
(
r
);
else
{
if
(
r
.
result
&&
r
.
result
.
length
){
var
a
=
[];
r
.
result
.
forEach
(
function
(
t
,
r
){
e
.
ruleForm
.
roleId
&&
(
t
.
disabled
=!
0
),
t
.
display
&&
a
.
push
(
t
)}),
e
.
ruleForm
.
menuTree
=
e
.
treeData
(
a
)}
e
.
ruleForm
.
roleId
&&
e
.
getRoleDetail
(
e
.
ruleForm
.
roleId
)}}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
treeData
:
function
(
e
){
return
e
.
filter
(
function
(
t
){
var
r
=
e
.
filter
(
function
(
e
){
return
t
.
haobanMenuRightId
==
e
.
parentRightId
});
return
r
.
length
>
0
&&
(
t
.
children
=
r
),
-
1
==
t
.
parentRightId
})},
getRoleDetail
:
function
(
e
){
var
t
=
this
,
r
=
{
roleId
:
e
};
Object
(
p
.
c
)(
"/haoban-manage-web/role-detail"
,
r
).
then
(
function
(
e
){
var
r
=
e
.
data
;
if
(
1
==
r
.
errorCode
){
if
(
t
.
ruleForm
.
roleId
=
r
.
result
.
role
.
roleId
,
t
.
ruleForm
.
roleName
=
r
.
result
.
role
.
roleName
,
t
.
ruleForm
.
roleCode
=
r
.
result
.
role
.
roleCode
,
t
.
ruleForm
.
remark
=
r
.
result
.
role
.
remark
,
t
.
ruleForm
.
right
.
length
){
var
a
=
t
.
ruleForm
.
right
.
map
(
function
(
e
){
return
e
.
rightId
}),
i
=
[];
r
.
result
.
menuRightList
.
forEach
(
function
(
e
,
t
){
a
.
includes
(
e
.
rightId
)
&&
i
.
push
(
e
.
rightId
)}),
t
.
ruleForm
.
rightChecked
=
i
}
var
n
=
[];
return
r
.
result
.
menuRightList
.
forEach
(
function
(
e
,
r
){
t
.
$refs
.
tree
.
getNode
(
e
.
rightId
).
isLeaf
&&
n
.
push
(
e
.
rightId
)}),
void
t
.
$refs
.
tree
.
setCheckedKeys
(
n
)}
d
.
a
.
errorMsg
(
r
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
leftChange
:
function
(
e
,
t
){
var
r
=
this
;
r
.
ruleForm
.
leftChecked
=
e
;
var
a
=
e
.
includes
(
t
[
0
]);
function
i
(){
r
.
ruleForm
.
right
=
[],
r
.
ruleForm
.
left
.
forEach
(
function
(
e
,
i
){
e
.
rightId
.
includes
(
t
[
0
])
&&
(
e
.
check
=!!
a
,
e
.
children
&&
e
.
children
.
length
&&
e
.
children
.
forEach
(
function
(
e
,
t
){
r
.
ruleForm
.
right
.
push
(
e
)}))})}
e
.
includes
(
t
[
0
]),
i
(),
r
.
ruleForm
.
rightChecked
=
r
.
ruleForm
.
right
.
map
(
function
(
e
){
if
(
!
0
===
e
.
check
)
return
e
.
rightId
})},
rightChange
:
function
(
e
,
t
){
var
r
=
e
.
includes
(
t
[
0
]);
this
.
ruleForm
.
rightChecked
=
e
,
this
.
ruleForm
.
left
.
forEach
(
function
(
e
,
a
){
e
.
children
&&
e
.
children
.
length
&&
e
.
children
.
forEach
(
function
(
e
,
a
){
e
.
rightId
.
includes
(
t
[
0
])
&&
(
e
.
check
=!!
r
)})})},
leftChangeApp
:
function
(
e
,
t
){},
rightChangeApp
:
function
(
e
,
t
){}},
mounted
:
function
(){
this
.
$route
.
query
.
hasOwnProperty
(
"roleId"
)
&&
(
this
.
ruleForm
.
roleId
=
this
.
$route
.
query
.
roleId
,
this
.
navpath
[
3
].
name
=
"管理员角色"
,
"show"
===
this
.
$route
.
query
.
type
&&
(
this
.
showFlag
=!
0
)),
this
.
$route
.
query
.
hasOwnProperty
(
"brandId"
)
&&
(
this
.
ruleForm
.
brandId
=
this
.
$route
.
query
.
brandId
),
this
.
getMenuList
()},
components
:{
navCrumb
:
n
.
a
,
limitInput
:
u
.
a
,
limitTextarea
:
h
}},
g
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
staticClass
:
"companyAddress-wrap common-set-wrap"
},[
r
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"right-content"
},[
r
(
"div"
,{
staticClass
:
"right-box"
,
style
:{
height
:
e
.
$store
.
state
.
bgHeight
}},[
r
(
"el-form"
,{
ref
:
"ruleForm"
,
staticClass
:
"demo-ruleForm"
,
attrs
:{
model
:
e
.
ruleForm
,
rules
:
e
.
rules
,
"label-width"
:
"100px"
}},[
r
(
"el-form-item"
,{
attrs
:{
label
:
"角色名称"
,
prop
:
"roleName"
}},[
r
(
"limitInput"
,{
attrs
:{
inputWidth
:
500
,
inputValue
:
e
.
ruleForm
.
roleName
,
disflag
:
!!
e
.
showFlag
,
holder
:
"请输入角色名称"
,
maxLength
:
20
},
on
:{
"update:inputValue"
:
function
(
t
){
e
.
$set
(
e
.
ruleForm
,
"roleName"
,
t
)}}})],
1
),
e
.
_v
(
" "
),
r
(
"el-form-item"
,{
attrs
:{
label
:
"角色说明"
,
prop
:
"remark"
}},[
r
(
"limitTextarea"
,{
attrs
:{
inputWidth
:
500
,
inputValue
:
e
.
ruleForm
.
remark
,
holder
:
"请输入角色说明"
,
disInput
:
!!
e
.
showFlag
,
maxLength
:
50
},
on
:{
"update:inputValue"
:
function
(
t
){
e
.
$set
(
e
.
ruleForm
,
"remark"
,
t
)}}})],
1
),
e
.
_v
(
" "
),
r
(
"el-form-item"
,{
staticClass
:
"m-t-44"
,
attrs
:{
label
:
"菜单权限"
,
prop
:
"leftChecked"
}},[
r
(
"div"
,{
staticClass
:
"w-500 border-1 p-10 border-box el-form-item_menu"
,
style
:{
"max-height"
:
e
.
menuH
}},[
r
(
"el-tree"
,{
ref
:
"tree"
,
attrs
:{
data
:
e
.
ruleForm
.
menuTree
,
"show-checkbox"
:
""
,
"default-expand-all"
:
""
,
"node-key"
:
"rightId"
,
"highlight-current"
:
""
,
props
:
e
.
defaultProps
}})],
1
)]),
e
.
_v
(
" "
),
r
(
"el-form-item"
,[
r
(
"el-button"
,{
attrs
:{
disabled
:
!!
e
.
showFlag
,
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
submitForm
(
"ruleForm"
)}}},[
e
.
_v
(
"保 存"
)])],
1
)],
1
)],
1
)]),
e
.
_v
(
" "
),
r
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
v
=
r
(
"VU/8"
)(
f
,
g
,
!
1
,
function
(
e
){
r
(
"JxaQ"
)},
"data-v-5b3a853b"
,
null
);
t
.
default
=
v
.
exports
}});
\ No newline at end of file
webpackJsonp
([
19
],{
"/jLh"
:
function
(
e
,
t
){},
JxaQ
:
function
(
e
,
t
){},
fZsz
:
function
(
e
,
t
,
r
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
r
(
"mvHQ"
),
i
=
r
.
n
(
a
),
n
=
r
(
"3Xzz"
),
u
=
r
(
"l46T"
),
l
=
r
(
"Mk6G"
),
o
=
{
name
:
"limittextarea"
,
props
:{
inputValue
:{
type
:
String
,
default
:
""
},
maxLength
:{
type
:
Number
,
default
:
10
},
inputWidth
:{
type
:
Number
,
default
:
500
},
getByType
:{
type
:
String
,
default
:
"word"
},
holder
:{
type
:
String
,
default
:
"请输入"
},
disInput
:{
type
:
Boolean
,
default
:
!
1
}},
data
:
function
(){
return
{
inputNum
:
0
,
limitLength
:
10
,
itemValue
:
""
}},
methods
:{
inputFocus
:
function
(
e
){},
toInput
:
function
(
e
){
var
t
=
""
;
"word"
==
this
.
getByType
?(
t
=
l
.
a
.
getByteVal
(
e
.
target
.
value
,
this
.
limitLength
),
this
.
itemValue
=
t
.
trim
(),
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
itemValue
)):(
t
=
l
.
a
.
getCharVal
(
e
.
target
.
value
,
this
.
limitLength
),
this
.
itemValue
=
t
.
trim
(),
this
.
inputNum
=
l
.
a
.
getByteLen
(
this
.
itemValue
)),
this
.
$emit
(
"update:inputValue"
,
this
.
itemValue
)}},
watch
:{
maxLength
:
function
(
e
,
t
){
this
.
limitLength
=
e
},
inputValue
:
function
(
e
,
t
){
this
.
itemValue
=
e
,
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
itemValue
)}},
mounted
:
function
(){
this
.
limitLength
=
this
.
maxLength
,
this
.
itemValue
=
this
.
inputValue
||
""
,
this
.
inputNum
=
l
.
a
.
getZhLen
(
this
.
inputValue
)}},
s
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
staticClass
:
"input-line-cell"
,
style
:{
width
:
e
.
inputWidth
+
"px"
}},[
r
(
"el-input"
,{
style
:{
width
:
e
.
inputWidth
+
"px"
},
attrs
:{
placeholder
:
e
.
holder
,
type
:
"textarea"
,
rows
:
3
,
disabled
:
e
.
disInput
},
on
:{
focus
:
function
(
t
){
e
.
inputFocus
()}},
nativeOn
:{
keyup
:
function
(
t
){
return
r
=
t
,
e
.
toInput
(
r
);
var
r
}},
model
:{
value
:
e
.
itemValue
,
callback
:
function
(
t
){
e
.
itemValue
=
t
},
expression
:
"itemValue"
}}),
e
.
_v
(
" "
),
r
(
"span"
,{
staticClass
:
"tip"
},[
r
(
"span"
,{
staticClass
:
"len_span"
},[
e
.
_v
(
e
.
_s
(
e
.
inputNum
))]),
e
.
_v
(
"/"
+
e
.
_s
(
e
.
limitLength
))])],
1
)},
staticRenderFns
:[]};
var
h
=
r
(
"VU/8"
)(
o
,
s
,
!
1
,
function
(
e
){
r
(
"/jLh"
)},
"data-v-792f90b2"
,
null
).
exports
,
m
=
r
(
"3E4D"
),
d
=
r
(
"Ch4/"
),
c
=
r
(
"PI0u"
),
p
=
r
(
"P9l9"
),
f
=
{
name
:
"addAdminRole"
,
data
:
function
(){
return
{
menuH
:
window
.
screen
.
availHeight
-
695
+
"px"
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"设置"
,
path
:
"/companyAddress"
},{
name
:
"设置子管理员"
,
path
:
"/setChildAdmin"
},{
name
:
"新增管理员角色"
,
path
:
""
}],
showFlag
:
!
1
,
ruleForm
:{
roleId
:
""
,
roleName
:
""
,
remark
:
"角色说明"
,
leftChecked
:[],
menuTree
:[],
left
:[],
rightChecked
:[],
right
:[],
leftCheckedApp
:[],
leftApp
:[],
rightCheckedApp
:[],
rightApp
:[]},
rules
:{
roleName
:[{
required
:
!
0
,
message
:
"请填写角色名称"
,
trigger
:
"change"
}],
remark
:[{
required
:
!
0
,
message
:
"请填写角色说明"
,
trigger
:
"change"
}]},
defaultProps
:{
children
:
"children"
,
label
:
"rightName"
}}},
computed
:{},
methods
:{
submitForm
:
Object
(
c
.
a
)(
function
(
e
){
var
t
=
this
,
r
=
this
;
r
.
$refs
[
e
].
validate
(
function
(
e
){
if
(
!
e
)
return
!
1
;
var
a
=
[];
t
.
$refs
.
tree
.
getCheckedKeys
().
concat
(
t
.
$refs
.
tree
.
getHalfCheckedKeys
()).
forEach
(
function
(
e
,
t
){
a
.
push
({
rightId
:
e
})}),
r
.
postSave
(
a
)})},
500
),
postSave
:
function
(
e
){
var
t
=
this
,
r
=
{
data
:
i
()(
e
),
roleId
:
t
.
ruleForm
.
roleId
,
roleName
:
t
.
ruleForm
.
roleName
,
remark
:
t
.
ruleForm
.
remark
,
brandId
:
t
.
ruleForm
.
brandId
};
Object
(
p
.
c
)(
"/haoban-manage-web/save-role"
,
r
).
then
(
function
(
e
){
var
r
=
e
.
data
;
if
(
1
==
r
.
errorCode
)
return
m
.
a
.
showmsg
(
"操作成功"
,
"success"
),
void
t
.
$router
.
push
(
"/setChildAdmin"
);
d
.
a
.
errorMsg
(
r
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getMenuList
:
function
(){
var
e
=
this
;
Object
(
p
.
c
)(
"/haoban-manage-web/menu-list"
,{}).
then
(
function
(
t
){
var
r
=
t
.
data
;
if
(
1
!=
r
.
errorCode
)
d
.
a
.
errorMsg
(
r
);
else
{
if
(
r
.
result
&&
r
.
result
.
length
){
var
a
=
[];
r
.
result
.
forEach
(
function
(
t
,
r
){
e
.
ruleForm
.
roleId
&&
(
t
.
disabled
=!
0
),
t
.
display
&&
a
.
push
(
t
)}),
e
.
ruleForm
.
menuTree
=
e
.
treeData
(
a
)}
e
.
ruleForm
.
roleId
&&
e
.
getRoleDetail
(
e
.
ruleForm
.
roleId
)}}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
treeData
:
function
(
e
){
return
e
.
filter
(
function
(
t
){
var
r
=
e
.
filter
(
function
(
e
){
return
t
.
haobanMenuRightId
==
e
.
parentRightId
});
return
r
.
length
>
0
&&
(
t
.
children
=
r
),
-
1
==
t
.
parentRightId
})},
getRoleDetail
:
function
(
e
){
var
t
=
this
,
r
=
{
roleId
:
e
};
Object
(
p
.
c
)(
"/haoban-manage-web/role-detail"
,
r
).
then
(
function
(
e
){
var
r
=
e
.
data
;
if
(
1
==
r
.
errorCode
){
if
(
t
.
ruleForm
.
roleId
=
r
.
result
.
role
.
roleId
,
t
.
ruleForm
.
roleName
=
r
.
result
.
role
.
roleName
,
t
.
ruleForm
.
roleCode
=
r
.
result
.
role
.
roleCode
,
t
.
ruleForm
.
remark
=
r
.
result
.
role
.
remark
,
t
.
ruleForm
.
right
.
length
){
var
a
=
t
.
ruleForm
.
right
.
map
(
function
(
e
){
return
e
.
rightId
}),
i
=
[];
r
.
result
.
menuRightList
.
forEach
(
function
(
e
,
t
){
a
.
includes
(
e
.
rightId
)
&&
i
.
push
(
e
.
rightId
)}),
t
.
ruleForm
.
rightChecked
=
i
}
var
n
=
[];
return
r
.
result
.
menuRightList
.
forEach
(
function
(
e
,
r
){
t
.
$refs
.
tree
.
getNode
(
e
.
rightId
).
isLeaf
&&
n
.
push
(
e
.
rightId
)}),
void
t
.
$refs
.
tree
.
setCheckedKeys
(
n
)}
d
.
a
.
errorMsg
(
r
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
leftChange
:
function
(
e
,
t
){
var
r
=
this
;
r
.
ruleForm
.
leftChecked
=
e
;
var
a
=
e
.
includes
(
t
[
0
]);
function
i
(){
r
.
ruleForm
.
right
=
[],
r
.
ruleForm
.
left
.
forEach
(
function
(
e
,
i
){
e
.
rightId
.
includes
(
t
[
0
])
&&
(
e
.
check
=!!
a
,
e
.
children
&&
e
.
children
.
length
&&
e
.
children
.
forEach
(
function
(
e
,
t
){
r
.
ruleForm
.
right
.
push
(
e
)}))})}
e
.
includes
(
t
[
0
]),
i
(),
r
.
ruleForm
.
rightChecked
=
r
.
ruleForm
.
right
.
map
(
function
(
e
){
if
(
!
0
===
e
.
check
)
return
e
.
rightId
})},
rightChange
:
function
(
e
,
t
){
var
r
=
e
.
includes
(
t
[
0
]);
this
.
ruleForm
.
rightChecked
=
e
,
this
.
ruleForm
.
left
.
forEach
(
function
(
e
,
a
){
e
.
children
&&
e
.
children
.
length
&&
e
.
children
.
forEach
(
function
(
e
,
a
){
e
.
rightId
.
includes
(
t
[
0
])
&&
(
e
.
check
=!!
r
)})})},
leftChangeApp
:
function
(
e
,
t
){},
rightChangeApp
:
function
(
e
,
t
){}},
mounted
:
function
(){
this
.
$route
.
query
.
hasOwnProperty
(
"roleId"
)
&&
(
this
.
ruleForm
.
roleId
=
this
.
$route
.
query
.
roleId
,
this
.
navpath
[
3
].
name
=
"管理员角色"
,
"show"
===
this
.
$route
.
query
.
type
&&
(
this
.
showFlag
=!
0
)),
this
.
$route
.
query
.
hasOwnProperty
(
"brandId"
)
&&
(
this
.
ruleForm
.
brandId
=
this
.
$route
.
query
.
brandId
),
this
.
getMenuList
()},
components
:{
navCrumb
:
n
.
a
,
limitInput
:
u
.
a
,
limitTextarea
:
h
}},
g
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
staticClass
:
"companyAddress-wrap common-set-wrap"
},[
r
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"right-content"
},[
r
(
"div"
,{
staticClass
:
"right-box"
,
style
:{
height
:
e
.
$store
.
state
.
bgHeight
}},[
r
(
"el-form"
,{
ref
:
"ruleForm"
,
staticClass
:
"demo-ruleForm"
,
attrs
:{
model
:
e
.
ruleForm
,
rules
:
e
.
rules
,
"label-width"
:
"100px"
}},[
r
(
"el-form-item"
,{
attrs
:{
label
:
"角色名称"
,
prop
:
"roleName"
}},[
r
(
"limitInput"
,{
attrs
:{
inputWidth
:
500
,
inputValue
:
e
.
ruleForm
.
roleName
,
disflag
:
!!
e
.
showFlag
,
holder
:
"请输入角色名称"
,
maxLength
:
20
},
on
:{
"update:inputValue"
:
function
(
t
){
e
.
$set
(
e
.
ruleForm
,
"roleName"
,
t
)}}})],
1
),
e
.
_v
(
" "
),
r
(
"el-form-item"
,{
attrs
:{
label
:
"角色说明"
,
prop
:
"remark"
}},[
r
(
"limitTextarea"
,{
attrs
:{
inputWidth
:
500
,
inputValue
:
e
.
ruleForm
.
remark
,
holder
:
"请输入角色说明"
,
disInput
:
!!
e
.
showFlag
,
maxLength
:
50
},
on
:{
"update:inputValue"
:
function
(
t
){
e
.
$set
(
e
.
ruleForm
,
"remark"
,
t
)}}})],
1
),
e
.
_v
(
" "
),
r
(
"el-form-item"
,{
staticClass
:
"m-t-44"
,
attrs
:{
label
:
"菜单权限"
,
prop
:
"leftChecked"
}},[
r
(
"div"
,{
staticClass
:
"w-500 border-1 p-10 border-box el-form-item_menu"
,
style
:{
"max-height"
:
e
.
menuH
}},[
r
(
"el-tree"
,{
ref
:
"tree"
,
attrs
:{
data
:
e
.
ruleForm
.
menuTree
,
"show-checkbox"
:
""
,
"default-expand-all"
:
""
,
"node-key"
:
"rightId"
,
"highlight-current"
:
""
,
props
:
e
.
defaultProps
}})],
1
)]),
e
.
_v
(
" "
),
r
(
"el-form-item"
,[
r
(
"el-button"
,{
attrs
:{
disabled
:
!!
e
.
showFlag
,
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
submitForm
(
"ruleForm"
)}}},[
e
.
_v
(
"保 存"
)])],
1
)],
1
)],
1
)]),
e
.
_v
(
" "
),
r
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
v
=
r
(
"VU/8"
)(
f
,
g
,
!
1
,
function
(
e
){
r
(
"JxaQ"
)},
"data-v-5b3a853b"
,
null
);
t
.
default
=
v
.
exports
}});
\ No newline at end of file
dist/static/js/2
1.86cf9b32a6a3a5bdd242
.js
→
dist/static/js/2
0.017a9cfa661e84320607
.js
View file @
7d7afb0a
webpackJsonp
([
21
],{
"6XGN"
:
function
(
M
,
L
,
j
){
"use strict"
;
Object
.
defineProperty
(
L
,
"__esModule"
,{
value
:
!
0
});
var
N
=
j
(
"CkW6"
),
u
=
j
.
n
(
N
),
w
=
{
name
:
"page403"
,
data
:
function
(){
return
{
img_403
:
u
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你无权访问该页面"
}}},
D
=
{
render
:
function
(){
var
M
=
this
.
$createElement
,
L
=
this
.
_self
.
_c
||
M
;
return
L
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
L
(
"div"
,{
staticClass
:
"wscn-http404"
},[
L
(
"div"
,{
staticClass
:
"pic-404"
},[
L
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_403
,
alt
:
"403"
}})]),
this
.
_v
(
" "
),
L
(
"div"
,{
staticClass
:
"bullshit"
},[
L
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
L
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
C
=
j
(
"VU/8"
)(
w
,
D
,
!
1
,
function
(
M
){
j
(
"xcTv"
)},
"data-v-560f462e"
,
null
);
L
.
default
=
C
.
exports
},
CkW6
:
function
(
M
,
L
){
M
.
exports
=
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="
},
xcTv
:
function
(
M
,
L
){}});
\ No newline at end of file
webpackJsonp
([
20
],{
"6XGN"
:
function
(
M
,
L
,
j
){
"use strict"
;
Object
.
defineProperty
(
L
,
"__esModule"
,{
value
:
!
0
});
var
N
=
j
(
"CkW6"
),
u
=
j
.
n
(
N
),
w
=
{
name
:
"page403"
,
data
:
function
(){
return
{
img_403
:
u
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你无权访问该页面"
}}},
D
=
{
render
:
function
(){
var
M
=
this
.
$createElement
,
L
=
this
.
_self
.
_c
||
M
;
return
L
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
L
(
"div"
,{
staticClass
:
"wscn-http404"
},[
L
(
"div"
,{
staticClass
:
"pic-404"
},[
L
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_403
,
alt
:
"403"
}})]),
this
.
_v
(
" "
),
L
(
"div"
,{
staticClass
:
"bullshit"
},[
L
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
L
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
C
=
j
(
"VU/8"
)(
w
,
D
,
!
1
,
function
(
M
){
j
(
"xcTv"
)},
"data-v-560f462e"
,
null
);
L
.
default
=
C
.
exports
},
CkW6
:
function
(
M
,
L
){
M
.
exports
=
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="
},
xcTv
:
function
(
M
,
L
){}});
\ No newline at end of file
dist/static/js/2
2.a51dc83d6123e696f14e
.js
→
dist/static/js/2
1.1a97216861297187e706
.js
View file @
7d7afb0a
webpackJsonp
([
22
],{
"2X9c"
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_500.ed0cba4.svg"
},
FskK
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"2X9c"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page500"
,
data
:
function
(){
return
{
img_500
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,服务器出错了"
}}},
c
=
{
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_500
,
alt
:
"500"
}})]),
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
r
=
i
(
"VU/8"
)(
n
,
c
,
!
1
,
function
(
t
){
i
(
"x9EK"
)},
"data-v-4bf06e19"
,
null
);
s
.
default
=
r
.
exports
},
x9EK
:
function
(
t
,
s
){}});
\ No newline at end of file
webpackJsonp
([
21
],{
"2X9c"
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_500.ed0cba4.svg"
},
FskK
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"2X9c"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page500"
,
data
:
function
(){
return
{
img_500
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,服务器出错了"
}}},
c
=
{
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_500
,
alt
:
"500"
}})]),
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
r
=
i
(
"VU/8"
)(
n
,
c
,
!
1
,
function
(
t
){
i
(
"x9EK"
)},
"data-v-4bf06e19"
,
null
);
s
.
default
=
r
.
exports
},
x9EK
:
function
(
t
,
s
){}});
\ No newline at end of file
dist/static/js/
18.ba7e9ae20df2cc330b46
.js
→
dist/static/js/
22.fc7f5bb5d1dcaf865fee
.js
View file @
7d7afb0a
webpackJsonp
([
18
],{
"67iC"
:
function
(
e
,
t
,
i
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
i
(
"3Xzz"
),
s
=
i
(
"P9l9"
),
l
=
i
(
"0xDb"
),
o
=
i
(
"mvHQ"
),
n
=
i
.
n
(
o
),
d
=
{
name
:
"editableCell"
,
props
:{
info
:{
type
:
Object
,
required
:
!
0
},
staticInfo
:{
type
:
Object
,
required
:
!
0
},
items
:{
type
:
Array
,
required
:
!
0
},
title
:{
type
:
String
,
default
:
""
},
fieldList
:{
type
:
Array
,
required
:
!
0
}},
filters
:{
formatDate
:
l
.
b
},
data
:
function
(){
return
{
showEdit
:
!
1
,
uploadUrl
:
"/haoban-manage-web/upload-img"
}},
methods
:{
uploadOnSuccess
:
function
(
e
,
t
){
e
.
file
.
url
=
e
.
res
.
result
[
0
].
qcloudImageUrl
,
t
.
push
(
e
.
file
)},
saveEdit
:
function
(){
var
e
=
this
;
e
.
$refs
.
cell_form
.
validate
(
function
(
t
){
if
(
t
){
var
i
=
Object
(
l
.
a
)(
e
.
info
),
a
=
{},
s
=
e
.
fieldList
,
o
=
(
JSON
.
parse
(
e
.
staticInfo
.
defineString
),[]);
s
.
forEach
(
function
(
e
){
if
(
a
[
e
.
fieldCode
]
=
i
[
e
.
fieldCode
],
5
==
e
.
fieldType
&&
(
a
[
e
.
fieldCode
]
=
i
[
e
.
fieldCode
].
join
(
","
)),
7
==
e
.
fieldType
){
var
t
=
[];
i
[
e
.
fieldCode
].
forEach
(
function
(
e
){
t
.
push
(
e
.
url
)}),
a
[
e
.
fieldCode
]
=
t
.
join
(
","
)}
if
(
1
!=
e
.
systemFlag
){
if
(
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
i
[
e
.
fieldCode
]}),
5
==
e
.
fieldType
&&
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
i
[
e
.
fieldCode
].
join
(
","
)}),
7
==
e
.
fieldType
){
var
s
=
[];
i
[
e
.
fieldCode
].
forEach
(
function
(
e
){
s
.
push
(
e
.
url
)}),
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
s
.
join
(
","
)})}
delete
a
[
e
.
fieldCode
]}}),
a
.
jsonString
=
"[]"
==
n
()(
o
)?
""
:
n
()(
o
),
a
.
recordId
=
e
.
$route
.
query
.
recordId
,
e
.
submitEdit
(
a
)}})},
submitEdit
:
function
(
e
){
var
t
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/record/save-record-detail"
,
e
).
then
(
function
(
e
){
console
.
log
(
e
,
"submitEdit"
),
1
==
e
.
data
.
errorCode
?(
t
.
showEdit
=!
1
,
t
.
$emit
(
"subSuccess"
)):
t
.
$message
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
({
message
:
e
.
message
})})},
cancelEdit
:
function
(){
this
.
$refs
.
cell_form
.
clearValidate
();
var
e
=
this
.
info
,
t
=
this
.
staticInfo
;
for
(
var
i
in
e
)
e
[
i
]
=
t
[
i
];
this
.
showEdit
=!
1
}},
computed
:{
defineObj
:
function
(){
return
JSON
.
parse
(
this
.
clerkInfo
.
defineString
)},
rules
:
function
(){
var
e
=
{},
t
=
function
(
e
,
t
,
i
){
return
t
?
new
RegExp
(
"^[0-9]*$"
).
test
(
1
*
t
)?
i
():
i
(
new
Error
(
"请输入数字!"
)):
i
()};
return
this
.
fieldList
.
forEach
(
function
(
i
){
var
a
=
[];
0
!=
i
.
fieldType
&&
1
!=
i
.
fieldType
||
(
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
min
:
i
.
minCount
,
message
:
"至少填写"
+
i
.
minCount
+
"个字符"
,
trigger
:
"change"
}),
!
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
max
:
i
.
maxCount
,
message
:
"至多填写"
+
i
.
maxCount
+
"个字符"
,
trigger
:
"change"
}),
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
min
:
i
.
minCount
,
max
:
i
.
maxCount
,
message
:
"长度在 "
+
i
.
minCount
+
" 到 "
+
i
.
maxCount
+
"个字符"
,
trigger
:
"change"
})),
6
==
i
.
fieldType
&&
a
.
push
({
validator
:
t
,
message
:
i
.
fieldName
+
"必须为数字"
,
trigger
:
"change"
}),
e
[
i
.
fieldCode
]
=
a
}),
e
}}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"div"
,{
staticClass
:
"editable-cell-container"
},[
i
(
"div"
,{
staticClass
:
"title-div"
},[
i
(
"span"
,{
staticClass
:
"font-w-500"
},[
e
.
_v
(
e
.
_s
(
e
.
title
))]),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"hurdle"
}),
e
.
_v
(
" "
),
i
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
t
){
e
.
showEdit
=!
0
}}},[
e
.
_v
(
"编辑"
)])]),
e
.
_v
(
" "
),
i
(
"el-form"
,{
ref
:
"cell_form"
,
staticClass
:
"info-form"
,
attrs
:{
rules
:
e
.
rules
,
inline
:
""
,
"label-width"
:
"150px"
,
model
:
e
.
info
}},[
e
.
_l
(
e
.
fieldList
,
function
(
t
,
a
){
return
[
i
(
"el-form-item"
,{
key
:
t
.
fieldCode
+
"_"
+
a
,
staticClass
:
"item-width"
,
attrs
:{
label
:
t
.
title
+
":"
,
prop
:
t
.
fieldCode
}},[
e
.
showEdit
?[
0
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
placeholder
:
t
.
fieldDescription
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
e
.
_e
(),
e
.
_v
(
" "
),
6
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
placeholder
:
t
.
fieldDescription
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
1
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
type
:
"textarea"
,
autosize
:
""
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
2
==
t
.
fieldType
||
3
==
t
.
fieldType
?[
1
==
t
.
systemFlag
?
i
(
"el-select"
,{
attrs
:{
disabled
:
"1"
!=
t
.
fieldEdited
,
multiple
:
3
==
t
.
fieldType
,
"collapse-tags"
:
3
==
t
.
fieldType
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}},
e
.
_l
(
t
.
fieldOperations
.
fieldContent
,
function
(
e
){
return
i
(
"el-option"
,{
key
:
e
.
key
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
key
}})})):
i
(
"el-select"
,{
attrs
:{
disabled
:
"1"
!=
t
.
fieldEdited
,
multiple
:
3
==
t
.
fieldType
,
"collapse-tags"
:
3
==
t
.
fieldType
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}},
e
.
_l
(
t
.
fieldOperations
.
fieldContent
,
function
(
e
,
t
){
return
i
(
"el-option"
,{
key
:
e
.
key
+
"_"
+
t
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
name
}})}))]:
4
==
t
.
fieldType
?
i
(
"el-date-picker"
,{
attrs
:{
type
:
"date"
,
disabled
:
"1"
!=
t
.
fieldEdited
,
format
:
t
.
fieldOperations
.
typeValue
,
"value-format"
:
t
.
fieldOperations
.
typeValue
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
5
==
t
.
fieldType
?
i
(
"el-date-picker"
,{
attrs
:{
type
:
"daterange"
,
"range-separator"
:
"至"
,
disabled
:
"1"
!=
t
.
fieldEdited
,
format
:
t
.
fieldOperations
.
typeValue
,
"value-format"
:
t
.
fieldOperations
.
typeValue
,
"start-placeholder"
:
t
.
fieldOperations
.
startDescription
,
"end-placeholder"
:
t
.
fieldOperations
.
endDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
7
==
t
.
fieldType
?
i
(
"vue-office-upload-image"
,{
attrs
:{
projectName
:
"haoban-manage-web"
,
wxFlag
:
"0"
,
actionUrl
:
e
.
uploadUrl
,
imageList
:
e
.
info
[
t
.
fieldCode
],
limitW
:
500
,
limitH
:
500
,
maxImageLength
:
5
},
on
:{
uploadOnSuccess
:
e
.
uploadOnSuccess
,
sortImg
:
e
.
sortImg
,
deleteImage
:
e
.
deleteImage
}}):
e
.
_e
()]:[
0
==
t
.
fieldType
||
1
==
t
.
fieldType
||
6
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
info
[
t
.
fieldCode
])
+
"
\
n "
)]):
2
==
t
.
fieldType
?[
1
==
t
.
systemFlag
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
fieldOperations
.
fieldContent
[
1
*
e
.
info
[
t
.
fieldCode
]
-
1
]?
t
.
fieldOperations
.
fieldContent
[
1
*
e
.
info
[
t
.
fieldCode
]
-
1
].
name
:
""
)
+
"
\
n "
)]):
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
e
.
_s
(
e
.
info
[
t
.
fieldCode
]))])]:
3
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
}):
4
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
_f
(
"formatDate"
)(
e
.
info
[
t
.
fieldCode
],
t
.
fieldOperations
.
typeValue
))
+
"
\
n "
)]):
5
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
info
[
t
.
fieldCode
].
join
(
"至"
))
+
"
\
n "
)]):
7
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"img-box"
},
e
.
_l
(
e
.
info
[
t
.
fieldCode
],
function
(
e
,
t
){
return
i
(
"div"
,{
key
:
t
+
e
.
url
,
staticClass
:
"item-imgs"
},[
i
(
"a"
,{
attrs
:{
href
:
""
}},[
i
(
"img"
,{
attrs
:{
src
:
e
.
url
}})])])})):
e
.
_e
()]],
2
)]})],
2
),
e
.
_v
(
" "
),
e
.
showEdit
?
i
(
"div"
,{
staticClass
:
"handle-form-btns t-ct m-b-60"
},[
i
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
e
.
saveEdit
}},[
e
.
_v
(
"保存"
)]),
e
.
_v
(
" "
),
i
(
"el-button"
,{
on
:{
click
:
e
.
cancelEdit
}},[
e
.
_v
(
"取消"
)])],
1
):
e
.
_e
()],
1
)},
staticRenderFns
:[]};
var
f
=
i
(
"VU/8"
)(
d
,
r
,
!
1
,
function
(
e
){
i
(
"S2qe"
)},
null
,
null
).
exports
,
c
=
i
(
"IVno"
),
u
=
{
name
:
"recordInfo"
,
components
:{
navCrumb
:
a
.
a
,
editableCell
:
f
,
handleDialog
:
c
.
a
},
filters
:{
formatDate
:
l
.
b
},
data
:
function
(){
return
{
windowH
:
window
.
screen
.
availHeight
-
180
+
"px"
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"员工档案"
,
path
:
"/fileSet"
},{
name
:
"在职员工"
,
path
:
"/employeeRecord"
},{
name
:
"编辑员工信息"
,
path
:
""
}],
editNavpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"员工档案"
,
path
:
"/fileSet"
},{
name
:
"离职员工"
,
path
:
"/unemployee"
},{
name
:
"编辑员工信息"
,
path
:
""
}],
dialogVisible
:
!
1
,
htmlTitle
:
"员工档案"
,
info
:{},
staticInfo
:{},
statusList
:[
"正式"
,
"试用"
,
"离职"
],
reasons
:[
""
,
"家庭原因"
,
"个人原因"
,
"发展原因"
,
"合同到期不续签"
,
"协议解除"
,
"无法胜任工作"
,
"经济性裁员"
,
"严重违法违纪"
,
"其他"
],
items
:[],
fieldList
:[],
mileStone
:[],
historyStatus
:[
"新入职"
,
"转正"
,
"离职"
,
"转岗"
,
"再入职"
],
editHisObj
:{}}},
methods
:{
handleSuccess
:
function
(){
this
.
dialogVisible
=!
1
},
getEmployeeDetail
:
function
(){
var
e
=
this
,
t
=
{
recordId
:
e
.
$route
.
query
.
recordId
};
Object
(
s
.
a
)(
"/haoban-manage-web/record/employee-detail"
,
t
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?
e
.
getTemplate
(
t
.
data
.
result
):
e
.
$message
.
error
({
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
message
:
t
.
message
})})},
subSuccess
:
function
(){
this
.
getEmployeeDetail
()},
getTemplate
:
function
(
e
){
var
t
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/record/employee-find-template"
,{}).
then
(
function
(
i
){
1
==
i
.
data
.
errorCode
?
t
.
formatTemplateList
(
i
.
data
.
result
,
e
):
t
.
$message
.
error
({
message
:
i
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})},
formatTemplateList
:
function
(
e
,
t
){
var
i
=
[],
a
=
e
,
s
=
JSON
.
parse
(
t
.
defineString
),
o
=
Object
(
l
.
a
)(
t
);
for
(
var
n
in
s
)
o
[
n
]
=
s
[
n
];
e
.
forEach
(
function
(
e
){
if
(
0
!=
e
.
parentCode
&&
(
e
.
fieldOperations
=
JSON
.
parse
(
e
.
fieldOperations
)),
5
==
e
.
fieldType
&&
(
o
[
e
.
fieldCode
]
=
o
[
e
.
fieldCode
]?
o
[
e
.
fieldCode
].
split
(
","
):[
""
,
""
],
t
[
e
.
fieldCode
]
=
t
[
e
.
fieldCode
]?
t
[
e
.
fieldCode
].
split
(
","
):[
""
,
""
]),
6
==
e
.
fieldType
&&
(
o
[
e
.
fieldCode
]
*=
1
,
t
[
e
.
fieldCode
]
*=
1
),
7
==
e
.
fieldType
){
var
s
=
[];
o
[
e
.
fieldCode
]
=
o
[
e
.
fieldCode
]?
o
[
e
.
fieldCode
].
split
(
","
):[],
o
[
e
.
fieldCode
].
forEach
(
function
(
e
){
s
.
push
({
url
:
e
})}),
t
[
e
.
fieldCode
]
=
s
,
o
[
e
.
fieldCode
]
=
s
.
slice
(
0
)}
e
.
title
=
e
.
fieldName
;
var
l
=
[];
a
.
forEach
(
function
(
t
){
t
.
parentCode
==
e
.
fieldCode
&&
l
.
push
(
t
)}),
l
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
sort
-
1
*
t
.
sort
}),
l
.
length
>
0
&&
(
e
.
childrens
=
l
),
0
==
e
.
parentCode
&&
i
.
push
(
e
)}),
i
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
sort
-
1
*
t
.
sort
}),
this
.
fieldList
=
i
,
this
.
info
=
o
,
this
.
staticInfo
=
t
},
getHistoryList
:
function
(){
var
e
=
this
,
t
=
{
recordId
:
e
.
$route
.
query
.
recordId
};
Object
(
s
.
a
)(
"/haoban-manage-web/record/history-record-list"
,
t
).
then
(
function
(
t
){
if
(
1
==
t
.
data
.
errorCode
){
var
i
=
t
.
data
.
result
;
e
.
formatMileStone
(
i
)}
else
e
.
$message
({
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
({
message
:
t
.
message
})})},
formatMileStone
:
function
(
e
){
e
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
historyDate
-
1
*
t
.
historyDate
});
for
(
var
t
=
[],
i
=
0
,
a
=
e
.
length
;
i
<
a
;
i
+=
4
)
t
.
push
(
e
.
slice
(
i
,
i
+
4
));
this
.
mileStone
=
t
},
editHis
:
function
(
e
){
this
.
editHisObj
.
historyId
=
e
.
historyId
,
this
.
editHisObj
.
recordId
=
this
.
$route
.
query
.
recordId
,
this
.
dialogVisible
=!
0
}},
beforeMount
:
function
(){
this
.
getEmployeeDetail
(),
this
.
getHistoryList
()},
mounted
:
function
(){
var
e
=
this
.
$route
.
query
.
type
;
e
&&
"unemployee"
==
e
&&
(
this
.
navpath
=
this
.
editNavpath
),
this
.
$nextTick
(
function
(){
document
.
querySelector
(
".contact-wrap__body"
).
style
.
overflow
=
"hidden"
})},
beforeDestroy
:
function
(){
document
.
querySelector
(
".contact-wrap__body"
).
style
.
overflow
=
"auto"
}},
m
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"div"
,{
staticClass
:
"common-set-wrap"
,
style
:{
height
:
e
.
windowH
}},[
i
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"right-content"
},[
i
(
"div"
,{
staticClass
:
"right-box"
},[
i
(
"div"
,{
staticClass
:
"commom-container clerk-detail-container"
},[
i
(
"p"
,{
staticClass
:
"t-rt"
},[
i
(
"a"
,{
staticClass
:
"a-href font-14"
,
on
:{
click
:
function
(
t
){
e
.
getPdf
()}}},[
e
.
_v
(
"打印员工档案"
)])]),
e
.
_v
(
" "
),
i
(
"div"
,{
attrs
:{
id
:
"pdfDom"
}},[
i
(
"div"
,{
staticClass
:
"employee-detail-cell"
},[
i
(
"div"
,{
staticClass
:
"head-info"
},[
i
(
"p"
,{
staticClass
:
"head-cell"
},[
e
.
info
.
headPic
?
i
(
"img"
,{
staticClass
:
"head-img"
,
attrs
:{
src
:
e
.
info
.
headPic
}}):
i
(
"span"
,{
staticClass
:
"head-img-null"
},[
i
(
"i"
,{
staticClass
:
"iconfont icon-yewuduanmorentouxian"
})])]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell name"
},[
e
.
_v
(
e
.
_s
(
e
.
info
.
clerkName
)),
i
(
"span"
,[
e
.
_v
(
e
.
_s
(
"-1"
==
e
.
info
.
clerkStatus
?
"无状态"
:
e
.
statusList
[
e
.
info
.
clerkStatus
-
1
]))])]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell c-303133"
},[
e
.
_v
(
e
.
_s
(
e
.
info
.
groupName
)
+
e
.
_s
(
e
.
info
.
positionName
))]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell color-606266"
},[
e
.
_v
(
"已在"
+
e
.
_s
(
e
.
info
.
enterpriseName
)
+
"工作了"
+
e
.
_s
(
e
.
info
.
days
)
+
"天"
)])])]),
e
.
_v
(
" "
),
e
.
_l
(
e
.
fieldList
,
function
(
t
){
return
[
t
.
childrens
?
i
(
"editable-cell"
,{
key
:
t
.
fieldCode
,
attrs
:{
info
:
e
.
info
,
staticInfo
:
e
.
staticInfo
,
items
:
e
.
items
,
title
:
t
.
title
,
fieldList
:
t
.
childrens
},
on
:{
subSuccess
:
e
.
subSuccess
}}):
e
.
_e
()]}),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"mile-stone-container"
},[
e
.
_m
(
0
),
e
.
_v
(
" "
),
i
(
"ul"
,{
staticClass
:
"mile-stone"
},
e
.
_l
(
e
.
mileStone
,
function
(
t
,
a
){
return
i
(
"li"
,{
key
:
a
,
staticClass
:
"stone-group"
,
class
:
a
%
2
==
0
?
"column"
:
"column-reverse"
},[
4
==
t
.
length
&&
a
!=
e
.
mileStone
.
length
-
1
?
i
(
"div"
,{
staticClass
:
"column-hurdle"
}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
_l
(
t
,
function
(
t
,
s
){
return
i
(
"div"
,{
key
:
s
,
staticClass
:
"stone"
,
class
:
a
%
2
==
1
&&
3
==
s
||
a
%
2
==
0
&&
0
==
s
&&
0
!=
a
?
"no-radio"
:
""
},[
i
(
"p"
,{
staticClass
:
"time"
},[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatDate"
)(
t
.
historyDate
,
"YY-MM-DD"
)))]),
e
.
_v
(
" "
),
e
.
_m
(
1
,
!
0
),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"position"
},[
e
.
_v
(
e
.
_s
(
t
.
positionName
))]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"font-16 "
},[
e
.
_v
(
e
.
_s
(
e
.
historyStatus
[
1
*
t
.
historyStatus
-
1
])),
3
==
t
.
historyStatus
?
i
(
"a"
,{
staticClass
:
"a-href m-l-10 fs-12"
,
on
:{
click
:
function
(
i
){
e
.
editHis
(
t
)}}},[
e
.
_v
(
"编辑"
)]):
e
.
_e
()]),
e
.
_v
(
" "
),
3
==
t
.
historyStatus
?
i
(
"p"
,[
e
.
_v
(
"离职理由:"
+
e
.
_s
(
e
.
reasons
[
t
.
fireReason
]))]):
e
.
_e
(),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"color-606266"
},[
e
.
_v
(
e
.
_s
(
t
.
storeName
?
t
.
storeName
:
t
.
groupName
))])])})],
2
)}))])],
2
),
e
.
_v
(
" "
),
i
(
"el-dialog"
,{
attrs
:{
title
:
"修改离职信息"
,
visible
:
e
.
dialogVisible
,
width
:
"480px"
},
on
:{
"update:visible"
:
function
(
t
){
e
.
dialogVisible
=
t
}}},[
i
(
"handle-dialog"
,{
attrs
:{
employee
:
e
.
editHisObj
,
handleType
:
"changeFireInfo"
,
typeTitle
:
"修改离职信息"
},
on
:{
handleSuccess
:
e
.
handleSuccess
}})],
1
)],
1
)])]),
e
.
_v
(
" "
),
i
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"p"
,{
staticClass
:
"m-s-title"
},[
t
(
"span"
,{
staticClass
:
"font-w-500"
},[
this
.
_v
(
"员工记录"
)])])},
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"hurdle-box"
},[
t
(
"span"
,{
staticClass
:
"radio"
}),
this
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"hurdle"
})])}]};
var
p
=
i
(
"VU/8"
)(
u
,
m
,
!
1
,
function
(
e
){
i
(
"BB/f"
)},
null
,
null
);
t
.
default
=
p
.
exports
},
"BB/f"
:
function
(
e
,
t
){},
S2qe
:
function
(
e
,
t
){}});
\ No newline at end of file
webpackJsonp
([
22
],{
"67iC"
:
function
(
e
,
t
,
i
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
i
(
"3Xzz"
),
s
=
i
(
"P9l9"
),
l
=
i
(
"0xDb"
),
o
=
i
(
"mvHQ"
),
n
=
i
.
n
(
o
),
d
=
{
name
:
"editableCell"
,
props
:{
info
:{
type
:
Object
,
required
:
!
0
},
staticInfo
:{
type
:
Object
,
required
:
!
0
},
items
:{
type
:
Array
,
required
:
!
0
},
title
:{
type
:
String
,
default
:
""
},
fieldList
:{
type
:
Array
,
required
:
!
0
}},
filters
:{
formatDate
:
l
.
b
},
data
:
function
(){
return
{
showEdit
:
!
1
,
uploadUrl
:
"/haoban-manage-web/upload-img"
}},
methods
:{
uploadOnSuccess
:
function
(
e
,
t
){
e
.
file
.
url
=
e
.
res
.
result
[
0
].
qcloudImageUrl
,
t
.
push
(
e
.
file
)},
saveEdit
:
function
(){
var
e
=
this
;
e
.
$refs
.
cell_form
.
validate
(
function
(
t
){
if
(
t
){
var
i
=
Object
(
l
.
a
)(
e
.
info
),
a
=
{},
s
=
e
.
fieldList
,
o
=
(
JSON
.
parse
(
e
.
staticInfo
.
defineString
),[]);
s
.
forEach
(
function
(
e
){
if
(
a
[
e
.
fieldCode
]
=
i
[
e
.
fieldCode
],
5
==
e
.
fieldType
&&
(
a
[
e
.
fieldCode
]
=
i
[
e
.
fieldCode
].
join
(
","
)),
7
==
e
.
fieldType
){
var
t
=
[];
i
[
e
.
fieldCode
].
forEach
(
function
(
e
){
t
.
push
(
e
.
url
)}),
a
[
e
.
fieldCode
]
=
t
.
join
(
","
)}
if
(
1
!=
e
.
systemFlag
){
if
(
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
i
[
e
.
fieldCode
]}),
5
==
e
.
fieldType
&&
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
i
[
e
.
fieldCode
].
join
(
","
)}),
7
==
e
.
fieldType
){
var
s
=
[];
i
[
e
.
fieldCode
].
forEach
(
function
(
e
){
s
.
push
(
e
.
url
)}),
o
.
push
({
fieldCode
:
e
.
fieldCode
,
fieldValue
:
s
.
join
(
","
)})}
delete
a
[
e
.
fieldCode
]}}),
a
.
jsonString
=
"[]"
==
n
()(
o
)?
""
:
n
()(
o
),
a
.
recordId
=
e
.
$route
.
query
.
recordId
,
e
.
submitEdit
(
a
)}})},
submitEdit
:
function
(
e
){
var
t
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/record/save-record-detail"
,
e
).
then
(
function
(
e
){
console
.
log
(
e
,
"submitEdit"
),
1
==
e
.
data
.
errorCode
?(
t
.
showEdit
=!
1
,
t
.
$emit
(
"subSuccess"
)):
t
.
$message
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
({
message
:
e
.
message
})})},
cancelEdit
:
function
(){
this
.
$refs
.
cell_form
.
clearValidate
();
var
e
=
this
.
info
,
t
=
this
.
staticInfo
;
for
(
var
i
in
e
)
e
[
i
]
=
t
[
i
];
this
.
showEdit
=!
1
}},
computed
:{
defineObj
:
function
(){
return
JSON
.
parse
(
this
.
clerkInfo
.
defineString
)},
rules
:
function
(){
var
e
=
{},
t
=
function
(
e
,
t
,
i
){
return
t
?
new
RegExp
(
"^[0-9]*$"
).
test
(
1
*
t
)?
i
():
i
(
new
Error
(
"请输入数字!"
)):
i
()};
return
this
.
fieldList
.
forEach
(
function
(
i
){
var
a
=
[];
0
!=
i
.
fieldType
&&
1
!=
i
.
fieldType
||
(
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
min
:
i
.
minCount
,
message
:
"至少填写"
+
i
.
minCount
+
"个字符"
,
trigger
:
"change"
}),
!
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
max
:
i
.
maxCount
,
message
:
"至多填写"
+
i
.
maxCount
+
"个字符"
,
trigger
:
"change"
}),
i
.
minCount
&&
i
.
maxCount
&&
a
.
push
({
min
:
i
.
minCount
,
max
:
i
.
maxCount
,
message
:
"长度在 "
+
i
.
minCount
+
" 到 "
+
i
.
maxCount
+
"个字符"
,
trigger
:
"change"
})),
6
==
i
.
fieldType
&&
a
.
push
({
validator
:
t
,
message
:
i
.
fieldName
+
"必须为数字"
,
trigger
:
"change"
}),
e
[
i
.
fieldCode
]
=
a
}),
e
}}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"div"
,{
staticClass
:
"editable-cell-container"
},[
i
(
"div"
,{
staticClass
:
"title-div"
},[
i
(
"span"
,{
staticClass
:
"font-w-500"
},[
e
.
_v
(
e
.
_s
(
e
.
title
))]),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"hurdle"
}),
e
.
_v
(
" "
),
i
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
t
){
e
.
showEdit
=!
0
}}},[
e
.
_v
(
"编辑"
)])]),
e
.
_v
(
" "
),
i
(
"el-form"
,{
ref
:
"cell_form"
,
staticClass
:
"info-form"
,
attrs
:{
rules
:
e
.
rules
,
inline
:
""
,
"label-width"
:
"150px"
,
model
:
e
.
info
}},[
e
.
_l
(
e
.
fieldList
,
function
(
t
,
a
){
return
[
i
(
"el-form-item"
,{
key
:
t
.
fieldCode
+
"_"
+
a
,
staticClass
:
"item-width"
,
attrs
:{
label
:
t
.
title
+
":"
,
prop
:
t
.
fieldCode
}},[
e
.
showEdit
?[
0
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
placeholder
:
t
.
fieldDescription
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
e
.
_e
(),
e
.
_v
(
" "
),
6
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
placeholder
:
t
.
fieldDescription
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
1
==
t
.
fieldType
?
i
(
"el-input"
,{
attrs
:{
type
:
"textarea"
,
autosize
:
""
,
disabled
:
"1"
!=
t
.
fieldEdited
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
2
==
t
.
fieldType
||
3
==
t
.
fieldType
?[
1
==
t
.
systemFlag
?
i
(
"el-select"
,{
attrs
:{
disabled
:
"1"
!=
t
.
fieldEdited
,
multiple
:
3
==
t
.
fieldType
,
"collapse-tags"
:
3
==
t
.
fieldType
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}},
e
.
_l
(
t
.
fieldOperations
.
fieldContent
,
function
(
e
){
return
i
(
"el-option"
,{
key
:
e
.
key
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
key
}})})):
i
(
"el-select"
,{
attrs
:{
disabled
:
"1"
!=
t
.
fieldEdited
,
multiple
:
3
==
t
.
fieldType
,
"collapse-tags"
:
3
==
t
.
fieldType
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}},
e
.
_l
(
t
.
fieldOperations
.
fieldContent
,
function
(
e
,
t
){
return
i
(
"el-option"
,{
key
:
e
.
key
+
"_"
+
t
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
name
}})}))]:
4
==
t
.
fieldType
?
i
(
"el-date-picker"
,{
attrs
:{
type
:
"date"
,
disabled
:
"1"
!=
t
.
fieldEdited
,
format
:
t
.
fieldOperations
.
typeValue
,
"value-format"
:
t
.
fieldOperations
.
typeValue
,
placeholder
:
t
.
fieldDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
5
==
t
.
fieldType
?
i
(
"el-date-picker"
,{
attrs
:{
type
:
"daterange"
,
"range-separator"
:
"至"
,
disabled
:
"1"
!=
t
.
fieldEdited
,
format
:
t
.
fieldOperations
.
typeValue
,
"value-format"
:
t
.
fieldOperations
.
typeValue
,
"start-placeholder"
:
t
.
fieldOperations
.
startDescription
,
"end-placeholder"
:
t
.
fieldOperations
.
endDescription
},
model
:{
value
:
e
.
info
[
t
.
fieldCode
],
callback
:
function
(
i
){
e
.
$set
(
e
.
info
,
t
.
fieldCode
,
i
)},
expression
:
"info[item.fieldCode]"
}}):
7
==
t
.
fieldType
?
i
(
"vue-office-upload-image"
,{
attrs
:{
projectName
:
"haoban-manage-web"
,
wxFlag
:
"0"
,
actionUrl
:
e
.
uploadUrl
,
imageList
:
e
.
info
[
t
.
fieldCode
],
limitW
:
500
,
limitH
:
500
,
maxImageLength
:
5
},
on
:{
uploadOnSuccess
:
e
.
uploadOnSuccess
,
sortImg
:
e
.
sortImg
,
deleteImage
:
e
.
deleteImage
}}):
e
.
_e
()]:[
0
==
t
.
fieldType
||
1
==
t
.
fieldType
||
6
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
info
[
t
.
fieldCode
])
+
"
\
n "
)]):
2
==
t
.
fieldType
?[
1
==
t
.
systemFlag
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
fieldOperations
.
fieldContent
[
1
*
e
.
info
[
t
.
fieldCode
]
-
1
]?
t
.
fieldOperations
.
fieldContent
[
1
*
e
.
info
[
t
.
fieldCode
]
-
1
].
name
:
""
)
+
"
\
n "
)]):
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
e
.
_s
(
e
.
info
[
t
.
fieldCode
]))])]:
3
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
}):
4
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
_f
(
"formatDate"
)(
e
.
info
[
t
.
fieldCode
],
t
.
fieldOperations
.
typeValue
))
+
"
\
n "
)]):
5
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"field-value color-606266"
},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
info
[
t
.
fieldCode
].
join
(
"至"
))
+
"
\
n "
)]):
7
==
t
.
fieldType
?
i
(
"div"
,{
staticClass
:
"img-box"
},
e
.
_l
(
e
.
info
[
t
.
fieldCode
],
function
(
e
,
t
){
return
i
(
"div"
,{
key
:
t
+
e
.
url
,
staticClass
:
"item-imgs"
},[
i
(
"a"
,{
attrs
:{
href
:
""
}},[
i
(
"img"
,{
attrs
:{
src
:
e
.
url
}})])])})):
e
.
_e
()]],
2
)]})],
2
),
e
.
_v
(
" "
),
e
.
showEdit
?
i
(
"div"
,{
staticClass
:
"handle-form-btns t-ct m-b-60"
},[
i
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
e
.
saveEdit
}},[
e
.
_v
(
"保存"
)]),
e
.
_v
(
" "
),
i
(
"el-button"
,{
on
:{
click
:
e
.
cancelEdit
}},[
e
.
_v
(
"取消"
)])],
1
):
e
.
_e
()],
1
)},
staticRenderFns
:[]};
var
f
=
i
(
"VU/8"
)(
d
,
r
,
!
1
,
function
(
e
){
i
(
"S2qe"
)},
null
,
null
).
exports
,
c
=
i
(
"IVno"
),
u
=
{
name
:
"recordInfo"
,
components
:{
navCrumb
:
a
.
a
,
editableCell
:
f
,
handleDialog
:
c
.
a
},
filters
:{
formatDate
:
l
.
b
},
data
:
function
(){
return
{
windowH
:
window
.
screen
.
availHeight
-
180
+
"px"
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"员工档案"
,
path
:
"/fileSet"
},{
name
:
"在职员工"
,
path
:
"/employeeRecord"
},{
name
:
"编辑员工信息"
,
path
:
""
}],
editNavpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"员工档案"
,
path
:
"/fileSet"
},{
name
:
"离职员工"
,
path
:
"/unemployee"
},{
name
:
"编辑员工信息"
,
path
:
""
}],
dialogVisible
:
!
1
,
htmlTitle
:
"员工档案"
,
info
:{},
staticInfo
:{},
statusList
:[
"正式"
,
"试用"
,
"离职"
],
reasons
:[
""
,
"家庭原因"
,
"个人原因"
,
"发展原因"
,
"合同到期不续签"
,
"协议解除"
,
"无法胜任工作"
,
"经济性裁员"
,
"严重违法违纪"
,
"其他"
],
items
:[],
fieldList
:[],
mileStone
:[],
historyStatus
:[
"新入职"
,
"转正"
,
"离职"
,
"转岗"
,
"再入职"
],
editHisObj
:{}}},
methods
:{
handleSuccess
:
function
(){
this
.
dialogVisible
=!
1
},
getEmployeeDetail
:
function
(){
var
e
=
this
,
t
=
{
recordId
:
e
.
$route
.
query
.
recordId
};
Object
(
s
.
a
)(
"/haoban-manage-web/record/employee-detail"
,
t
).
then
(
function
(
t
){
1
==
t
.
data
.
errorCode
?
e
.
getTemplate
(
t
.
data
.
result
):
e
.
$message
.
error
({
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
message
:
t
.
message
})})},
subSuccess
:
function
(){
this
.
getEmployeeDetail
()},
getTemplate
:
function
(
e
){
var
t
=
this
;
Object
(
s
.
a
)(
"/haoban-manage-web/record/employee-find-template"
,{}).
then
(
function
(
i
){
1
==
i
.
data
.
errorCode
?
t
.
formatTemplateList
(
i
.
data
.
result
,
e
):
t
.
$message
.
error
({
message
:
i
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})},
formatTemplateList
:
function
(
e
,
t
){
var
i
=
[],
a
=
e
,
s
=
JSON
.
parse
(
t
.
defineString
),
o
=
Object
(
l
.
a
)(
t
);
for
(
var
n
in
s
)
o
[
n
]
=
s
[
n
];
e
.
forEach
(
function
(
e
){
if
(
0
!=
e
.
parentCode
&&
(
e
.
fieldOperations
=
JSON
.
parse
(
e
.
fieldOperations
)),
5
==
e
.
fieldType
&&
(
o
[
e
.
fieldCode
]
=
o
[
e
.
fieldCode
]?
o
[
e
.
fieldCode
].
split
(
","
):[
""
,
""
],
t
[
e
.
fieldCode
]
=
t
[
e
.
fieldCode
]?
t
[
e
.
fieldCode
].
split
(
","
):[
""
,
""
]),
6
==
e
.
fieldType
&&
(
o
[
e
.
fieldCode
]
*=
1
,
t
[
e
.
fieldCode
]
*=
1
),
7
==
e
.
fieldType
){
var
s
=
[];
o
[
e
.
fieldCode
]
=
o
[
e
.
fieldCode
]?
o
[
e
.
fieldCode
].
split
(
","
):[],
o
[
e
.
fieldCode
].
forEach
(
function
(
e
){
s
.
push
({
url
:
e
})}),
t
[
e
.
fieldCode
]
=
s
,
o
[
e
.
fieldCode
]
=
s
.
slice
(
0
)}
e
.
title
=
e
.
fieldName
;
var
l
=
[];
a
.
forEach
(
function
(
t
){
t
.
parentCode
==
e
.
fieldCode
&&
l
.
push
(
t
)}),
l
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
sort
-
1
*
t
.
sort
}),
l
.
length
>
0
&&
(
e
.
childrens
=
l
),
0
==
e
.
parentCode
&&
i
.
push
(
e
)}),
i
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
sort
-
1
*
t
.
sort
}),
this
.
fieldList
=
i
,
this
.
info
=
o
,
this
.
staticInfo
=
t
},
getHistoryList
:
function
(){
var
e
=
this
,
t
=
{
recordId
:
e
.
$route
.
query
.
recordId
};
Object
(
s
.
a
)(
"/haoban-manage-web/record/history-record-list"
,
t
).
then
(
function
(
t
){
if
(
1
==
t
.
data
.
errorCode
){
var
i
=
t
.
data
.
result
;
e
.
formatMileStone
(
i
)}
else
e
.
$message
({
message
:
t
.
data
.
message
})}).
catch
(
function
(
t
){
e
.
$message
({
message
:
t
.
message
})})},
formatMileStone
:
function
(
e
){
e
.
sort
(
function
(
e
,
t
){
return
1
*
e
.
historyDate
-
1
*
t
.
historyDate
});
for
(
var
t
=
[],
i
=
0
,
a
=
e
.
length
;
i
<
a
;
i
+=
4
)
t
.
push
(
e
.
slice
(
i
,
i
+
4
));
this
.
mileStone
=
t
},
editHis
:
function
(
e
){
this
.
editHisObj
.
historyId
=
e
.
historyId
,
this
.
editHisObj
.
recordId
=
this
.
$route
.
query
.
recordId
,
this
.
dialogVisible
=!
0
}},
beforeMount
:
function
(){
this
.
getEmployeeDetail
(),
this
.
getHistoryList
()},
mounted
:
function
(){
var
e
=
this
.
$route
.
query
.
type
;
e
&&
"unemployee"
==
e
&&
(
this
.
navpath
=
this
.
editNavpath
),
this
.
$nextTick
(
function
(){
document
.
querySelector
(
".contact-wrap__body"
).
style
.
overflow
=
"hidden"
})},
beforeDestroy
:
function
(){
document
.
querySelector
(
".contact-wrap__body"
).
style
.
overflow
=
"auto"
}},
m
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"div"
,{
staticClass
:
"common-set-wrap"
,
style
:{
"min-height"
:
e
.
windowH
}},[
i
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"right-content"
},[
i
(
"div"
,{
staticClass
:
"right-box"
},[
i
(
"div"
,{
staticClass
:
"commom-container clerk-detail-container"
},[
i
(
"p"
,{
staticClass
:
"t-rt"
},[
i
(
"a"
,{
staticClass
:
"a-href font-14"
,
on
:{
click
:
function
(
t
){
e
.
getPdf
()}}},[
e
.
_v
(
"打印员工档案"
)])]),
e
.
_v
(
" "
),
i
(
"div"
,{
style
:{
"min-height"
:
e
.
windowH
},
attrs
:{
id
:
"pdfDom"
}},[
i
(
"div"
,{
staticClass
:
"employee-detail-cell"
},[
i
(
"div"
,{
staticClass
:
"head-info"
},[
i
(
"p"
,{
staticClass
:
"head-cell"
},[
e
.
info
.
headPic
?
i
(
"img"
,{
staticClass
:
"head-img"
,
attrs
:{
src
:
e
.
info
.
headPic
}}):
i
(
"span"
,{
staticClass
:
"head-img-null"
},[
i
(
"i"
,{
staticClass
:
"iconfont icon-yewuduanmorentouxian"
})])]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell name"
},[
e
.
_v
(
e
.
_s
(
e
.
info
.
clerkName
)),
i
(
"span"
,[
e
.
_v
(
e
.
_s
(
"-1"
==
e
.
info
.
clerkStatus
?
"无状态"
:
e
.
statusList
[
e
.
info
.
clerkStatus
-
1
]))])]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell c-303133"
},[
e
.
_v
(
e
.
_s
(
e
.
info
.
groupName
)
+
e
.
_s
(
e
.
info
.
positionName
))]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"head-cell color-606266"
},[
e
.
_v
(
"已在"
+
e
.
_s
(
e
.
info
.
enterpriseName
)
+
"工作了"
+
e
.
_s
(
e
.
info
.
days
)
+
"天"
)])])]),
e
.
_v
(
" "
),
e
.
_l
(
e
.
fieldList
,
function
(
t
){
return
[
t
.
childrens
?
i
(
"editable-cell"
,{
key
:
t
.
fieldCode
,
attrs
:{
info
:
e
.
info
,
staticInfo
:
e
.
staticInfo
,
items
:
e
.
items
,
title
:
t
.
title
,
fieldList
:
t
.
childrens
},
on
:{
subSuccess
:
e
.
subSuccess
}}):
e
.
_e
()]}),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"mile-stone-container"
},[
e
.
_m
(
0
),
e
.
_v
(
" "
),
i
(
"ul"
,{
staticClass
:
"mile-stone"
},
e
.
_l
(
e
.
mileStone
,
function
(
t
,
a
){
return
i
(
"li"
,{
key
:
a
,
staticClass
:
"stone-group"
,
class
:
a
%
2
==
0
?
"column"
:
"column-reverse"
},[
4
==
t
.
length
&&
a
!=
e
.
mileStone
.
length
-
1
?
i
(
"div"
,{
staticClass
:
"column-hurdle"
}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
_l
(
t
,
function
(
t
,
s
){
return
i
(
"div"
,{
key
:
s
,
staticClass
:
"stone"
,
class
:
a
%
2
==
1
&&
3
==
s
||
a
%
2
==
0
&&
0
==
s
&&
0
!=
a
?
"no-radio"
:
""
},[
i
(
"p"
,{
staticClass
:
"time"
},[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatDate"
)(
t
.
historyDate
,
"YY-MM-DD"
)))]),
e
.
_v
(
" "
),
e
.
_m
(
1
,
!
0
),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"position"
},[
e
.
_v
(
e
.
_s
(
t
.
positionName
))]),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"font-16 "
},[
e
.
_v
(
e
.
_s
(
e
.
historyStatus
[
1
*
t
.
historyStatus
-
1
])),
3
==
t
.
historyStatus
?
i
(
"a"
,{
staticClass
:
"a-href m-l-10 fs-12"
,
on
:{
click
:
function
(
i
){
e
.
editHis
(
t
)}}},[
e
.
_v
(
"编辑"
)]):
e
.
_e
()]),
e
.
_v
(
" "
),
3
==
t
.
historyStatus
?
i
(
"p"
,[
e
.
_v
(
"离职理由:"
+
e
.
_s
(
e
.
reasons
[
t
.
fireReason
]))]):
e
.
_e
(),
e
.
_v
(
" "
),
i
(
"p"
,{
staticClass
:
"color-606266"
},[
e
.
_v
(
e
.
_s
(
t
.
storeName
?
t
.
storeName
:
t
.
groupName
))])])})],
2
)}))])],
2
),
e
.
_v
(
" "
),
i
(
"el-dialog"
,{
attrs
:{
title
:
"修改离职信息"
,
visible
:
e
.
dialogVisible
,
width
:
"480px"
},
on
:{
"update:visible"
:
function
(
t
){
e
.
dialogVisible
=
t
}}},[
i
(
"handle-dialog"
,{
attrs
:{
employee
:
e
.
editHisObj
,
handleType
:
"changeFireInfo"
,
typeTitle
:
"修改离职信息"
},
on
:{
handleSuccess
:
e
.
handleSuccess
}})],
1
)],
1
)])]),
e
.
_v
(
" "
),
i
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"p"
,{
staticClass
:
"m-s-title"
},[
t
(
"span"
,{
staticClass
:
"font-w-500"
},[
this
.
_v
(
"员工记录"
)])])},
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"hurdle-box"
},[
t
(
"span"
,{
staticClass
:
"radio"
}),
this
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"hurdle"
})])}]};
var
p
=
i
(
"VU/8"
)(
u
,
m
,
!
1
,
function
(
e
){
i
(
"f46A"
)},
null
,
null
);
t
.
default
=
p
.
exports
},
S2qe
:
function
(
e
,
t
){},
f46A
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/app.
302cb7b247fce53fe3c0
.js
→
dist/static/js/app.
fc0f8dc408b9473ada4f
.js
View file @
7d7afb0a
webpackJsonp
([
42
],{
"4qCZ"
:
function
(
e
,
t
){},
"5tgt"
:
function
(
e
,
t
,
n
){
e
.
exports
=
function
(
e
,
t
){
return
function
(
o
){
n
(
"Opzk"
)(
"./"
+
e
+
"/"
+
t
+
".vue"
).
then
(
function
(
e
){
o
(
e
)})}}},
NHnr
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
o
=
n
(
"mvHQ"
),
a
=
n
.
n
(
o
),
r
=
n
(
"7+uW"
),
c
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
attrs
:{
id
:
"app"
}},[
t
(
"transition"
,{
attrs
:{
name
:
"fade"
,
mode
:
"out-in"
}},[
t
(
"router-view"
)],
1
)],
1
)},
staticRenderFns
:[]};
var
s
=
n
(
"VU/8"
)({
name
:
"App"
,
data
:
function
(){
return
{}}},
c
,
!
1
,
function
(
e
){
n
(
"Qxu9"
)},
null
,
null
).
exports
,
i
=
n
(
"/ocq"
),
m
=
n
(
"5tgt"
),
d
=
n
.
n
(
m
);
r
.
default
.
use
(
i
.
a
);
var
p
=
function
(
e
){
n
.
e
(
1
).
then
(
n
.
bind
(
null
,
"ODjX"
)).
then
(
function
(
t
){
e
(
t
)})};
window
.
sessionStorage
.
getItem
(
"token"
)
&&
store
.
commit
(
types
.
LOGIN
,
window
.
sessionStorage
.
getItem
(
"token"
));
var
u
,
l
=
[{
path
:
"/"
,
name
:
"/"
,
redirect
:
"login"
},{
path
:
"/login"
,
name
:
"登录"
,
component
:
d
()(
"login"
,
"index"
)},{
path
:
"/index"
,
name
:
"index"
,
component
:
d
()(
"index"
,
"index"
)},{
path
:
"/contacts"
,
name
:
"通讯录"
,
redirect
:
"administrativeFrame"
,
component
:
d
()(
"contacts"
,
"index"
),
children
:[{
path
:
"/administrativeFrame"
,
name
:
"行政架构"
,
component
:
d
()(
"contacts"
,
"administrativeFrame"
)},{
path
:
"/employeeIo"
,
name
:
"批量导入/导出"
,
component
:
d
()(
"contacts"
,
"employeeIo"
)},{
path
:
"/addDepartment"
,
name
:
"添加部门"
,
component
:
d
()(
"contacts"
,
"addDepartment"
)},{
path
:
"/addClerk"
,
name
:
"添加店员"
,
component
:
d
()(
"contacts"
,
"addClerk"
)},{
path
:
"/storeFrame"
,
name
:
"门店架构"
,
component
:
d
()(
"contacts"
,
"storeFrame"
)},{
path
:
"/addGroup"
,
name
:
"添加子分组"
,
component
:
d
()(
"contacts"
,
"addGroup"
)},{
path
:
"/storeIo"
,
name
:
"门店导入/导出"
,
component
:
d
()(
"contacts"
,
"storeIo"
)},{
path
:
"/storeInfo"
,
name
:
"编辑门店"
,
component
:
d
()(
"contacts"
,
"storeInfo"
)},{
path
:
"/recycle"
,
name
:
"门店回收站"
,
component
:
d
()(
"contacts"
,
"recycle"
)},{
path
:
"/employee"
,
name
:
"编辑员工"
,
component
:
d
()(
"contacts"
,
"employee"
)},{
path
:
"/unemployee"
,
name
:
"离职员工"
,
component
:
d
()(
"contacts"
,
"unemployee"
)},{
path
:
"/fileSet"
,
name
:
"档案设置"
,
component
:
d
()(
"contacts"
,
"fileSet"
)},{
path
:
"/recordInfo"
,
name
:
"编辑员工信息"
,
component
:
d
()(
"contacts"
,
"recordInfo"
)},{
path
:
"/recordIo"
,
name
:
"导入导出员工档案"
,
component
:
d
()(
"contacts"
,
"recordIo"
)},{
path
:
"/shareContact"
,
name
:
"共享通讯录"
,
component
:
d
()(
"contacts"
,
"shareContact"
)},{
path
:
"/shareCode"
,
name
:
"共享通讯录二维码"
,
component
:
d
()(
"contacts"
,
"shareCode"
)},{
path
:
"/employeeRecord"
,
name
:
"在职员工"
,
component
:
d
()(
"contacts"
,
"employeeRecord"
)}]},{
path
:
"/enterpriseApp"
,
name
:
"企业应用"
,
component
:
d
()(
"enterpriseApp"
,
"index"
)},{
path
:
"/reviewCenter"
,
name
:
"审核中心"
,
redirect
:
"unreview"
,
component
:
d
()(
"reviewCenter"
,
"index"
),
children
:[{
path
:
"/reviewed"
,
name
:
"已审核"
,
component
:
d
()(
"reviewCenter"
,
"reviewed"
)},{
path
:
"/unreview"
,
name
:
"未审核"
,
component
:
d
()(
"reviewCenter"
,
"unreview"
)}]},{
path
:
"/setCenter"
,
name
:
"设置"
,
redirect
:
"companyAddress"
,
component
:
d
()(
"setting"
,
"index"
),
children
:[{
path
:
"/companyAddress"
,
name
:
"企业地址"
,
component
:
d
()(
"setting"
,
"companyAddress"
)},{
path
:
"/companyCertify"
,
name
:
"企业认证"
,
component
:
d
()(
"setting"
,
"companyCertify"
)},{
path
:
"/staffDetails"
,
name
:
"员工详情字段"
,
component
:
d
()(
"setting"
,
"staffDetails"
)},{
path
:
"/storePermission"
,
name
:
"门店权限设置"
,
component
:
d
()(
"setting"
,
"storePermission"
)},{
path
:
"/replaceAdmin"
,
name
:
"更换超级管理员"
,
component
:
d
()(
"setting"
,
"replaceAdmin"
)},{
path
:
"/setChildAdmin"
,
name
:
"设置子管理员"
,
component
:
d
()(
"setting"
,
"setChildAdmin"
)},{
path
:
"/addAdmin"
,
name
:
"添加管理员"
,
component
:
d
()(
"setting"
,
"addAdmin"
)},{
path
:
"/addAdminRole"
,
name
:
"添加管理员角色"
,
component
:
d
()(
"setting"
,
"addAdminRole"
)}]},{
path
:
"/staffRecordsTemplate"
,
name
:
"员工档案设置"
,
component
:
d
()(
"contacts"
,
"staffRecordsTemplate"
)},{
path
:
"/403"
,
name
:
"无权访问"
,
component
:
p
},{
path
:
"/404"
,
name
:
"error404"
,
component
:
p
},{
path
:
"/500"
,
name
:
"error500"
,
component
:
p
},{
path
:
"*"
,
redirect
:
"/404"
,
hidden
:
!
0
}],
f
=
new
i
.
a
({
routes
:
l
,
scrollBehavior
:
function
(){
return
{
y
:
0
}}}),
h
=
n
(
"zL8q"
),
v
=
n
.
n
(
h
),
g
=
n
(
"Rf8U"
),
w
=
n
.
n
(
g
),
y
=
n
(
"mtWM"
),
C
=
n
.
n
(
y
),
x
=
n
(
"bOdI"
),
A
=
n
.
n
(
x
),
I
=
n
(
"NYxO"
);
r
.
default
.
use
(
I
.
a
);
var
R
=
new
I
.
a
.
Store
({
state
:{
user
:{},
token
:
null
,
title
:
""
,
show
:
!
1
,
bgHeight
:
window
.
screen
.
availHeight
-
440
-
24
+
"px"
},
mutations
:(
u
=
{},
A
()(
u
,
"login"
,
function
(
e
,
t
){
sessionStorage
.
token
=
t
,
e
.
token
=
t
}),
A
()(
u
,
"logout"
,
function
(
e
){
sessionStorage
.
removeItem
(
"token"
),
e
.
token
=
null
}),
A
()(
u
,
"title"
,
function
(
e
,
t
){
e
.
title
=
t
}),
A
()(
u
,
"show"
,
function
(
e
,
t
){
e
.
show
=
t
}),
u
)}),
k
=
(
n
(
"4qCZ"
),
n
(
"uKUT"
),
n
(
"Xcu2"
),
n
(
"TUaa"
)),
P
=
n
.
n
(
k
),
S
=
n
(
"tyqE"
),
O
=
n
.
n
(
S
),
T
=
n
(
"pRVe"
),
b
=
n
.
n
(
T
),
D
=
n
(
"SE7k"
),
F
=
n
.
n
(
D
),
j
=
n
(
"XsK6"
),
z
=
n
.
n
(
j
),
E
=
n
(
"QRL9"
),
G
=
n
.
n
(
E
),
H
=
n
(
"2Pnh"
),
q
=
n
.
n
(
H
),
J
=
n
(
"l9mu"
),
X
=
n
.
n
(
J
),
U
=
{
install
:
function
(
e
,
t
){
e
.
prototype
.
getPdf
=
function
(){
var
e
=
this
.
htmlTitle
;
q
()(
document
.
querySelector
(
"#pdfDom"
),{
allowTaint
:
!
0
,
foreignObjectRendering
:
!
0
}).
then
(
function
(
t
){
var
n
=
t
.
width
,
o
=
t
.
height
,
a
=
n
/
592.28
*
841.89
,
r
=
o
,
c
=
0
,
s
=
592.28
/
n
*
o
,
i
=
t
.
toDataURL
(
"image/jpeg"
,
1
),
m
=
new
X
.
a
(
""
,
"pt"
,
"a4"
);
if
(
r
<
a
)
m
.
addImage
(
i
,
"JPEG"
,
0
,
0
,
595.28
,
s
);
else
for
(;
r
>
0
;)
m
.
addImage
(
i
,
"JPEG"
,
0
,
c
,
595.28
,
s
),
c
-=
841.89
,(
r
-=
a
)
>
0
&&
m
.
addPage
();
m
.
save
(
e
+
".pdf"
)})}}};
r
.
default
.
use
(
U
),
r
.
default
.
use
(
z
.
a
),
r
.
default
.
use
(
G
.
a
),
r
.
default
.
use
(
F
.
a
),
r
.
default
.
use
(
b
.
a
),
r
.
default
.
use
(
O
.
a
),
r
.
default
.
use
(
P
.
a
),
r
.
default
.
config
.
productionTip
=!
1
,
r
.
default
.
use
(
v
.
a
,{
size
:
"large"
}),
r
.
default
.
use
(
w
.
a
,
C
.
a
),
r
.
default
.
axios
.
defaults
.
withCredentials
=!
0
,
f
.
beforeEach
(
function
(
e
,
t
,
n
){
var
o
=
void
0
,
r
=
window
.
location
.
origin
;
o
=
"-1"
!=
r
.
indexOf
(
"localhost"
)?
"http://www.gicdev.com"
:
r
,
localStorage
.
getItem
(
"userInfo"
)
||
C
.
a
.
get
(
o
+
"/haoban-manage-web/emp/get-user-info"
,{}).
then
(
function
(
e
){
var
t
=
e
.
data
;
1
!=
t
.
errorCode
?
h
.
Message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
}):
localStorage
.
setItem
(
"userInfo"
,
a
()(
t
.
result
))}).
catch
(
function
(
e
){
h
.
Message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})}),
"/"
==
e
.
path
?
n
({
path
:
"/login"
}):
n
()}),
new
r
.
default
({
el
:
"#app"
,
router
:
f
,
store
:
R
,
components
:{
App
:
s
},
template
:
"<App/>"
})},
Opzk
:
function
(
e
,
t
,
n
){
var
o
=
{
"./contacts/addClerk.vue"
:[
"27o1"
,
0
,
15
],
"./contacts/addDepartment.vue"
:[
"HHRu"
,
0
,
10
],
"./contacts/addEmployee.vue"
:[
"00Sv"
,
38
],
"./contacts/addGroup.vue"
:[
"mPjx"
,
0
,
29
],
"./contacts/administrativeFrame.vue"
:[
"kLcy"
,
0
,
3
],
"./contacts/employee.vue"
:[
"AdJp"
,
0
,
30
],
"./contacts/employeeIo.vue"
:[
"Rwbg"
,
0
,
26
],
"./contacts/employeeRecord.vue"
:[
"zGJY"
,
0
,
5
],
"./contacts/fileSet.vue"
:[
"CSjr"
,
0
,
6
],
"./contacts/index.vue"
:[
"41Rh"
,
0
,
36
],
"./contacts/recordInfo.vue"
:[
"67iC"
,
0
,
18
],
"./contacts/recordIo.vue"
:[
"738z"
,
0
,
16
],
"./contacts/recycle.vue"
:[
"HkK0"
,
0
,
19
],
"./contacts/shareAddDepartment.vue"
:[
"q5Ri"
,
0
,
9
],
"./contacts/shareCode.vue"
:[
"JsWW"
,
0
,
35
],
"./contacts/shareContact.vue"
:[
"Gfms"
,
0
,
2
],
"./contacts/staffRecordsTemplate.vue"
:[
"lFAe"
,
0
,
12
],
"./contacts/storeFrame.vue"
:[
"7SJI"
,
0
,
4
],
"./contacts/storeInfo.vue"
:[
"h/6A"
,
0
,
37
],
"./contacts/storeIo.vue"
:[
"RHxA"
,
0
,
40
],
"./contacts/unemployee.vue"
:[
"TGrv"
,
0
,
11
],
"./enterpriseApp/index.vue"
:[
"da9f"
,
28
],
"./errorPage/403.vue"
:[
"6XGN"
,
21
],
"./errorPage/404.vue"
:[
"AejC"
,
23
],
"./errorPage/500.vue"
:[
"FskK"
,
22
],
"./errorPage/index.vue"
:[
"ODjX"
,
1
],
"./index/index.vue"
:[
"JXTs"
,
0
,
25
],
"./login/index.vue"
:[
"T+/8"
,
0
,
7
],
"./reviewCenter/index.vue"
:[
"+lem"
,
33
],
"./reviewCenter/reviewed.vue"
:[
"CLYF"
,
0
,
14
],
"./reviewCenter/unreview.vue"
:[
"xCEU"
,
0
,
13
],
"./setting/addAdmin.vue"
:[
"rs/A"
,
0
,
27
],
"./setting/addAdminRole.vue"
:[
"fZsz"
,
0
,
20
],
"./setting/companyAddress.vue"
:[
"SKyE"
,
0
,
31
],
"./setting/companyCertify.vue"
:[
"3zYh"
,
0
,
8
],
"./setting/index.vue"
:[
"VlR1"
,
34
],
"./setting/replaceAdmin.vue"
:[
"ys9I"
,
0
,
39
],
"./setting/setChildAdmin.vue"
:[
"VqB7"
,
0
,
32
],
"./setting/staffDetails.vue"
:[
"Zyzf"
,
0
,
24
],
"./setting/storePermission.vue"
:[
"Xwfy"
,
0
,
17
]};
function
a
(
e
){
var
t
=
o
[
e
];
return
t
?
Promise
.
all
(
t
.
slice
(
1
).
map
(
n
.
e
)).
then
(
function
(){
return
n
(
t
[
0
])}):
Promise
.
reject
(
new
Error
(
"Cannot find module '"
+
e
+
"'."
))}
a
.
keys
=
function
(){
return
Object
.
keys
(
o
)},
a
.
id
=
"Opzk"
,
e
.
exports
=
a
},
Qxu9
:
function
(
e
,
t
){},
Xcu2
:
function
(
e
,
t
){},
uKUT
:
function
(
e
,
t
){}},[
"NHnr"
]);
\ No newline at end of file
webpackJsonp
([
42
],{
"4qCZ"
:
function
(
e
,
t
){},
"5tgt"
:
function
(
e
,
t
,
n
){
e
.
exports
=
function
(
e
,
t
){
return
function
(
o
){
n
(
"Opzk"
)(
"./"
+
e
+
"/"
+
t
+
".vue"
).
then
(
function
(
e
){
o
(
e
)})}}},
NHnr
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
o
=
n
(
"mvHQ"
),
a
=
n
.
n
(
o
),
r
=
n
(
"7+uW"
),
c
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
attrs
:{
id
:
"app"
}},[
t
(
"transition"
,{
attrs
:{
name
:
"fade"
,
mode
:
"out-in"
}},[
t
(
"router-view"
)],
1
)],
1
)},
staticRenderFns
:[]};
var
s
=
n
(
"VU/8"
)({
name
:
"App"
,
data
:
function
(){
return
{}}},
c
,
!
1
,
function
(
e
){
n
(
"Qxu9"
)},
null
,
null
).
exports
,
i
=
n
(
"/ocq"
),
m
=
n
(
"5tgt"
),
d
=
n
.
n
(
m
);
r
.
default
.
use
(
i
.
a
);
var
p
=
function
(
e
){
n
.
e
(
1
).
then
(
n
.
bind
(
null
,
"ODjX"
)).
then
(
function
(
t
){
e
(
t
)})};
window
.
sessionStorage
.
getItem
(
"token"
)
&&
store
.
commit
(
types
.
LOGIN
,
window
.
sessionStorage
.
getItem
(
"token"
));
var
u
,
l
=
[{
path
:
"/"
,
name
:
"/"
,
redirect
:
"login"
},{
path
:
"/login"
,
name
:
"登录"
,
component
:
d
()(
"login"
,
"index"
)},{
path
:
"/index"
,
name
:
"index"
,
component
:
d
()(
"index"
,
"index"
)},{
path
:
"/contacts"
,
name
:
"通讯录"
,
redirect
:
"administrativeFrame"
,
component
:
d
()(
"contacts"
,
"index"
),
children
:[{
path
:
"/administrativeFrame"
,
name
:
"行政架构"
,
component
:
d
()(
"contacts"
,
"administrativeFrame"
)},{
path
:
"/employeeIo"
,
name
:
"批量导入/导出"
,
component
:
d
()(
"contacts"
,
"employeeIo"
)},{
path
:
"/addDepartment"
,
name
:
"添加部门"
,
component
:
d
()(
"contacts"
,
"addDepartment"
)},{
path
:
"/addClerk"
,
name
:
"添加店员"
,
component
:
d
()(
"contacts"
,
"addClerk"
)},{
path
:
"/storeFrame"
,
name
:
"门店架构"
,
component
:
d
()(
"contacts"
,
"storeFrame"
)},{
path
:
"/addGroup"
,
name
:
"添加子分组"
,
component
:
d
()(
"contacts"
,
"addGroup"
)},{
path
:
"/storeIo"
,
name
:
"门店导入/导出"
,
component
:
d
()(
"contacts"
,
"storeIo"
)},{
path
:
"/storeInfo"
,
name
:
"编辑门店"
,
component
:
d
()(
"contacts"
,
"storeInfo"
)},{
path
:
"/recycle"
,
name
:
"门店回收站"
,
component
:
d
()(
"contacts"
,
"recycle"
)},{
path
:
"/employee"
,
name
:
"编辑员工"
,
component
:
d
()(
"contacts"
,
"employee"
)},{
path
:
"/unemployee"
,
name
:
"离职员工"
,
component
:
d
()(
"contacts"
,
"unemployee"
)},{
path
:
"/fileSet"
,
name
:
"档案设置"
,
component
:
d
()(
"contacts"
,
"fileSet"
)},{
path
:
"/recordInfo"
,
name
:
"编辑员工信息"
,
component
:
d
()(
"contacts"
,
"recordInfo"
)},{
path
:
"/recordIo"
,
name
:
"导入导出员工档案"
,
component
:
d
()(
"contacts"
,
"recordIo"
)},{
path
:
"/shareContact"
,
name
:
"共享通讯录"
,
component
:
d
()(
"contacts"
,
"shareContact"
)},{
path
:
"/shareCode"
,
name
:
"共享通讯录二维码"
,
component
:
d
()(
"contacts"
,
"shareCode"
)},{
path
:
"/employeeRecord"
,
name
:
"在职员工"
,
component
:
d
()(
"contacts"
,
"employeeRecord"
)}]},{
path
:
"/enterpriseApp"
,
name
:
"企业应用"
,
component
:
d
()(
"enterpriseApp"
,
"index"
)},{
path
:
"/reviewCenter"
,
name
:
"审核中心"
,
redirect
:
"unreview"
,
component
:
d
()(
"reviewCenter"
,
"index"
),
children
:[{
path
:
"/reviewed"
,
name
:
"已审核"
,
component
:
d
()(
"reviewCenter"
,
"reviewed"
)},{
path
:
"/unreview"
,
name
:
"未审核"
,
component
:
d
()(
"reviewCenter"
,
"unreview"
)}]},{
path
:
"/setCenter"
,
name
:
"设置"
,
redirect
:
"companyAddress"
,
component
:
d
()(
"setting"
,
"index"
),
children
:[{
path
:
"/companyAddress"
,
name
:
"企业地址"
,
component
:
d
()(
"setting"
,
"companyAddress"
)},{
path
:
"/companyCertify"
,
name
:
"企业认证"
,
component
:
d
()(
"setting"
,
"companyCertify"
)},{
path
:
"/staffDetails"
,
name
:
"员工详情字段"
,
component
:
d
()(
"setting"
,
"staffDetails"
)},{
path
:
"/storePermission"
,
name
:
"门店权限设置"
,
component
:
d
()(
"setting"
,
"storePermission"
)},{
path
:
"/replaceAdmin"
,
name
:
"更换超级管理员"
,
component
:
d
()(
"setting"
,
"replaceAdmin"
)},{
path
:
"/setChildAdmin"
,
name
:
"设置子管理员"
,
component
:
d
()(
"setting"
,
"setChildAdmin"
)},{
path
:
"/addAdmin"
,
name
:
"添加管理员"
,
component
:
d
()(
"setting"
,
"addAdmin"
)},{
path
:
"/addAdminRole"
,
name
:
"添加管理员角色"
,
component
:
d
()(
"setting"
,
"addAdminRole"
)}]},{
path
:
"/staffRecordsTemplate"
,
name
:
"员工档案设置"
,
component
:
d
()(
"contacts"
,
"staffRecordsTemplate"
)},{
path
:
"/403"
,
name
:
"无权访问"
,
component
:
p
},{
path
:
"/404"
,
name
:
"error404"
,
component
:
p
},{
path
:
"/500"
,
name
:
"error500"
,
component
:
p
},{
path
:
"*"
,
redirect
:
"/404"
,
hidden
:
!
0
}],
f
=
new
i
.
a
({
routes
:
l
,
scrollBehavior
:
function
(){
return
{
y
:
0
}}}),
h
=
n
(
"zL8q"
),
v
=
n
.
n
(
h
),
g
=
n
(
"Rf8U"
),
w
=
n
.
n
(
g
),
y
=
n
(
"mtWM"
),
C
=
n
.
n
(
y
),
x
=
n
(
"bOdI"
),
A
=
n
.
n
(
x
),
I
=
n
(
"NYxO"
);
r
.
default
.
use
(
I
.
a
);
var
R
=
new
I
.
a
.
Store
({
state
:{
user
:{},
token
:
null
,
title
:
""
,
show
:
!
1
,
bgHeight
:
window
.
screen
.
availHeight
-
440
-
24
+
"px"
},
mutations
:(
u
=
{},
A
()(
u
,
"login"
,
function
(
e
,
t
){
sessionStorage
.
token
=
t
,
e
.
token
=
t
}),
A
()(
u
,
"logout"
,
function
(
e
){
sessionStorage
.
removeItem
(
"token"
),
e
.
token
=
null
}),
A
()(
u
,
"title"
,
function
(
e
,
t
){
e
.
title
=
t
}),
A
()(
u
,
"show"
,
function
(
e
,
t
){
e
.
show
=
t
}),
u
)}),
k
=
(
n
(
"4qCZ"
),
n
(
"uKUT"
),
n
(
"Xcu2"
),
n
(
"TUaa"
)),
P
=
n
.
n
(
k
),
S
=
n
(
"tyqE"
),
O
=
n
.
n
(
S
),
T
=
n
(
"pRVe"
),
b
=
n
.
n
(
T
),
D
=
n
(
"SE7k"
),
F
=
n
.
n
(
D
),
j
=
n
(
"XsK6"
),
z
=
n
.
n
(
j
),
E
=
n
(
"QRL9"
),
G
=
n
.
n
(
E
),
H
=
n
(
"2Pnh"
),
q
=
n
.
n
(
H
),
J
=
n
(
"l9mu"
),
X
=
n
.
n
(
J
),
U
=
{
install
:
function
(
e
,
t
){
e
.
prototype
.
getPdf
=
function
(){
var
e
=
this
.
htmlTitle
;
q
()(
document
.
querySelector
(
"#pdfDom"
),{
allowTaint
:
!
0
,
foreignObjectRendering
:
!
0
}).
then
(
function
(
t
){
var
n
=
t
.
width
,
o
=
t
.
height
,
a
=
n
/
592.28
*
841.89
,
r
=
o
,
c
=
0
,
s
=
592.28
/
n
*
o
,
i
=
t
.
toDataURL
(
"image/jpeg"
,
1
),
m
=
new
X
.
a
(
""
,
"pt"
,
"a4"
);
if
(
r
<
a
)
m
.
addImage
(
i
,
"JPEG"
,
0
,
0
,
595.28
,
s
);
else
for
(;
r
>
0
;)
m
.
addImage
(
i
,
"JPEG"
,
0
,
c
,
595.28
,
s
),
c
-=
841.89
,(
r
-=
a
)
>
0
&&
m
.
addPage
();
m
.
save
(
e
+
".pdf"
)})}}};
r
.
default
.
use
(
U
),
r
.
default
.
use
(
z
.
a
),
r
.
default
.
use
(
G
.
a
),
r
.
default
.
use
(
F
.
a
),
r
.
default
.
use
(
b
.
a
),
r
.
default
.
use
(
O
.
a
),
r
.
default
.
use
(
P
.
a
),
r
.
default
.
config
.
productionTip
=!
1
,
r
.
default
.
use
(
v
.
a
,{
size
:
"large"
}),
r
.
default
.
use
(
w
.
a
,
C
.
a
),
r
.
default
.
axios
.
defaults
.
withCredentials
=!
0
,
f
.
beforeEach
(
function
(
e
,
t
,
n
){
var
o
=
void
0
,
r
=
window
.
location
.
origin
;
o
=
"-1"
!=
r
.
indexOf
(
"localhost"
)?
"http://www.gicdev.com"
:
r
,
localStorage
.
getItem
(
"userInfo"
)
||
C
.
a
.
get
(
o
+
"/haoban-manage-web/emp/get-user-info"
,{}).
then
(
function
(
e
){
var
t
=
e
.
data
;
1
!=
t
.
errorCode
?
h
.
Message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
}):
localStorage
.
setItem
(
"userInfo"
,
a
()(
t
.
result
))}).
catch
(
function
(
e
){
h
.
Message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})}),
"/"
==
e
.
path
?
n
({
path
:
"/login"
}):
n
()}),
new
r
.
default
({
el
:
"#app"
,
router
:
f
,
store
:
R
,
components
:{
App
:
s
},
template
:
"<App/>"
})},
Opzk
:
function
(
e
,
t
,
n
){
var
o
=
{
"./contacts/addClerk.vue"
:[
"27o1"
,
0
,
15
],
"./contacts/addDepartment.vue"
:[
"HHRu"
,
0
,
10
],
"./contacts/addEmployee.vue"
:[
"00Sv"
,
38
],
"./contacts/addGroup.vue"
:[
"mPjx"
,
0
,
29
],
"./contacts/administrativeFrame.vue"
:[
"kLcy"
,
0
,
3
],
"./contacts/employee.vue"
:[
"AdJp"
,
0
,
30
],
"./contacts/employeeIo.vue"
:[
"Rwbg"
,
0
,
26
],
"./contacts/employeeRecord.vue"
:[
"zGJY"
,
0
,
5
],
"./contacts/fileSet.vue"
:[
"CSjr"
,
0
,
6
],
"./contacts/index.vue"
:[
"41Rh"
,
0
,
36
],
"./contacts/recordInfo.vue"
:[
"67iC"
,
0
,
22
],
"./contacts/recordIo.vue"
:[
"738z"
,
0
,
16
],
"./contacts/recycle.vue"
:[
"HkK0"
,
0
,
18
],
"./contacts/shareAddDepartment.vue"
:[
"q5Ri"
,
0
,
9
],
"./contacts/shareCode.vue"
:[
"JsWW"
,
0
,
35
],
"./contacts/shareContact.vue"
:[
"Gfms"
,
0
,
2
],
"./contacts/staffRecordsTemplate.vue"
:[
"lFAe"
,
0
,
12
],
"./contacts/storeFrame.vue"
:[
"7SJI"
,
0
,
4
],
"./contacts/storeInfo.vue"
:[
"h/6A"
,
0
,
37
],
"./contacts/storeIo.vue"
:[
"RHxA"
,
0
,
40
],
"./contacts/unemployee.vue"
:[
"TGrv"
,
0
,
11
],
"./enterpriseApp/index.vue"
:[
"da9f"
,
28
],
"./errorPage/403.vue"
:[
"6XGN"
,
20
],
"./errorPage/404.vue"
:[
"AejC"
,
23
],
"./errorPage/500.vue"
:[
"FskK"
,
21
],
"./errorPage/index.vue"
:[
"ODjX"
,
1
],
"./index/index.vue"
:[
"JXTs"
,
0
,
25
],
"./login/index.vue"
:[
"T+/8"
,
0
,
7
],
"./reviewCenter/index.vue"
:[
"+lem"
,
33
],
"./reviewCenter/reviewed.vue"
:[
"CLYF"
,
0
,
14
],
"./reviewCenter/unreview.vue"
:[
"xCEU"
,
0
,
13
],
"./setting/addAdmin.vue"
:[
"rs/A"
,
0
,
27
],
"./setting/addAdminRole.vue"
:[
"fZsz"
,
0
,
19
],
"./setting/companyAddress.vue"
:[
"SKyE"
,
0
,
31
],
"./setting/companyCertify.vue"
:[
"3zYh"
,
0
,
8
],
"./setting/index.vue"
:[
"VlR1"
,
34
],
"./setting/replaceAdmin.vue"
:[
"ys9I"
,
0
,
39
],
"./setting/setChildAdmin.vue"
:[
"VqB7"
,
0
,
32
],
"./setting/staffDetails.vue"
:[
"Zyzf"
,
0
,
24
],
"./setting/storePermission.vue"
:[
"Xwfy"
,
0
,
17
]};
function
a
(
e
){
var
t
=
o
[
e
];
return
t
?
Promise
.
all
(
t
.
slice
(
1
).
map
(
n
.
e
)).
then
(
function
(){
return
n
(
t
[
0
])}):
Promise
.
reject
(
new
Error
(
"Cannot find module '"
+
e
+
"'."
))}
a
.
keys
=
function
(){
return
Object
.
keys
(
o
)},
a
.
id
=
"Opzk"
,
e
.
exports
=
a
},
Qxu9
:
function
(
e
,
t
){},
Xcu2
:
function
(
e
,
t
){},
uKUT
:
function
(
e
,
t
){}},[
"NHnr"
]);
\ No newline at end of file
dist/static/js/manifest.
bb51a6c1d41f612489
ff.js
→
dist/static/js/manifest.
ef721de5baaf28d85a
ff.js
View file @
7d7afb0a
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
f
,
n
,
r
){
for
(
var
t
,
o
,
b
,
i
=
0
,
u
=
[];
i
<
f
.
length
;
i
++
)
o
=
f
[
i
],
a
[
o
]
&&
u
.
push
(
a
[
o
][
0
]),
a
[
o
]
=
0
;
for
(
t
in
n
)
Object
.
prototype
.
hasOwnProperty
.
call
(
n
,
t
)
&&
(
e
[
t
]
=
n
[
t
]);
for
(
c
&&
c
(
f
,
n
,
r
);
u
.
length
;)
u
.
shift
()();
if
(
r
)
for
(
i
=
0
;
i
<
r
.
length
;
i
++
)
b
=
d
(
d
.
s
=
r
[
i
]);
return
b
};
var
f
=
{},
a
=
{
44
:
0
};
function
d
(
c
){
if
(
f
[
c
])
return
f
[
c
].
exports
;
var
a
=
f
[
c
]
=
{
i
:
c
,
l
:
!
1
,
exports
:{}};
return
e
[
c
].
call
(
a
.
exports
,
a
,
a
.
exports
,
d
),
a
.
l
=!
0
,
a
.
exports
}
d
.
e
=
function
(
e
){
var
c
=
a
[
e
];
if
(
0
===
c
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
c
)
return
c
[
2
];
var
f
=
new
Promise
(
function
(
f
,
d
){
c
=
a
[
e
]
=
[
f
,
d
]});
c
[
2
]
=
f
;
var
n
=
document
.
getElementsByTagName
(
"head"
)[
0
],
r
=
document
.
createElement
(
"script"
);
r
.
type
=
"text/javascript"
,
r
.
charset
=
"utf-8"
,
r
.
async
=!
0
,
r
.
timeout
=
12
e4
,
d
.
nc
&&
r
.
setAttribute
(
"nonce"
,
d
.
nc
),
r
.
src
=
d
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"f25c4ad74628a9c4e256"
,
1
:
"4e5dc79adcf9e1d40da1"
,
2
:
"bd7bd7f9c1e5fe07360b"
,
3
:
"0f2768c0aa85e6ba2f59"
,
4
:
"f7d2e2d3f90fd77cbe92"
,
5
:
"96e9bd527364c3b21801"
,
6
:
"bcf4532e6a55dfcc50de"
,
7
:
"5e87410d160e19c222a5"
,
8
:
"bc9879c18e0eefd45736"
,
9
:
"f1312188cae89dc9955f"
,
10
:
"28345958bfebdf28561f"
,
11
:
"904fb1ec168a22ec03a3"
,
12
:
"f33078370ab13436ea86"
,
13
:
"2d4736bd7e251f3dcf47"
,
14
:
"e7d3ed2156f3fb9a1081"
,
15
:
"4559c7f280133c1c843a"
,
16
:
"f39c7bfa0f5fc8ed86d6"
,
17
:
"e276878409aef724ffb3"
,
18
:
"ba7e9ae20df2cc330b46"
,
19
:
"cad3457efbfa82dcd956"
,
20
:
"ada1a23d2ad53ce7e8f0"
,
21
:
"86cf9b32a6a3a5bdd242"
,
22
:
"a51dc83d6123e696f14e"
,
23
:
"2d4fb5655c6a50627ac3"
,
24
:
"116e361cc02f70bfcaa3"
,
25
:
"cef58007b279cec51d0c"
,
26
:
"2b908724cc25801d0b99"
,
27
:
"e91ad83c4c8984fd36cb"
,
28
:
"9e07fe8f120cba9b2df2"
,
29
:
"516c7ceb85621860fe0e"
,
30
:
"24ee02c41bae733cd122"
,
31
:
"07e388fdec2be21fd250"
,
32
:
"a49280b61c8e6fc67d95"
,
33
:
"ed418d28d5537a6780cb"
,
34
:
"9cc8bfbf8f23598269fc"
,
35
:
"66e3c7e04a15a59e3564"
,
36
:
"0d1ecaa2e5e3cd7f1292"
,
37
:
"774ebe3d54ad8b741119"
,
38
:
"b99de1c255ed20dcccbd"
,
39
:
"e40ef2d2e3948fbf5db2"
,
40
:
"0342cde8f52fadd8217e"
,
43
:
"13848f214bb993c20004"
}[
e
]
+
".js"
;
var
t
=
setTimeout
(
o
,
12
e4
);
function
o
(){
r
.
onerror
=
r
.
onload
=
null
,
clearTimeout
(
t
);
var
c
=
a
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
a
[
e
]
=
void
0
)}
return
r
.
onerror
=
r
.
onload
=
o
,
n
.
appendChild
(
r
),
f
},
d
.
m
=
e
,
d
.
c
=
f
,
d
.
d
=
function
(
e
,
c
,
f
){
d
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
f
})},
d
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
d
.
d
(
c
,
"a"
,
c
),
c
},
d
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
d
.
p
=
"./"
,
d
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
f
,
n
,
r
){
for
(
var
t
,
o
,
b
,
i
=
0
,
u
=
[];
i
<
f
.
length
;
i
++
)
o
=
f
[
i
],
a
[
o
]
&&
u
.
push
(
a
[
o
][
0
]),
a
[
o
]
=
0
;
for
(
t
in
n
)
Object
.
prototype
.
hasOwnProperty
.
call
(
n
,
t
)
&&
(
e
[
t
]
=
n
[
t
]);
for
(
c
&&
c
(
f
,
n
,
r
);
u
.
length
;)
u
.
shift
()();
if
(
r
)
for
(
i
=
0
;
i
<
r
.
length
;
i
++
)
b
=
d
(
d
.
s
=
r
[
i
]);
return
b
};
var
f
=
{},
a
=
{
44
:
0
};
function
d
(
c
){
if
(
f
[
c
])
return
f
[
c
].
exports
;
var
a
=
f
[
c
]
=
{
i
:
c
,
l
:
!
1
,
exports
:{}};
return
e
[
c
].
call
(
a
.
exports
,
a
,
a
.
exports
,
d
),
a
.
l
=!
0
,
a
.
exports
}
d
.
e
=
function
(
e
){
var
c
=
a
[
e
];
if
(
0
===
c
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
c
)
return
c
[
2
];
var
f
=
new
Promise
(
function
(
f
,
d
){
c
=
a
[
e
]
=
[
f
,
d
]});
c
[
2
]
=
f
;
var
n
=
document
.
getElementsByTagName
(
"head"
)[
0
],
r
=
document
.
createElement
(
"script"
);
r
.
type
=
"text/javascript"
,
r
.
charset
=
"utf-8"
,
r
.
async
=!
0
,
r
.
timeout
=
12
e4
,
d
.
nc
&&
r
.
setAttribute
(
"nonce"
,
d
.
nc
),
r
.
src
=
d
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"f25c4ad74628a9c4e256"
,
1
:
"4e5dc79adcf9e1d40da1"
,
2
:
"bd7bd7f9c1e5fe07360b"
,
3
:
"0f2768c0aa85e6ba2f59"
,
4
:
"f7d2e2d3f90fd77cbe92"
,
5
:
"96e9bd527364c3b21801"
,
6
:
"bcf4532e6a55dfcc50de"
,
7
:
"5e87410d160e19c222a5"
,
8
:
"bc9879c18e0eefd45736"
,
9
:
"f1312188cae89dc9955f"
,
10
:
"28345958bfebdf28561f"
,
11
:
"904fb1ec168a22ec03a3"
,
12
:
"f33078370ab13436ea86"
,
13
:
"2d4736bd7e251f3dcf47"
,
14
:
"e7d3ed2156f3fb9a1081"
,
15
:
"4559c7f280133c1c843a"
,
16
:
"f39c7bfa0f5fc8ed86d6"
,
17
:
"e276878409aef724ffb3"
,
18
:
"7da7ef6b0e4ced135857"
,
19
:
"24d3b04047c477417e69"
,
20
:
"017a9cfa661e84320607"
,
21
:
"1a97216861297187e706"
,
22
:
"fc7f5bb5d1dcaf865fee"
,
23
:
"2d4fb5655c6a50627ac3"
,
24
:
"116e361cc02f70bfcaa3"
,
25
:
"cef58007b279cec51d0c"
,
26
:
"2b908724cc25801d0b99"
,
27
:
"e91ad83c4c8984fd36cb"
,
28
:
"9e07fe8f120cba9b2df2"
,
29
:
"516c7ceb85621860fe0e"
,
30
:
"24ee02c41bae733cd122"
,
31
:
"07e388fdec2be21fd250"
,
32
:
"a49280b61c8e6fc67d95"
,
33
:
"ed418d28d5537a6780cb"
,
34
:
"9cc8bfbf8f23598269fc"
,
35
:
"66e3c7e04a15a59e3564"
,
36
:
"0d1ecaa2e5e3cd7f1292"
,
37
:
"774ebe3d54ad8b741119"
,
38
:
"b99de1c255ed20dcccbd"
,
39
:
"e40ef2d2e3948fbf5db2"
,
40
:
"0342cde8f52fadd8217e"
,
43
:
"13848f214bb993c20004"
}[
e
]
+
".js"
;
var
t
=
setTimeout
(
o
,
12
e4
);
function
o
(){
r
.
onerror
=
r
.
onload
=
null
,
clearTimeout
(
t
);
var
c
=
a
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
a
[
e
]
=
void
0
)}
return
r
.
onerror
=
r
.
onload
=
o
,
n
.
appendChild
(
r
),
f
},
d
.
m
=
e
,
d
.
c
=
f
,
d
.
d
=
function
(
e
,
c
,
f
){
d
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
f
})},
d
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
d
.
d
(
c
,
"a"
,
c
),
c
},
d
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
d
.
p
=
"./"
,
d
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
src/views/contacts/recordInfo.vue
View file @
7d7afb0a
<
template
>
<div
class=
"common-set-wrap"
:style=
"
{'height': windowH}">
<div
class=
"common-set-wrap"
:style=
"
{'
min-
height': windowH}">
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content"
>
<div
class=
"right-box"
>
<div
class=
"commom-container clerk-detail-container"
>
<p
class=
"t-rt"
><a
class=
"a-href font-14"
@
click=
"getPdf()"
>
打印员工档案
</a></p>
<div
id=
"pdfDom"
>
<div
id=
"pdfDom"
:style=
"
{'min-height': windowH}"
>
<div
class=
"employee-detail-cell"
>
<div
class=
"head-info"
>
<p
class=
"head-cell"
>
...
...
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