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
8ae4cb17
Commit
8ae4cb17
authored
Apr 12, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加企业公告读取分页
parent
66676e16
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
123 additions
and
29 deletions
+123
-29
README.md
README.md
+5
-3
index.html
dist/index.html
+2
-2
app.a74de1e4acc64d1e7d795e82966e84d1.css
dist/static/css/app.a74de1e4acc64d1e7d795e82966e84d1.css
+0
-0
26.8f0bb144b5e757399727.js
dist/static/js/26.8f0bb144b5e757399727.js
+2
-2
26.f4379b6101b36ecad43c.js
dist/static/js/26.f4379b6101b36ecad43c.js
+0
-2
27.aab2e5e06ca20a7a7fd5.js
dist/static/js/27.aab2e5e06ca20a7a7fd5.js
+2
-2
28.140ad99228544036c969.js
dist/static/js/28.140ad99228544036c969.js
+2
-2
29.11d63b982452da045e98.js
dist/static/js/29.11d63b982452da045e98.js
+2
-2
30.3c6ecc51205b6dc310ea.js
dist/static/js/30.3c6ecc51205b6dc310ea.js
+2
-2
31.1216a85c15743155d70d.js
dist/static/js/31.1216a85c15743155d70d.js
+2
-0
app.3748901c008e64050655.js
dist/static/js/app.3748901c008e64050655.js
+2
-2
manifest.ee01fc99144cac6a7ade.js
dist/static/js/manifest.ee01fc99144cac6a7ade.js
+2
-2
noticeList.vue
src/views/enterpriseApp/notice/noticeList.vue
+100
-8
No files found.
README.md
View file @
8ae4cb17
...
...
@@ -26,7 +26,9 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
>由于自定义 header 头增加 haobanSign 字段(即企业id),本地调试有些请求会有 options 预检请求,可以先注释下面代码, build 时候在放开注释;
```
# src/api/api.js
let haobanSign = JSON.parse(localStorage.getItem('userInfo')).enterpriseId;
Vue.axios.defaults.headers.post['haobansign'] = haobanSign;
Vue.axios.defaults.headers.get['haobansign'] = haobanSign;
if (!!localStorage.getItem('userInfo')) {
let haobanSign = JSON.parse(localStorage.getItem('userInfo')).enterpriseId;
Vue.axios.defaults.headers.post['haobansign'] = haobanSign;
Vue.axios.defaults.headers.get['haobansign'] = haobanSign;
}
```
dist/index.html
View file @
8ae4cb17
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
href=
./static/css/app.456f686fd36b581d8941f1642a71075b.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.5a4aeba0826746615a03.js
></script><script
type=
text/javascript
src=
./static/js/vendor.7bffa30b60868871b0ad.js
></script><script
type=
text/javascript
src=
./static/js/app.51c76e71c88dc2980026.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.a74de1e4acc64d1e7d795e82966e84d1.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.ee01fc99144cac6a7ade.js
></script><script
type=
text/javascript
src=
./static/js/vendor.7bffa30b60868871b0ad.js
></script><script
type=
text/javascript
src=
./static/js/app.3748901c008e64050655.js
></script></body></html>
\ No newline at end of file
dist/static/css/app.
456f686fd36b581d8941f1642a71075b
.css
→
dist/static/css/app.
a74de1e4acc64d1e7d795e82966e84d1
.css
View file @
8ae4cb17
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/js/2
7.2ea724b0442e927bfdf5
.js
→
dist/static/js/2
6.8f0bb144b5e757399727
.js
View file @
8ae4cb17
webpackJsonp
([
27
],{
"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
(
"GVON"
)},
"data-v-34b4b20b"
,
null
);
L
.
default
=
C
.
exports
},
CkW6
:
function
(
M
,
L
){
M
.
exports
=
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="
},
GVON
:
function
(
M
,
L
){}});
\ No newline at end of file
webpackJsonp
([
26
],{
"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
(
"GVON"
)},
"data-v-34b4b20b"
,
null
);
L
.
default
=
C
.
exports
},
CkW6
:
function
(
M
,
L
){
M
.
exports
=
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAwIDMzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwIDMzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZBRkNGRjt9DQoJLnN0MXtmaWxsOiNEQkU1RjE7fQ0KCS5zdDJ7ZmlsbDojREVFN0Y0O30NCgkuc3Qze2ZpbGw6I0I5QzdEQjt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDV7ZmlsbDpub25lO3N0cm9rZTojQjlDN0RCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q2e2ZpbGw6bm9uZTtzdHJva2U6I0I2QzdEODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0NSIgZD0iTTI3NC41LDI0MS4zYy01LjMtNS4zLTQuNCw0LjQtNi43LDYuN2MtMy4xLDMuMS02LjMsNi05LjcsOC42SDEyNS4yYy0zLjQtMi43LTYuNi01LjYtOS43LTguNw0KCWMtMjguNC0yOC41LTM4LjYtNzAuNS0yNi42LTEwOWwtMTAuNS0xMC42Yy01LjMtNS4zLTUuMy0xMy44LDAtMTkuMmM1LjItNS4zLDEzLjctNS4zLDE5LTAuMWMwLDAsMCwwLDAuMSwwLjFsNi42LDYuOA0KCWMzLjEsMy4yLDguMiwzLjIsMTEuNCwwbDAsMGMzLjItMy4yLDMuMi04LjMsMC0xMS41TDEwMy4xLDkyYy0zLjItMy4yLTMuMi04LjMsMC0xMS41YzMuMS0zLjIsOC4yLTMuMiwxMS40LDBsMCwwbDE3LjIsMTcuMg0KCWMtMC45LDMuNywwLjksNy42LDQuNCw5LjNjMy41LDEuNyw3LjcsMC42LDkuOS0yLjVjMi4zLTMuMSwyLjEtNy40LTAuNS0xMC4zYy0zLjMtMy44LTYuNS03LjItNi41LTcuMmwtNy4zLTcuNA0KCWMzNC44LTIxLjMsODIuNi0yMS43LDExNy4yLDBjMzQuNSwyMS43LDUzLjksNjEuMiw1MCwxMDEuOWwxNS40LDE1LjZjMy4yLDMuMiwzLjIsOC4zLDAsMTEuNWMtMy4xLDMuMi04LjIsMy4yLTExLjQsMGwwLDANCglsLTE1LjEtMTUuM2MtMy4xLTMuMi04LjItMy4yLTExLjQsMGwwLDBjLTMuMiwzLjItMy4yLDguMywwLDExLjVsMTcuMSwxNy4yYzUuMiw1LjMsNS4yLDEzLjgsMCwxOS4xDQoJQzI4OC40LDI0Ni42LDI3OS45LDI0Ni42LDI3NC41LDI0MS4zQzI3NC42LDI0MS4zLDI3NC42LDI0MS4zLDI3NC41LDI0MS4zTDI3NC41LDI0MS4zeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTg2LjYsNzEuNGMwLDQuNywzLjgsOC41LDguNSw4LjVjMS41LDAsMy0wLjQsNC4zLTEuMWM0LjEtMi4zLDUuNS03LjUsMy4xLTExLjZjLTEuNS0yLjYtNC4zLTQuMy03LjQtNC4zDQoJQzkwLjQsNjIuOSw4Ni42LDY2LjcsODYuNiw3MS40Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjQsMTQ1LjRoMjQuM2wtNy40LDE3LjljMi42LDEuOCw0LjUsMy44LDUuOCw2YzEuMiwyLjIsMS45LDQuOCwxLjksNy44YzAsNC42LTEuNiw4LjQtNC44LDExLjINCgljLTMuMiwyLjktNy4zLDQuMy0xMi4zLDQuM2MtMi41LDAtNS4xLTAuNC03LjUtMS4xdi0xMy4xYzIsMC45LDMuOSwxLjQsNS41LDEuNHMyLjktMC41LDMuNy0xLjRjMC45LTEsMS4zLTIuMywxLjMtNC4xDQoJYzAtMS45LTAuOC0zLjQtMi40LTQuNmMtMS42LTEuMi0zLjctMS43LTYuNC0xLjdsMy40LTkuMWgtNS4xVjE0NS40TDIxNi40LDE0NS40eiBNMjA3LjUsMTgxLjZjMCwxLjUtMC4zLDMtMC44LDQuMw0KCXMtMS4zLDIuNS0yLjMsMy41cy0yLjIsMS44LTMuNCwyLjNjLTEuMywwLjYtMi44LDAuOS00LjMsMC45aC05LjZjLTEuNSwwLTIuOS0wLjMtNC4zLTAuOWMtMS4zLTAuNi0yLjUtMS4zLTMuNC0yLjMNCgljLTAuNC0wLjQtMC44LTAuOS0xLjItMS40bDExLjctMTcuM3Y2YzAsMC42LDAuMiwxLjEsMC42LDEuNGMwLjQsMC40LDAuOCwwLjYsMS40LDAuNmMxLjEsMCwyLTAuOCwyLTEuOXYtMC4xdi0xMS45bDEwLjktMTYuMQ0KCWMxLjgsMiwyLjgsNC42LDIuNyw3LjNMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZMMjA3LjUsMTgxLjZ6IE0xNzcuMSwxODUuOWMtMC42LTEuNC0wLjktMi44LTAuOC00LjNWMTU2YzAtMS41LDAuMy0zLDAuOC00LjMNCglzMS4zLTIuNSwyLjMtMy41czIuMi0xLjgsMy40LTIuM2MxLjMtMC42LDIuOC0wLjksNC4zLTAuOWg5LjZjMS41LDAsMi45LDAuMyw0LjMsMC45YzEuMywwLjUsMi40LDEuMywzLjQsMi4zbC0xMC41LDE1LjR2LTIuNw0KCWMwLTAuNS0wLjItMS4xLTAuNi0xLjRjLTAuNC0wLjQtMC45LTAuNi0xLjQtMC42Yy0xLjEsMC0yLDAuOC0yLDEuOXYwLjF2OC42bC0xMi4xLDE3LjlDMTc3LjUsMTg2LjksMTc3LjMsMTg2LjQsMTc3LjEsMTg1LjkNCglMMTc3LjEsMTg1Ljl6IE0yNDMuOCwxOTIuN2MzLjUtNy40LDUuMy0xNS41LDUuMy0yMy43YzAtMzAuNS0yNC40LTU1LjItNTQuNi01NS4ycy01NC42LDI0LjctNTQuNiw1NS4yYzAsMC40LDAsMC44LDAsMS4xDQoJbDE5LjYtMjQuNmgxMS40TDE1NCwxNzEuM2g1LjV2LTYuNWwxMS43LTE4LjV2NDYuOGgtMTEuN3YtOS44aC0xNy44YzUuMSwxOS4yLDIwLjEsMzQuMywzOS4yLDM5LjJjLTEuMiwzLjEtNC44LDEwLjctMTAuNywxMg0KCWMtNy4zLDEuNywxOS45LDAuNCwzOS40LTEyLjVjMTQuOS00LjQsMjcuMi0xNSwzMy45LTI4LjlMMjQzLjgsMTkyLjdMMjQzLjgsMTkyLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjM4LjksMTU0LjNsLTI0LjQsMzUuNGwwLjUsMC4zbDI0LjQtMzUuNEwyMzguOSwxNTQuM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjYuMiw2Ni42aDhjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjIsMC4zLTAuNiwwLjQtMC45LDAuNGgtOA0KCWMtMC40LDAtMC43LTAuMS0wLjktMC40Yy0wLjUtMC41LTAuNS0xLjQsMC0xLjlDMjY1LjUsNjYuNywyNjUuOCw2Ni42LDI2Ni4yLDY2LjYgTTExNi41LDIwMS45Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJczgtMy42LDgtOC4xUzEyMC45LDIwMS45LDExNi41LDIwMS45TDExNi41LDIwMS45eiBNMTIxLjQsMjEyLjFjLTAuOCwyLTIuOCwzLjMtNC45LDMuM2MtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4xLDMuMy01DQoJYzItMC44LDQuMy0wLjQsNS44LDEuMkMxMjEuOCwyMDcuNywxMjIuMiwyMTAsMTIxLjQsMjEyLjFMMTIxLjQsMjEyLjF6IE0xOTEuMyw3OC43Yy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xDQoJYzIuMSwwLDQuMi0wLjksNS43LTIuNHMyLjMtMy42LDIuMy01LjdDMTk5LjMsODIuNCwxOTUuNyw3OC43LDE5MS4zLDc4Ljd6IE0xOTYuMyw4OC45Yy0wLjgsMi0yLjgsMy4zLTQuOSwzLjMNCgljLTMsMC01LjMtMi40LTUuMy01LjRjMC0yLjIsMS4zLTQuMiwzLjMtNXM0LjMtMC40LDUuOCwxLjJDMTk2LjYsODQuNiwxOTcuMSw4Ni45LDE5Ni4zLDg4LjlMMTk2LjMsODguOXogTTI3MC4yLDE2Mi42DQoJYy00LjQsMC04LDMuNi04LDguMXMzLjYsOC4xLDgsOC4xczgtMy42LDgtOC4xQzI3OC4yLDE2Ni4zLDI3NC42LDE2Mi42LDI3MC4yLDE2Mi42eiBNMjc1LjEsMTcyLjhjLTAuOCwyLTIuOCwzLjMtNC45LDMuMw0KCWMtMywwLTUuMy0yLjQtNS4zLTUuNGMwLTIuMiwxLjMtNC4yLDMuMy01czQuMy0wLjQsNS44LDEuMlMyNzUuOSwxNzAuOCwyNzUuMSwxNzIuOHogTTIzMC4xLDMxLjRjLTQuNCwwLTgsMy42LTgsOC4xczMuNiw4LjEsOCw4LjENCgljMi4xLDAsNC4yLTAuOSw1LjctMi40czIuMy0zLjYsMi4zLTUuN0MyMzguMSwzNSwyMzQuNSwzMS40LDIzMC4xLDMxLjR6IE0yMzUsNDEuNmMtMC44LDItMi44LDMuMy00LjksMy4zYy0zLDAtNS4zLTIuNC01LjMtNS40DQoJYzAtMi4yLDEuMy00LjIsMy4zLTVzNC4zLTAuNCw1LjgsMS4yQzIzNS40LDM3LjIsMjM1LjgsMzkuNSwyMzUsNDEuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNjMuMiw0NS45aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuNSwwLjUsMC41LDEuMywwLDEuOWwwLDBjLTAuMywwLjMtMC42LDAuNC0xLDAuNGgtOC4yDQoJYy0wLjQsMC0wLjctMC4xLTEtMC40Yy0wLjUtMC41LTAuNS0xLjMsMC0xLjlsMCwwQzE2Mi40LDQ2LjEsMTYyLjgsNDUuOSwxNjMuMiw0NS45IE0yNzEuNyw2My41djhjMCwwLjQtMC4xLDAuNy0wLjQsMC45DQoJYy0wLjMsMC4zLTAuNiwwLjQtMSwwLjRjLTAuNywwLTEuNC0wLjYtMS40LTEuM2wwLDB2LThjMC0wLjQsMC4xLTAuNywwLjQtMC45YzAuNS0wLjUsMS40LTAuNSwxLjksMA0KCUMyNzEuNiw2Mi44LDI3MS43LDYzLjIsMjcxLjcsNjMuNSIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwNy40LDE1NC44aDguMmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjIsMC40LDAuNiwwLjQsMC45YzAsMC43LTAuNiwxLjMtMS40LDEuM2gtOC4yDQoJYy0wLjUsMC0wLjktMC4zLTEuMi0wLjdjLTAuMi0wLjQtMC4yLTAuOSwwLTEuM0MxMDYuNCwxNTUuMSwxMDYuOSwxNTQuOCwxMDcuNCwxNTQuOCBNMTY5LDQyLjd2OGMwLDAuNC0wLjEsMC43LTAuNCwwLjkNCgljLTAuNSwwLjUtMS40LDAuNS0yLDBjLTAuMi0wLjItMC40LTAuNi0wLjQtMC45di04YzAtMC40LDAuMS0wLjcsMC40LTAuOWMwLjUtMC41LDEuNC0wLjUsMS45LDBDMTY4LjgsNDIsMTY5LDQyLjMsMTY5LDQyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMzAuOSwxMTAuM2g4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS40YzAsMC43LTAuNiwxLjMtMS4zLDEuNGgtOC4xYy0wLjgsMC0xLjQtMC42LTEuNC0xLjQNCgljMC0wLjQsMC4xLTAuNywwLjQtMUMyMzAuMiwxMTAuNCwyMzAuNiwxMTAuMywyMzAuOSwxMTAuMyIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTExNC42LDE2My44djguMmMwLDAuNC0wLjEsMC43LTAuNCwxYy0wLjUsMC41LTEuNCwwLjUtMS45LDBjLTAuMy0wLjMtMC40LTAuNi0wLjQtMXYtOC4yYzAtMC40LDAuMS0wLjcsMC40LTENCgljMC41LTAuNSwxLjQtMC41LDEuOSwwbDAsMEMxMTQuNCwxNjMuMSwxMTQuNiwxNjMuNCwxMTQuNiwxNjMuOCIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNiwyNzIuN2g2MC40YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40SDEyNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzEyNC43LDI3My4zLDEyNS4zLDI3Mi43LDEyNiwyNzIuNyIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxOC42LDI3Mi43aDM0LjljMC43LDAsMS4zLDAuNiwxLjMsMS4zYzAsMC43LTAuNiwxLjMtMS4zLDEuM2gtMzQuOWMtMC43LDAtMS4zLTAuNi0xLjQtMS4zDQoJYzAtMC40LDAuMS0wLjcsMC40LTFDMjE3LjksMjcyLjksMjE4LjIsMjcyLjcsMjE4LjYsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNTguMiwyODIuMmgxMzEuNWMwLjcsMCwxLjMsMC42LDEuNCwxLjNjMCwwLjQtMC4xLDAuNy0wLjQsMWMtMC4zLDAuMy0wLjYsMC40LTEsMC40SDE1OC4yDQoJYy0wLjcsMC0xLjMtMC42LTEuMy0xLjNsMCwwQzE1Ni45LDI4Mi44LDE1Ny41LDI4Mi4yLDE1OC4yLDI4Mi4yIi8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTMuOCwyODIuMmgzNC45YzAuNywwLDEuMywwLjYsMS4zLDEuM2wwLDBjMCwwLjctMC42LDEuMy0xLjMsMS40bDAsMEg5My44Yy0wLjcsMC0xLjMtMC42LTEuNC0xLjMNCgljMC0wLjQsMC4xLTAuNywwLjQtMUM5My4xLDI4Mi4zLDkzLjUsMjgyLjIsOTMuOCwyODIuMiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5Ny4xLDI3Mi43aDguMWMwLjcsMCwxLjMsMC42LDEuMywxLjNjMCwwLjctMC42LDEuMy0xLjMsMS4zaC04LjFjLTAuNywwLjEtMS40LTAuNS0xLjQtMS4zDQoJYy0wLjEtMC43LDAuNS0xLjQsMS4zLTEuNEMxOTcsMjcyLjcsMTk3LjEsMjcyLjcsMTk3LjEsMjcyLjciLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yODQuNCwyNjQuNmg4LjFjMC43LDAsMS4zLDAuNiwxLjMsMS4zbDAsMGMwLDAuNy0wLjYsMS4zLTEuMywxLjNoLTguMWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zDQoJQzI4MywyNjUuMywyODMuNiwyNjQuNiwyODQuNCwyNjQuNiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTk5LjIsMjY0LjZoMTcxLjdjMC40LDAsMC43LDAuMSwwLjksMC40YzAuNCwwLjQsMC41LDEsMC4zLDEuNWMtMC4yLDAuNS0wLjcsMC44LTEuMiwwLjhIOTkuMQ0KCWMtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzk3LjgsMjY1LjMsOTguNCwyNjQuNiw5OS4yLDI2NC42Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjM1LDk1Ljh2OC4xYzAsMC43LTAuNiwxLjMtMS4zLDEuM3MtMS4zLTAuNi0xLjMtMS4zdi04LjFjMC0wLjcsMC42LTEuMywxLjMtMS40QzIzNC40LDk0LjQsMjM1LDk1LDIzNSw5NS44Ig0KCS8+DQo8L3N2Zz4NCg=="
},
GVON
:
function
(
M
,
L
){}});
\ No newline at end of file
dist/static/js/26.f4379b6101b36ecad43c.js
deleted
100644 → 0
View file @
66676e16
webpackJsonp
([
26
],{
"/hRu"
:
function
(
e
,
t
){},
OVYO
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
i
=
a
(
"Ke24"
),
n
=
a
(
"fPyK"
),
s
=
a
(
"P9l9"
),
r
=
{
name
:
"noticeList"
,
props
:{
brandId
:{
type
:
String
,
default
:
function
(){
return
""
}},
activeGroupId
:{
type
:
String
,
default
:
function
(){
return
""
}}},
data
:
function
(){
return
{
topMenuData
:[{
id
:
"1"
,
name
:
"企业公告列表"
}],
activeId
:
"1"
,
activeBrand
:
this
.
brandId
,
activeGroup
:
this
.
activeGroupId
,
searchTitle
:
""
,
dateValue
:
""
,
startTime
:
""
,
endTime
:
""
,
tableData
:[],
pageSize
:
10
,
currentPage
:
1
,
totalCount
:
0
,
noReadCount
:
0
,
readCount
:
0
,
readList
:[],
noReadList
:[],
loading
:
!
1
,
dialogNoticeVisible
:
!
1
,
dialogVisible
:
!
1
,
defaultImg
:
a
(
"mt/x"
),
imgUrl
:
""
,
imgShowFlag
:
!
1
}},
filters
:{
formatTimeYMD
:
function
(
e
){
var
t
=
new
Date
(
e
),
a
=
t
.
getMonth
()
+
1
,
i
=
t
.
getDate
()
<
10
?
"0"
+
t
.
getDate
():
t
.
getDate
(),
n
=
a
<
10
?
"0"
+
a
:
a
;
return
t
.
getFullYear
()
+
"-"
+
n
+
"-"
+
i
},
formatTimeHMS
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
(
t
.
getHours
()
<
10
?
"0"
+
t
.
getHours
():
t
.
getHours
())
+
":"
+
(
t
.
getMinutes
()
<
10
?
"0"
+
t
.
getMinutes
():
t
.
getMinutes
())}},
watch
:{
brandId
:
function
(
e
,
t
){
e
&&
(
this
.
activeBrand
=
e
,
this
.
getNoticeList
())},
activeGroupId
:
function
(
e
,
t
){
e
&&
(
this
.
activeGroup
=
e
)}},
mounted
:
function
(){
this
.
activeBrand
=
this
.
brandId
,
this
.
brandId
&&
this
.
getNoticeList
()},
methods
:{
showImage
:
function
(
e
){
if
(
!
e
||
""
==
e
)
return
!
1
;
this
.
imgShowFlag
=!
0
,
this
.
imgUrl
=
e
},
hideImage
:
function
(
e
){
this
.
imgShowFlag
=
e
},
getNoticeList
:
function
(){
var
e
=
this
;
this
.
loading
=!
0
;
var
t
=
{
startTime
:
this
.
startTime
,
brandId
:
this
.
activeBrand
,
title
:
this
.
searchTitle
,
endTime
:
this
.
endTime
,
pageNum
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
};
Object
(
s
.
a
)(
"/haoban-app-announcement-web/announcement-list"
,
t
).
then
(
function
(
t
){
var
a
=
t
.
data
;
e
.
loading
=!
1
,
1
==
a
.
errorCode
&&
(
e
.
tableData
=
a
.
result
.
list
,
e
.
totalCount
=
a
.
result
.
total
)})},
changeDate
:
function
(
e
){
e
||
(
e
=
[]),
this
.
startTime
=
e
[
0
],
this
.
endTime
=
e
[
1
],
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
searchNotice
:
function
(){
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
clearInput
:
function
(){
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
delNotice
:
function
(
e
,
t
){
var
a
=
this
;
this
.
$confirm
(
"是否要删除选中的公告?"
,
"提示"
,{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
}).
then
(
function
(){
var
i
=
{
announcementId
:
e
};
Object
(
s
.
a
)(
"/haoban-app-announcement-web/announcement-delete"
,
i
).
then
(
function
(
e
){
var
i
=
e
.
data
;
1
==
i
.
errorCode
?(
a
.
totalCount
--
,
a
.
tableData
.
splice
(
t
,
1
),
0
==
a
.
tableData
.
length
&&
(
a
.
currentPage
>
1
?(
a
.
currentPage
--
,
a
.
getNoticeList
()):
a
.
totalCount
>
0
&&
a
.
getNoticeList
()),
a
.
$message
.
success
(
"删除成功"
)):
a
.
$message
.
error
(
i
.
message
)})}).
catch
(
function
(){})},
readDetail
:
function
(
e
){
var
t
=
this
;
t
.
dialogNoticeVisible
=!
0
;
var
a
=
{
announcementId
:
e
};
Object
(
s
.
a
)(
"/haoban-app-announcement-web/announcement-detail"
,
a
).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
==
a
.
errorCode
?(
t
.
noReadList
=
a
.
result
.
noReadEmployeeList
,
t
.
readList
=
a
.
result
.
employeeList
,
t
.
readCount
=
a
.
result
.
readCount
,
t
.
noReadCount
=
a
.
result
.
noReadCount
):
t
.
$message
.
error
(
a
.
message
)})},
handleSizeChange
:
function
(
e
){
this
.
pageSize
=
e
,
this
.
getNoticeList
()},
handleCurrentChange
:
function
(
e
){
this
.
currentPage
=
e
,
this
.
getNoticeList
()},
handlePreview
:
function
(
e
){
this
.
$refs
.
qrcodePreview
.
qrcode
(
e
,
"announcement"
),
this
.
dialogVisible
=!
0
},
addNotice
:
function
(){
this
.
$router
.
push
(
"/addNotice?appIcon="
+
this
.
$route
.
query
.
appIcon
)}},
components
:{
commonDetailTop
:
i
.
a
,
qrcodeDialog
:
n
.
a
}},
o
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"notice-list-wrap"
},[
a
(
"div"
,{
staticClass
:
"notice-list"
},[
a
(
"common-detail-top"
,{
attrs
:{
topMenuData
:
e
.
topMenuData
,
activeId
:
e
.
activeId
}}),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"notice-list-table"
},[
a
(
"div"
,{
staticClass
:
"search-wrap"
},[
a
(
"el-input"
,{
staticClass
:
"search-input"
,
attrs
:{
clearable
:
""
,
placeholder
:
"请输入公告标题"
,
"prefix-icon"
:
"el-icon-search"
},
on
:{
clear
:
e
.
clearInput
},
nativeOn
:{
keyup
:
function
(
t
){
return
"button"
in
t
||!
e
.
_k
(
t
.
keyCode
,
"enter"
,
13
,
t
.
key
,
"Enter"
)?
e
.
searchNotice
(
t
):
null
}},
model
:{
value
:
e
.
searchTitle
,
callback
:
function
(
t
){
e
.
searchTitle
=
t
},
expression
:
"searchTitle"
}}),
e
.
_v
(
" "
),
a
(
"el-date-picker"
,{
staticClass
:
"search-date"
,
attrs
:{
format
:
"yyyy-MM-dd"
,
"value-format"
:
"yyyy-MM-dd"
,
type
:
"daterange"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"end-placeholder"
:
"结束日期"
},
on
:{
change
:
e
.
changeDate
},
model
:{
value
:
e
.
dateValue
,
callback
:
function
(
t
){
e
.
dateValue
=
t
},
expression
:
"dateValue"
}}),
e
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"fr"
,
attrs
:{
type
:
"primary"
},
on
:{
click
:
e
.
addNotice
}},[
e
.
_v
(
"新建公告"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
directives
:[{
name
:
"loading"
,
rawName
:
"v-loading"
,
value
:
e
.
loading
,
expression
:
"loading"
}],
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
tableData
}},[
a
(
"el-table-column"
,{
attrs
:{
prop
:
"title"
,
label
:
"公告标题"
,
width
:
"180"
,
"show-overflow-tooltip"
:
""
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"name"
,
label
:
"公告封面"
,
width
:
"120"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"div"
,{
staticClass
:
"notice-img"
},[
a
(
"img"
,{
attrs
:{
src
:
t
.
row
.
imgUrl
?
t
.
row
.
imgUrl
:
e
.
defaultImg
,
alt
:
""
},
on
:{
mouseover
:
function
(
a
){
e
.
showImage
(
t
.
row
.
imgUrl
)}}})])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"content"
,
label
:
"公告内容"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"p"
,{
staticClass
:
"notice-content-wrap"
,
attrs
:{
title
:
t
.
row
.
content
}},[
e
.
_v
(
e
.
_s
(
t
.
row
.
content
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"address"
,
label
:
"读取情况"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
readDetail
(
t
.
row
.
announcementId
)}}},[
e
.
_v
(
e
.
_s
(
t
.
row
.
readCount
)
+
"/"
+
e
.
_s
(
t
.
row
.
noReadCount
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"address"
,
label
:
"发布时间"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
t
.
row
.
sendTime
?
a
(
"div"
,{
staticClass
:
"time-wrap"
},[
a
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatTimeYMD"
)(
t
.
row
.
sendTime
)))]),
e
.
_v
(
" "
),
a
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatTimeHMS"
)(
t
.
row
.
sendTime
)))])]):
a
(
"div"
,[
e
.
_v
(
"--"
)])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"opr"
,
label
:
"操作"
,
width
:
"100"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
handlePreview
(
t
.
row
.
announcementId
)}}},[
e
.
_v
(
"预览"
)]),
e
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
delNotice
(
t
.
row
.
announcementId
,
t
.
$index
)}}},[
e
.
_v
(
"删除"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
totalCount
>
0
?
a
(
"div"
,{
staticClass
:
"pagination"
},[
a
(
"el-pagination"
,{
attrs
:{
background
:
""
,
"page-sizes"
:[
10
,
20
,
30
,
40
],
"page-size"
:
e
.
pageSize
,
"current-page"
:
e
.
currentPage
,
layout
:
"total, sizes, prev, pager, next"
,
total
:
e
.
totalCount
},
on
:{
"size-change"
:
e
.
handleSizeChange
,
"current-change"
:
e
.
handleCurrentChange
}})],
1
):
e
.
_e
()],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"读取情况"
,
visible
:
e
.
dialogNoticeVisible
,
width
:
"618px"
},
on
:{
"update:visible"
:
function
(
t
){
e
.
dialogNoticeVisible
=
t
}}},[
a
(
"div"
,{
staticClass
:
"read-list-wrap"
},[
a
(
"div"
,{
staticClass
:
"read-list-lt"
},[
a
(
"div"
,{
staticClass
:
"read-list-title"
},[
e
.
_v
(
"已读("
+
e
.
_s
(
e
.
readCount
)
+
")"
)]),
e
.
_v
(
" "
),
e
.
readList
.
length
>
0
?
a
(
"ul"
,{
staticClass
:
"read-list"
},
e
.
_l
(
e
.
readList
,
function
(
t
,
i
){
return
a
(
"li"
,{
key
:
i
},[
e
.
_v
(
e
.
_s
(
t
))])})):
a
(
"div"
,{
staticClass
:
"no-read-list-data"
},[
e
.
_v
(
"暂无数据"
)])]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"read-list-rt"
},[
a
(
"div"
,{
staticClass
:
"read-list-title"
},[
e
.
_v
(
"未读("
+
e
.
_s
(
e
.
noReadCount
)
+
")"
)]),
e
.
_v
(
" "
),
e
.
noReadList
.
length
>
0
?
a
(
"ul"
,{
staticClass
:
"read-list"
},
e
.
_l
(
e
.
noReadList
,
function
(
t
,
i
){
return
a
(
"li"
,{
key
:
i
},[
e
.
_v
(
e
.
_s
(
t
))])})):
a
(
"div"
,{
staticClass
:
"no-read-list-data"
},[
e
.
_v
(
"暂无数据"
)])])])]),
e
.
_v
(
" "
),
a
(
"qrcode-dialog"
,{
ref
:
"qrcodePreview"
,
model
:{
value
:
e
.
dialogVisible
,
callback
:
function
(
t
){
e
.
dialogVisible
=
t
},
expression
:
"dialogVisible"
}}),
e
.
_v
(
" "
),
a
(
"vue-gic-img-preview"
,{
attrs
:{
imgUrl
:
e
.
imgUrl
,
imgShowFlag
:
e
.
imgShowFlag
},
on
:{
hideImage
:
e
.
hideImage
}}),
e
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
c
=
a
(
"VU/8"
)(
r
,
o
,
!
1
,
function
(
e
){
a
(
"/hRu"
)},
"data-v-3628bc04"
,
null
);
t
.
default
=
c
.
exports
},
"mt/x"
:
function
(
e
,
t
){
e
.
exports
=
"data:image/jpeg;base64,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"
}});
\ No newline at end of file
dist/static/js/2
8.9a558c8ef26760ba85d7
.js
→
dist/static/js/2
7.aab2e5e06ca20a7a7fd5
.js
View file @
8ae4cb17
webpackJsonp
([
28
],{
BqJ0
:
function
(
t
,
e
){},
Z46G
:
function
(
t
,
e
){},
Zyzf
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
i
=
a
(
"//Fk"
),
s
=
a
.
n
(
i
),
o
=
a
(
"gBtx"
),
n
=
a
.
n
(
o
),
l
=
a
(
"3Xzz"
),
c
=
a
(
"PI0u"
),
r
=
a
(
"P9l9"
),
d
=
a
(
"3E4D"
),
f
=
a
(
"Ch4/"
),
u
=
{
name
:
"staff-detail-field"
,
props
:{
showCustomDialog
:{
type
:
Boolean
,
default
:
!
1
},
detailData
:{
type
:
Array
,
default
:
function
(){
return
[]}},
dataType
:{
type
:
Number
,
default
:
1
}},
data
:
function
(){
return
{
repProjectName
:
"gic-web"
,
customDialog
:
!
1
,
fixData
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
],
fixDataStore
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
,
"clerkCode"
],
customData
:[],
checkList
:[],
setList
:[],
baseUrl
:
""
}},
beforeMount
:
function
(){
var
t
=
window
.
location
.
origin
;
"-1"
!=
t
.
indexOf
(
"localhost"
)?
this
.
baseUrl
=
"http://gicdev.demogic.com"
:
this
.
baseUrl
=
t
},
computed
:{},
methods
:{
handleCardClose
:
function
(){
this
.
customCancel
()},
customCancel
:
function
(){
this
.
customDialog
=!
1
,
this
.
$emit
(
"customHandleConfirm"
,
"hide"
)},
customConfirm
:
Object
(
c
.
a
)(
function
(){
this
.
checkList
=
this
.
customData
.
map
(
function
(
t
){
return
t
.
checkList
}).
flat
(),
this
.
saveFields
(
this
.
dataType
)},
500
),
customChange
:
function
(
t
){},
saveFields
:
function
(
t
){
var
e
=
this
,
a
=
{
fields
:
e
.
checkList
,
type
:
t
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-save.json"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
d
.
a
.
showmsg
(
"添加成功"
,
"success"
),
void
e
.
$emit
(
"customHandleConfirm"
);
f
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
console
.
log
(
t
),
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
treeData
:
function
(
t
){
var
e
=
t
.
filter
(
function
(
e
){
var
a
=
t
.
filter
(
function
(
t
){
return
e
.
fieldCode
==
t
.
parentCode
});
return
a
.
length
>
0
&&
(
e
.
children
=
a
),
0
==
e
.
parentCode
});
return
e
.
sort
(
function
(
t
,
e
){
return
t
.
sort
-
e
.
sort
}),
e
.
forEach
(
function
(
t
,
e
){
t
.
children
.
sort
(
function
(
t
,
e
){
return
t
.
sort
-
e
.
sort
})}),
e
},
getInfo
:
function
(){
var
t
=
this
;
t
.
setList
=
[],
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-find-template.json"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
f
.
a
.
errorMsg
(
a
):
a
.
result
&&
a
.
result
.
length
&&
a
.
result
.
forEach
(
function
(
e
){
0
!=
e
.
parentCode
&&
t
.
setList
.
push
(
e
.
fieldCode
)})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getAllFields
:
function
(){
var
t
=
this
;
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-find-system-template.json"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
f
.
a
.
errorMsg
(
a
):
t
.
handleAllFields
(
a
.
result
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
handleAllFields
:
function
(
t
){
var
e
=
this
.
treeData
(
t
);
e
.
forEach
(
function
(
t
,
e
){
t
.
checkList
=
[]}),
this
.
customData
=
e
},
handleDetailData
:
function
(){
var
t
=
this
;
t
.
customData
.
forEach
(
function
(
e
,
a
){
e
.
checkList
=
[],
e
.
children
.
forEach
(
function
(
a
,
i
){
t
.
checkList
.
includes
(
a
.
fieldCode
)
&&
e
.
checkList
.
push
(
a
.
fieldCode
),
a
.
disable
=
1
==
t
.
dataType
?
t
.
fixData
.
includes
(
a
.
fieldCode
):
t
.
fixDataStore
.
includes
(
a
.
fieldCode
),
t
.
setList
.
includes
(
a
.
fieldCode
)
||
(
a
.
disable
=!
0
)})})}},
watch
:{
showCustomDialog
:
function
(
t
,
e
){
this
.
customDialog
=
t
},
detailData
:
function
(
t
,
e
){
this
.
checkList
=
t
&&
t
.
length
?
t
:[],
this
.
handleDetailData
()}},
mounted
:
function
(){
var
t
=
this
;
t
.
customDialog
=
t
.
showCustomDialog
,
s
.
a
.
all
([
t
.
getInfo
()]).
then
(
function
(){
t
.
getAllFields
()})}},
m
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"custom-dialog-wrap"
},[
a
(
"el-dialog"
,{
attrs
:{
title
:
"员工个人详情页展示字段设置"
,
visible
:
t
.
customDialog
,
width
:
"761px"
,
"before-close"
:
t
.
handleCardClose
},
on
:{
"update:visible"
:
function
(
e
){
t
.
customDialog
=
e
}}},[
a
(
"div"
,{
staticClass
:
"custom-dialog__title"
},[
a
(
"p"
,{
staticClass
:
"custom-dialog__p"
},[
t
.
_v
(
"tips:添加后的字段将在员工个人详情页展示出来,个人敏感信息不建议添加"
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"custom-dialog-body"
},[
t
.
_l
(
t
.
customData
,
function
(
e
,
i
){
return
[
a
(
"div"
,{
key
:
i
,
staticClass
:
"detail-field-cell flex"
},[
a
(
"div"
,{
staticClass
:
"detail-field-left"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail-field-right flex"
},[
a
(
"el-checkbox-group"
,{
staticClass
:
"flex flex-wrap"
,
on
:{
change
:
t
.
customChange
},
model
:{
value
:
e
.
checkList
,
callback
:
function
(
a
){
t
.
$set
(
e
,
"checkList"
,
a
)},
expression
:
"item.checkList"
}},
t
.
_l
(
e
.
children
,
function
(
e
,
i
){
return
a
(
"el-checkbox"
,{
key
:
e
.
fieldCode
+
i
,
attrs
:{
label
:
e
.
fieldCode
,
disabled
:
e
.
disable
,
name
:
"type"
}},[
t
.
_v
(
"
\
n "
+
t
.
_s
(
e
.
fieldName
)
+
"
\
n "
)])}))],
1
)])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
customCancel
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
customConfirm
}},[
t
.
_v
(
"确 定"
)])],
1
)])],
1
)},
staticRenderFns
:[]};
var
h
=
a
(
"VU/8"
)(
u
,
m
,
!
1
,
function
(
t
){
a
(
"BqJ0"
)},
"data-v-18a74f44"
,
null
).
exports
,
g
=
{
name
:
"staffDetails"
,
data
:
function
(){
return
{
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"设置"
,
path
:
"/companyAddress"
},{
name
:
"通讯录信息"
,
path
:
"/staffDetails"
},{
name
:
"员工详细字段"
,
path
:
""
}],
fixData
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
],
fixDataStore
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
,
"clerkCode"
],
adminStruct
:{
name
:
"行政架构通讯录员工详情字段"
,
fixedList
:[],
defineList
:[]},
storeStruct
:{
name
:
"门店架构通讯录员工详情字段"
,
fixedList
:[],
defineList
:[]},
showCustomDialog
:
!
1
,
detailData
:[],
dataType
:
null
}},
computed
:{},
methods
:{
showDialogLayer
:
function
(
t
){
this
.
showCustomDialog
=!
0
,
this
.
dataType
=
t
,
this
.
detailData
=
1
===
t
?
this
.
adminStruct
.
fixedList
.
map
(
function
(
t
){
return
t
.
fields
}).
concat
(
this
.
adminStruct
.
defineList
.
map
(
function
(
t
){
return
t
.
fields
})):
this
.
storeStruct
.
fixedList
.
map
(
function
(
t
){
return
t
.
fields
}).
concat
(
this
.
storeStruct
.
defineList
.
map
(
function
(
t
){
return
t
.
fields
}))},
customHandleConfirm
:
function
(
t
){
if
(
this
.
showCustomDialog
=!
1
,
t
)
return
!
1
;
this
.
getSaveFields
(
this
.
dataType
)},
delField
:
function
(
t
,
e
,
a
,
i
){
var
s
=
this
;
s
.
$alert
(
"确定要删除?"
,
"提示"
,{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
}).
then
(
function
(
o
){
o
.
value
;
s
.
postDlField
(
e
.
fields
,
i
,
a
,
t
)}).
catch
(
function
(){})},
postDlField
:
function
(
t
,
e
,
a
,
i
){
var
s
=
this
,
o
=
{
fields
:
t
,
type
:
e
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-delete.json"
,
o
).
then
(
function
(
t
){
var
e
=
t
.
data
;
if
(
1
==
e
.
errorCode
)
return
d
.
a
.
showmsg
(
"删除成功"
,
"success"
),
void
a
.
splice
(
i
,
1
);
f
.
a
.
errorMsg
(
e
)}).
catch
(
function
(
t
){
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getSaveFields
:
function
(
t
){
var
e
=
this
;
1
===
t
?(
e
.
adminStruct
.
fixedList
=
[],
e
.
adminStruct
.
defineList
=
[]):(
e
.
storeStruct
.
fixedList
=
[],
e
.
storeStruct
.
defineList
=
[]);
var
a
=
{
type
:
t
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-detail.json"
,
a
).
then
(
function
(
a
){
var
i
=
a
.
data
;
1
!=
i
.
errorCode
?
f
.
a
.
errorMsg
(
i
):
i
.
result
.
forEach
(
function
(
a
,
i
){
1
===
n
()(
t
)?
e
.
fixData
.
includes
(
a
.
fields
)?
e
.
adminStruct
.
fixedList
.
push
(
a
):
e
.
adminStruct
.
defineList
.
push
(
a
):
e
.
fixDataStore
.
includes
(
a
.
fields
)?
e
.
storeStruct
.
fixedList
.
push
(
a
):
e
.
storeStruct
.
defineList
.
push
(
a
)})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
mounted
:
function
(){
s
.
a
.
all
([
this
.
getSaveFields
(
1
),
this
.
getSaveFields
(
2
)])},
components
:{
navCrumb
:
l
.
a
,
staffDetailField
:
h
}},
p
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"staffDetails-wrap common-set-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
t
.
navpath
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
,
style
:{
height
:
t
.
$store
.
state
.
bgHeight
,
"overflow-y"
:
"auto"
}},[
a
(
"div"
,{
staticClass
:
"staffDetails-cell"
},[
a
(
"h2"
,{
staticClass
:
"m-b-25 font-w-500"
},[
t
.
_v
(
t
.
_s
(
t
.
adminStruct
.
name
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-fixed"
},[
t
.
_l
(
t
.
adminStruct
.
fixedList
,
function
(
e
,
i
){
return
[
a
(
"el-button"
,{
key
:
"btn1"
+
i
,
staticClass
:
"staffDetails-cell-btn"
,
attrs
:{
disabled
:
""
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-add font-0"
},[
t
.
_l
(
t
.
adminStruct
.
defineList
,
function
(
e
,
i
){
return
[
a
(
"el-tag"
,{
key
:
"tag1"
+
i
,
staticClass
:
"staffDetails-cell-btn"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
)
+
" "
),
a
(
"i"
,{
staticClass
:
"el-icon-circle-close"
,
on
:{
click
:
function
(
a
){
a
.
stopPropagation
(),
t
.
delField
(
i
,
e
,
t
.
adminStruct
.
defineList
,
1
)}}})])]}),
t
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"el-tag m-l-8 staffDetails-cell-btn"
,
on
:{
click
:
function
(
e
){
e
.
stopPropagation
(),
t
.
showDialogLayer
(
1
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-plus"
}),
t
.
_v
(
"添加字段"
)])],
2
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell"
},[
a
(
"h2"
,{
staticClass
:
"m-b-25 font-w-500"
},[
t
.
_v
(
t
.
_s
(
t
.
storeStruct
.
name
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-fixed"
},[
t
.
_l
(
t
.
storeStruct
.
fixedList
,
function
(
e
,
i
){
return
[
a
(
"el-button"
,{
key
:
"btn"
+
i
,
staticClass
:
"staffDetails-cell-btn"
,
attrs
:{
disabled
:
""
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-add font-0"
},[
t
.
_l
(
t
.
storeStruct
.
defineList
,
function
(
e
,
i
){
return
[
a
(
"el-tag"
,{
key
:
"tag"
+
i
,
staticClass
:
"staffDetails-cell-btn"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
)
+
" "
),
a
(
"i"
,{
staticClass
:
"el-icon-circle-close"
,
on
:{
click
:
function
(
a
){
a
.
stopPropagation
(),
t
.
delField
(
i
,
e
,
t
.
storeStruct
.
defineList
,
2
)}}})])]}),
t
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"el-tag m-l-8 staffDetails-cell-btn"
,
on
:{
click
:
function
(
e
){
e
.
stopPropagation
(),
t
.
showDialogLayer
(
2
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-plus"
}),
t
.
_v
(
"添加字段"
)])],
2
)])])]),
t
.
_v
(
" "
),
a
(
"vue-gic-footer"
),
t
.
_v
(
" "
),
a
(
"staff-detail-field"
,{
attrs
:{
detailData
:
t
.
detailData
,
showCustomDialog
:
t
.
showCustomDialog
,
dataType
:
t
.
dataType
},
on
:{
customHandleConfirm
:
t
.
customHandleConfirm
}})],
1
)},
staticRenderFns
:[]};
var
v
=
a
(
"VU/8"
)(
g
,
p
,
!
1
,
function
(
t
){
a
(
"Z46G"
)},
"data-v-575a9b1d"
,
null
);
e
.
default
=
v
.
exports
}});
\ No newline at end of file
webpackJsonp
([
27
],{
BqJ0
:
function
(
t
,
e
){},
Z46G
:
function
(
t
,
e
){},
Zyzf
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
i
=
a
(
"//Fk"
),
s
=
a
.
n
(
i
),
o
=
a
(
"gBtx"
),
n
=
a
.
n
(
o
),
l
=
a
(
"3Xzz"
),
c
=
a
(
"PI0u"
),
r
=
a
(
"P9l9"
),
d
=
a
(
"3E4D"
),
f
=
a
(
"Ch4/"
),
u
=
{
name
:
"staff-detail-field"
,
props
:{
showCustomDialog
:{
type
:
Boolean
,
default
:
!
1
},
detailData
:{
type
:
Array
,
default
:
function
(){
return
[]}},
dataType
:{
type
:
Number
,
default
:
1
}},
data
:
function
(){
return
{
repProjectName
:
"gic-web"
,
customDialog
:
!
1
,
fixData
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
],
fixDataStore
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
,
"clerkCode"
],
customData
:[],
checkList
:[],
setList
:[],
baseUrl
:
""
}},
beforeMount
:
function
(){
var
t
=
window
.
location
.
origin
;
"-1"
!=
t
.
indexOf
(
"localhost"
)?
this
.
baseUrl
=
"http://gicdev.demogic.com"
:
this
.
baseUrl
=
t
},
computed
:{},
methods
:{
handleCardClose
:
function
(){
this
.
customCancel
()},
customCancel
:
function
(){
this
.
customDialog
=!
1
,
this
.
$emit
(
"customHandleConfirm"
,
"hide"
)},
customConfirm
:
Object
(
c
.
a
)(
function
(){
this
.
checkList
=
this
.
customData
.
map
(
function
(
t
){
return
t
.
checkList
}).
flat
(),
this
.
saveFields
(
this
.
dataType
)},
500
),
customChange
:
function
(
t
){},
saveFields
:
function
(
t
){
var
e
=
this
,
a
=
{
fields
:
e
.
checkList
,
type
:
t
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-save.json"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
d
.
a
.
showmsg
(
"添加成功"
,
"success"
),
void
e
.
$emit
(
"customHandleConfirm"
);
f
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
console
.
log
(
t
),
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
treeData
:
function
(
t
){
var
e
=
t
.
filter
(
function
(
e
){
var
a
=
t
.
filter
(
function
(
t
){
return
e
.
fieldCode
==
t
.
parentCode
});
return
a
.
length
>
0
&&
(
e
.
children
=
a
),
0
==
e
.
parentCode
});
return
e
.
sort
(
function
(
t
,
e
){
return
t
.
sort
-
e
.
sort
}),
e
.
forEach
(
function
(
t
,
e
){
t
.
children
.
sort
(
function
(
t
,
e
){
return
t
.
sort
-
e
.
sort
})}),
e
},
getInfo
:
function
(){
var
t
=
this
;
t
.
setList
=
[],
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-find-template.json"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
f
.
a
.
errorMsg
(
a
):
a
.
result
&&
a
.
result
.
length
&&
a
.
result
.
forEach
(
function
(
e
){
0
!=
e
.
parentCode
&&
t
.
setList
.
push
(
e
.
fieldCode
)})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getAllFields
:
function
(){
var
t
=
this
;
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-find-system-template.json"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
f
.
a
.
errorMsg
(
a
):
t
.
handleAllFields
(
a
.
result
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
handleAllFields
:
function
(
t
){
var
e
=
this
.
treeData
(
t
);
e
.
forEach
(
function
(
t
,
e
){
t
.
checkList
=
[]}),
this
.
customData
=
e
},
handleDetailData
:
function
(){
var
t
=
this
;
t
.
customData
.
forEach
(
function
(
e
,
a
){
e
.
checkList
=
[],
e
.
children
.
forEach
(
function
(
a
,
i
){
t
.
checkList
.
includes
(
a
.
fieldCode
)
&&
e
.
checkList
.
push
(
a
.
fieldCode
),
a
.
disable
=
1
==
t
.
dataType
?
t
.
fixData
.
includes
(
a
.
fieldCode
):
t
.
fixDataStore
.
includes
(
a
.
fieldCode
),
t
.
setList
.
includes
(
a
.
fieldCode
)
||
(
a
.
disable
=!
0
)})})}},
watch
:{
showCustomDialog
:
function
(
t
,
e
){
this
.
customDialog
=
t
},
detailData
:
function
(
t
,
e
){
this
.
checkList
=
t
&&
t
.
length
?
t
:[],
this
.
handleDetailData
()}},
mounted
:
function
(){
var
t
=
this
;
t
.
customDialog
=
t
.
showCustomDialog
,
s
.
a
.
all
([
t
.
getInfo
()]).
then
(
function
(){
t
.
getAllFields
()})}},
m
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"custom-dialog-wrap"
},[
a
(
"el-dialog"
,{
attrs
:{
title
:
"员工个人详情页展示字段设置"
,
visible
:
t
.
customDialog
,
width
:
"761px"
,
"before-close"
:
t
.
handleCardClose
},
on
:{
"update:visible"
:
function
(
e
){
t
.
customDialog
=
e
}}},[
a
(
"div"
,{
staticClass
:
"custom-dialog__title"
},[
a
(
"p"
,{
staticClass
:
"custom-dialog__p"
},[
t
.
_v
(
"tips:添加后的字段将在员工个人详情页展示出来,个人敏感信息不建议添加"
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"custom-dialog-body"
},[
t
.
_l
(
t
.
customData
,
function
(
e
,
i
){
return
[
a
(
"div"
,{
key
:
i
,
staticClass
:
"detail-field-cell flex"
},[
a
(
"div"
,{
staticClass
:
"detail-field-left"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail-field-right flex"
},[
a
(
"el-checkbox-group"
,{
staticClass
:
"flex flex-wrap"
,
on
:{
change
:
t
.
customChange
},
model
:{
value
:
e
.
checkList
,
callback
:
function
(
a
){
t
.
$set
(
e
,
"checkList"
,
a
)},
expression
:
"item.checkList"
}},
t
.
_l
(
e
.
children
,
function
(
e
,
i
){
return
a
(
"el-checkbox"
,{
key
:
e
.
fieldCode
+
i
,
attrs
:{
label
:
e
.
fieldCode
,
disabled
:
e
.
disable
,
name
:
"type"
}},[
t
.
_v
(
"
\
n "
+
t
.
_s
(
e
.
fieldName
)
+
"
\
n "
)])}))],
1
)])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
customCancel
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
customConfirm
}},[
t
.
_v
(
"确 定"
)])],
1
)])],
1
)},
staticRenderFns
:[]};
var
h
=
a
(
"VU/8"
)(
u
,
m
,
!
1
,
function
(
t
){
a
(
"BqJ0"
)},
"data-v-18a74f44"
,
null
).
exports
,
g
=
{
name
:
"staffDetails"
,
data
:
function
(){
return
{
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"设置"
,
path
:
"/companyAddress"
},{
name
:
"通讯录信息"
,
path
:
"/staffDetails"
},{
name
:
"员工详细字段"
,
path
:
""
}],
fixData
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
],
fixDataStore
:[
"clerkName"
,
"clerkPhone"
,
"groupName"
,
"positionName"
,
"clerkCode"
],
adminStruct
:{
name
:
"行政架构通讯录员工详情字段"
,
fixedList
:[],
defineList
:[]},
storeStruct
:{
name
:
"门店架构通讯录员工详情字段"
,
fixedList
:[],
defineList
:[]},
showCustomDialog
:
!
1
,
detailData
:[],
dataType
:
null
}},
computed
:{},
methods
:{
showDialogLayer
:
function
(
t
){
this
.
showCustomDialog
=!
0
,
this
.
dataType
=
t
,
this
.
detailData
=
1
===
t
?
this
.
adminStruct
.
fixedList
.
map
(
function
(
t
){
return
t
.
fields
}).
concat
(
this
.
adminStruct
.
defineList
.
map
(
function
(
t
){
return
t
.
fields
})):
this
.
storeStruct
.
fixedList
.
map
(
function
(
t
){
return
t
.
fields
}).
concat
(
this
.
storeStruct
.
defineList
.
map
(
function
(
t
){
return
t
.
fields
}))},
customHandleConfirm
:
function
(
t
){
if
(
this
.
showCustomDialog
=!
1
,
t
)
return
!
1
;
this
.
getSaveFields
(
this
.
dataType
)},
delField
:
function
(
t
,
e
,
a
,
i
){
var
s
=
this
;
s
.
$alert
(
"确定要删除?"
,
"提示"
,{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
}).
then
(
function
(
o
){
o
.
value
;
s
.
postDlField
(
e
.
fields
,
i
,
a
,
t
)}).
catch
(
function
(){})},
postDlField
:
function
(
t
,
e
,
a
,
i
){
var
s
=
this
,
o
=
{
fields
:
t
,
type
:
e
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-delete.json"
,
o
).
then
(
function
(
t
){
var
e
=
t
.
data
;
if
(
1
==
e
.
errorCode
)
return
d
.
a
.
showmsg
(
"删除成功"
,
"success"
),
void
a
.
splice
(
i
,
1
);
f
.
a
.
errorMsg
(
e
)}).
catch
(
function
(
t
){
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getSaveFields
:
function
(
t
){
var
e
=
this
;
1
===
t
?(
e
.
adminStruct
.
fixedList
=
[],
e
.
adminStruct
.
defineList
=
[]):(
e
.
storeStruct
.
fixedList
=
[],
e
.
storeStruct
.
defineList
=
[]);
var
a
=
{
type
:
t
};
Object
(
r
.
c
)(
"/haoban-manage-web/record/employee-show-field-detail.json"
,
a
).
then
(
function
(
a
){
var
i
=
a
.
data
;
1
!=
i
.
errorCode
?
f
.
a
.
errorMsg
(
i
):
i
.
result
.
forEach
(
function
(
a
,
i
){
1
===
n
()(
t
)?
e
.
fixData
.
includes
(
a
.
fields
)?
e
.
adminStruct
.
fixedList
.
push
(
a
):
e
.
adminStruct
.
defineList
.
push
(
a
):
e
.
fixDataStore
.
includes
(
a
.
fields
)?
e
.
storeStruct
.
fixedList
.
push
(
a
):
e
.
storeStruct
.
defineList
.
push
(
a
)})}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
mounted
:
function
(){
s
.
a
.
all
([
this
.
getSaveFields
(
1
),
this
.
getSaveFields
(
2
)])},
components
:{
navCrumb
:
l
.
a
,
staffDetailField
:
h
}},
p
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"staffDetails-wrap common-set-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
t
.
navpath
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
,
style
:{
height
:
t
.
$store
.
state
.
bgHeight
,
"overflow-y"
:
"auto"
}},[
a
(
"div"
,{
staticClass
:
"staffDetails-cell"
},[
a
(
"h2"
,{
staticClass
:
"m-b-25 font-w-500"
},[
t
.
_v
(
t
.
_s
(
t
.
adminStruct
.
name
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-fixed"
},[
t
.
_l
(
t
.
adminStruct
.
fixedList
,
function
(
e
,
i
){
return
[
a
(
"el-button"
,{
key
:
"btn1"
+
i
,
staticClass
:
"staffDetails-cell-btn"
,
attrs
:{
disabled
:
""
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-add font-0"
},[
t
.
_l
(
t
.
adminStruct
.
defineList
,
function
(
e
,
i
){
return
[
a
(
"el-tag"
,{
key
:
"tag1"
+
i
,
staticClass
:
"staffDetails-cell-btn"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
)
+
" "
),
a
(
"i"
,{
staticClass
:
"el-icon-circle-close"
,
on
:{
click
:
function
(
a
){
a
.
stopPropagation
(),
t
.
delField
(
i
,
e
,
t
.
adminStruct
.
defineList
,
1
)}}})])]}),
t
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"el-tag m-l-8 staffDetails-cell-btn"
,
on
:{
click
:
function
(
e
){
e
.
stopPropagation
(),
t
.
showDialogLayer
(
1
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-plus"
}),
t
.
_v
(
"添加字段"
)])],
2
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell"
},[
a
(
"h2"
,{
staticClass
:
"m-b-25 font-w-500"
},[
t
.
_v
(
t
.
_s
(
t
.
storeStruct
.
name
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-fixed"
},[
t
.
_l
(
t
.
storeStruct
.
fixedList
,
function
(
e
,
i
){
return
[
a
(
"el-button"
,{
key
:
"btn"
+
i
,
staticClass
:
"staffDetails-cell-btn"
,
attrs
:{
disabled
:
""
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
))])]})],
2
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"staffDetails-cell-add font-0"
},[
t
.
_l
(
t
.
storeStruct
.
defineList
,
function
(
e
,
i
){
return
[
a
(
"el-tag"
,{
key
:
"tag"
+
i
,
staticClass
:
"staffDetails-cell-btn"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldName
)
+
" "
),
a
(
"i"
,{
staticClass
:
"el-icon-circle-close"
,
on
:{
click
:
function
(
a
){
a
.
stopPropagation
(),
t
.
delField
(
i
,
e
,
t
.
storeStruct
.
defineList
,
2
)}}})])]}),
t
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"el-tag m-l-8 staffDetails-cell-btn"
,
on
:{
click
:
function
(
e
){
e
.
stopPropagation
(),
t
.
showDialogLayer
(
2
)}}},[
a
(
"i"
,{
staticClass
:
"el-icon-plus"
}),
t
.
_v
(
"添加字段"
)])],
2
)])])]),
t
.
_v
(
" "
),
a
(
"vue-gic-footer"
),
t
.
_v
(
" "
),
a
(
"staff-detail-field"
,{
attrs
:{
detailData
:
t
.
detailData
,
showCustomDialog
:
t
.
showCustomDialog
,
dataType
:
t
.
dataType
},
on
:{
customHandleConfirm
:
t
.
customHandleConfirm
}})],
1
)},
staticRenderFns
:[]};
var
v
=
a
(
"VU/8"
)(
g
,
p
,
!
1
,
function
(
t
){
a
(
"Z46G"
)},
"data-v-575a9b1d"
,
null
);
e
.
default
=
v
.
exports
}});
\ No newline at end of file
dist/static/js/2
9.0155355dd99fffcb77d7
.js
→
dist/static/js/2
8.140ad99228544036c969
.js
View file @
8ae4cb17
webpackJsonp
([
29
],{
AejC
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"Minx"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page404"
,
data
:
function
(){
return
{
img_404
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你访问的页面不存在"
}},
mounted
:
function
(){}},
r
=
{
render
:
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
s
(
"div"
,{
staticClass
:
"wscn-http404"
},[
s
(
"div"
,{
staticClass
:
"pic-404"
},[
s
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_404
,
alt
:
"404"
}})]),
this
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"bullshit"
},[
s
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
c
=
i
(
"VU/8"
)(
n
,
r
,
!
1
,
function
(
t
){
i
(
"AsY3"
)},
"data-v-18a2f51c"
,
null
);
s
.
default
=
c
.
exports
},
AsY3
:
function
(
t
,
s
){},
Minx
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_404.bf58747.svg"
}});
\ No newline at end of file
webpackJsonp
([
28
],{
AejC
:
function
(
t
,
s
,
i
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
i
(
"Minx"
),
a
=
i
.
n
(
e
),
n
=
{
name
:
"page404"
,
data
:
function
(){
return
{
img_404
:
a
.
a
}},
computed
:{
message
:
function
(){
return
"抱歉,你访问的页面不存在"
}},
mounted
:
function
(){}},
r
=
{
render
:
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticStyle
:{
background
:
"#f0f2f5"
,
"margin-top"
:
"-20px"
,
height
:
"100%"
}},[
s
(
"div"
,{
staticClass
:
"wscn-http404"
},[
s
(
"div"
,{
staticClass
:
"pic-404"
},[
s
(
"img"
,{
staticClass
:
"pic-404__parent"
,
attrs
:{
src
:
this
.
img_404
,
alt
:
"404"
}})]),
this
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"bullshit"
},[
s
(
"div"
,{
staticClass
:
"bullshit__headline"
},[
this
.
_v
(
this
.
_s
(
this
.
message
))]),
this
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"bullshit__return-home"
,
attrs
:{
href
:
"#/companyGroup"
}},[
this
.
_v
(
"返回首页"
)])])])])},
staticRenderFns
:[]};
var
c
=
i
(
"VU/8"
)(
n
,
r
,
!
1
,
function
(
t
){
i
(
"AsY3"
)},
"data-v-18a2f51c"
,
null
);
s
.
default
=
c
.
exports
},
AsY3
:
function
(
t
,
s
){},
Minx
:
function
(
t
,
s
,
i
){
t
.
exports
=
i
.
p
+
"static/img/error_404.bf58747.svg"
}});
\ No newline at end of file
dist/static/js/
30.4cadfac284beef63d405
.js
→
dist/static/js/
29.11d63b982452da045e98
.js
View file @
8ae4cb17
webpackJsonp
([
30
],{
HkK0
:
function
(
e
,
t
,
s
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
s
(
"P9l9"
),
r
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
s
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
,
openNextBool
:
!
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
,
s
=
[];
t
.
transArr
.
forEach
(
function
(
e
){
s
.
push
(
e
.
employeeClerkId
)});
var
r
=
{
ids
:
s
.
join
(
","
),
storeId
:
e
[
0
].
id
};
Object
(
a
.
a
)(
"/haoban-manage-web/emp/batchTransfer"
,
r
).
then
(
function
(
e
){
if
(
1
==
e
.
data
.
errorCode
){
t
.
$message
.
success
({
message
:
"操作成功"
});
for
(
var
a
=
0
;
a
<
t
.
store
.
clerks
.
length
;
a
++
)
s
.
includes
(
t
.
store
.
clerks
[
a
].
employeeClerkId
)
&&
t
.
store
.
clerks
.
splice
(
a
,
1
),
--
a
}
else
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})}}},
n
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
s
=
e
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"recycle-bin"
},[
s
(
"p"
,{
staticClass
:
"r-b-top-header"
},[
s
(
"a"
,{
staticClass
:
"a-href title"
,
on
:{
click
:
e
.
goBack
}},[
e
.
_v
(
"返回"
)]),
e
.
_v
(
" "
),
s
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
s
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"all"
)}}},[
e
.
_v
(
"全部转移"
)])],
1
),
e
.
_v
(
" "
),
s
(
"el-table"
,{
ref
:
"clerkTable"
,
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
store
.
clerks
},
on
:{
"selection-change"
:
e
.
selectMember
}},[
s
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"42"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"姓名"
,
prop
:
"name"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"手机号码"
,
prop
:
"phoneNumber"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
width
:
"80"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
s
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
delClerk
(
t
.
row
)}}},[
s
(
"i"
,{
staticClass
:
"el-icon-delete"
})])]}}])})],
1
),
e
.
_v
(
" "
),
s
(
"vue-select-store"
,{
ref
:
"storeSelector"
,
attrs
:{
treeSet
:
e
.
treeSet
,
selectType
:
e
.
selectType
},
on
:{
handleSelectedList
:
e
.
handleSelectedList
}})],
1
)},
staticRenderFns
:[]};
var
l
=
s
(
"VU/8"
)(
r
,
n
,
!
1
,
function
(
e
){
s
(
"rXs4"
)},
null
,
null
).
exports
,
o
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
s
(
"3Xzz"
).
a
,
clerkTable
:
l
},
data
:
function
(){
return
{
searchKey
:
""
,
typeArr
:[
"全部类型"
,
"自营"
,
"联营"
,
"代理(加盟)"
,
"代销"
,
"托管"
],
pageSize
:
20
,
pageNumber
:
1
,
recycleList
:[],
total
:
0
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"门店架构"
,
path
:
"/storeFrame?showRecycle=0"
},{
name
:
"门店回收站"
,
path
:
""
}],
clerks
:[],
showClerks
:
!
1
,
currentStore
:{}}},
methods
:{
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
s
=
{
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNumber
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
a
.
a
)(
"/haoban-manage-web/store/findSimplePage"
,
s
).
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
s
=
{
status
:
1
,
storeId
:
e
.
storeId
};
Object
(
a
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
s
).
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
,
s
=
this
;
s
.
$confirm
(
"是否要删除该员工?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
r
=
{
ids
:
e
.
employeeClerkId
};
Object
(
a
.
a
)(
"/haoban-manage-web/emp/del"
,
r
).
then
(
function
(
a
){
1
==
a
.
data
.
errorCode
?
t
.
clerks
.
forEach
(
function
(
s
){
s
.
employeeClerkId
==
e
.
employeeClerkId
&&
t
.
clerks
.
splice
(
t
.
clerks
.
indexOf
(
s
),
1
)}):
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
a
.
data
.
message
})}).
catch
(
function
(
e
){
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})}},
beforeMount
:
function
(){
this
.
getRecycleList
()}},
c
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
s
=
e
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"common-set-wrap recycle-wrap"
},[
s
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"right-content"
},[
s
(
"div"
,{
staticClass
:
"right-box"
},[
e
.
showClerks
?
s
(
"clerk-table"
,{
attrs
:{
store
:
e
.
currentStore
},
on
:{
delClerk
:
e
.
delClerk
}}):
s
(
"div"
,{
staticClass
:
"recycle-bin"
},[
s
(
"div"
,{
staticClass
:
"r-b-top-header"
},[
s
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
recycleList
.
length
)
+
" 家门店"
)]),
e
.
_v
(
" "
),
s
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入门店名"
,
"prefix-icon"
:
"el-icon-search"
},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}})],
1
),
e
.
_v
(
" "
),
s
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
recycleList
.
filter
(
function
(
t
){
return
!
e
.
searchKey
||
t
.
storeName
.
toLowerCase
().
includes
(
e
.
searchKey
.
toLowerCase
())})}},[
s
(
"el-table-column"
,{
attrs
:{
label
:
"门店名称"
,
prop
:
"storeName"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"代码"
,
prop
:
"storeCode"
}}),
e
.
_v
(
" "
),
s
(
"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
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"地址"
,
prop
:
"postAddress"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"待处理店员"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
showClerksFn
(
t
.
row
)}}},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
row
.
clerks
.
length
)
+
"
\
n "
)])]}}])}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
restore
(
t
.
row
)}}},[
e
.
_v
(
"恢复到门店列表"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
total
?
s
(
"div"
,{
staticClass
:
"pagination"
},[
s
(
"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
(
" "
),
s
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
i
=
s
(
"VU/8"
)(
o
,
c
,
!
1
,
function
(
e
){
s
(
"UELT"
)},
null
,
null
);
t
.
default
=
i
.
exports
},
UELT
:
function
(
e
,
t
){},
rXs4
:
function
(
e
,
t
){}});
\ No newline at end of file
webpackJsonp
([
29
],{
HkK0
:
function
(
e
,
t
,
s
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
s
(
"P9l9"
),
r
=
{
name
:
"clerkTbale"
,
components
:{
vueSelectStore
:
s
(
"Ie7z"
).
a
},
props
:{
store
:{
type
:
Object
,
required
:
!
0
}},
data
:
function
(){
return
{
treeSet
:{
isSelectPerson
:
!
0
,
dialogVisible
:
!
1
,
isSingle
:
!
0
,
openNextBool
:
!
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
,
s
=
[];
t
.
transArr
.
forEach
(
function
(
e
){
s
.
push
(
e
.
employeeClerkId
)});
var
r
=
{
ids
:
s
.
join
(
","
),
storeId
:
e
[
0
].
id
};
Object
(
a
.
a
)(
"/haoban-manage-web/emp/batchTransfer"
,
r
).
then
(
function
(
e
){
if
(
1
==
e
.
data
.
errorCode
){
t
.
$message
.
success
({
message
:
"操作成功"
});
for
(
var
a
=
0
;
a
<
t
.
store
.
clerks
.
length
;
a
++
)
s
.
includes
(
t
.
store
.
clerks
[
a
].
employeeClerkId
)
&&
t
.
store
.
clerks
.
splice
(
a
,
1
),
--
a
}
else
t
.
$message
.
error
({
message
:
e
.
data
.
message
})}).
catch
(
function
(
e
){
t
.
$message
.
error
({
message
:
e
.
message
})})}}},
n
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
s
=
e
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"recycle-bin"
},[
s
(
"p"
,{
staticClass
:
"r-b-top-header"
},[
s
(
"a"
,{
staticClass
:
"a-href title"
,
on
:{
click
:
e
.
goBack
}},[
e
.
_v
(
"返回"
)]),
e
.
_v
(
" "
),
s
(
"el-button"
,{
attrs
:{
disabled
:
0
==
e
.
selectedList
.
length
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"group"
)}}},[
e
.
_v
(
"批量转移"
)]),
e
.
_v
(
" "
),
s
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
function
(
t
){
e
.
transClerk
(
"all"
)}}},[
e
.
_v
(
"全部转移"
)])],
1
),
e
.
_v
(
" "
),
s
(
"el-table"
,{
ref
:
"clerkTable"
,
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
store
.
clerks
},
on
:{
"selection-change"
:
e
.
selectMember
}},[
s
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"42"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"姓名"
,
prop
:
"name"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"手机号码"
,
prop
:
"phoneNumber"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
width
:
"80"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
transClerk
(
"single"
,
t
.
row
)}}},[
s
(
"i"
,{
staticClass
:
"el-icon-sort"
})]),
e
.
_v
(
" "
),
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
delClerk
(
t
.
row
)}}},[
s
(
"i"
,{
staticClass
:
"el-icon-delete"
})])]}}])})],
1
),
e
.
_v
(
" "
),
s
(
"vue-select-store"
,{
ref
:
"storeSelector"
,
attrs
:{
treeSet
:
e
.
treeSet
,
selectType
:
e
.
selectType
},
on
:{
handleSelectedList
:
e
.
handleSelectedList
}})],
1
)},
staticRenderFns
:[]};
var
l
=
s
(
"VU/8"
)(
r
,
n
,
!
1
,
function
(
e
){
s
(
"rXs4"
)},
null
,
null
).
exports
,
o
=
{
name
:
"recycle-bin"
,
components
:{
navCrumb
:
s
(
"3Xzz"
).
a
,
clerkTable
:
l
},
data
:
function
(){
return
{
searchKey
:
""
,
typeArr
:[
"全部类型"
,
"自营"
,
"联营"
,
"代理(加盟)"
,
"代销"
,
"托管"
],
pageSize
:
20
,
pageNumber
:
1
,
recycleList
:[],
total
:
0
,
navpath
:[{
name
:
"首页"
,
path
:
"/index"
},{
name
:
"企业通讯录"
,
path
:
"/administrativeFrame"
},{
name
:
"门店架构"
,
path
:
"/storeFrame?showRecycle=0"
},{
name
:
"门店回收站"
,
path
:
""
}],
clerks
:[],
showClerks
:
!
1
,
currentStore
:{}}},
methods
:{
getRecycleList
:
function
(){
var
e
=
this
,
t
=
e
.
$route
.
query
,
s
=
{
storeGroupId
:
t
.
dept
,
showChild
:
1
*
t
.
showChild
,
showType
:
2
,
pageSize
:
e
.
pageSize
,
pageNumber
:
e
.
pageNumber
,
status
:
4
,
storeType
:
t
.
type
};
Object
(
a
.
a
)(
"/haoban-manage-web/store/findSimplePage"
,
s
).
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
s
=
{
status
:
1
,
storeId
:
e
.
storeId
};
Object
(
a
.
a
)(
"/haoban-manage-web/store/changeStatus"
,
s
).
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
,
s
=
this
;
s
.
$confirm
(
"是否要删除该员工?"
,
"提示"
,{
type
:
"warning"
}).
then
(
function
(){
var
r
=
{
ids
:
e
.
employeeClerkId
};
Object
(
a
.
a
)(
"/haoban-manage-web/emp/del"
,
r
).
then
(
function
(
a
){
1
==
a
.
data
.
errorCode
?
t
.
clerks
.
forEach
(
function
(
s
){
s
.
employeeClerkId
==
e
.
employeeClerkId
&&
t
.
clerks
.
splice
(
t
.
clerks
.
indexOf
(
s
),
1
)}):
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
a
.
data
.
message
})}).
catch
(
function
(
e
){
s
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})})}},
beforeMount
:
function
(){
this
.
getRecycleList
()}},
c
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
s
=
e
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"common-set-wrap recycle-wrap"
},[
s
(
"nav-crumb"
,{
attrs
:{
navpath
:
e
.
navpath
}}),
e
.
_v
(
" "
),
s
(
"div"
,{
staticClass
:
"right-content"
},[
s
(
"div"
,{
staticClass
:
"right-box"
},[
e
.
showClerks
?
s
(
"clerk-table"
,{
attrs
:{
store
:
e
.
currentStore
},
on
:{
delClerk
:
e
.
delClerk
}}):
s
(
"div"
,{
staticClass
:
"recycle-bin"
},[
s
(
"div"
,{
staticClass
:
"r-b-top-header"
},[
s
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
recycleList
.
length
)
+
" 家门店"
)]),
e
.
_v
(
" "
),
s
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入门店名"
,
"prefix-icon"
:
"el-icon-search"
},
model
:{
value
:
e
.
searchKey
,
callback
:
function
(
t
){
e
.
searchKey
=
t
},
expression
:
"searchKey"
}})],
1
),
e
.
_v
(
" "
),
s
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
recycleList
.
filter
(
function
(
t
){
return
!
e
.
searchKey
||
t
.
storeName
.
toLowerCase
().
includes
(
e
.
searchKey
.
toLowerCase
())})}},[
s
(
"el-table-column"
,{
attrs
:{
label
:
"门店名称"
,
prop
:
"storeName"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"代码"
,
prop
:
"storeCode"
}}),
e
.
_v
(
" "
),
s
(
"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
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"地址"
,
prop
:
"postAddress"
}}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"待处理店员"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
showClerksFn
(
t
.
row
)}}},[
e
.
_v
(
"
\
n "
+
e
.
_s
(
t
.
row
.
clerks
.
length
)
+
"
\
n "
)])]}}])}),
e
.
_v
(
" "
),
s
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
,
prop
:
"clerkCount"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
s
(
"a"
,{
staticClass
:
"a-href"
,
on
:{
click
:
function
(
s
){
e
.
restore
(
t
.
row
)}}},[
e
.
_v
(
"恢复到门店列表"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
total
?
s
(
"div"
,{
staticClass
:
"pagination"
},[
s
(
"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
(
" "
),
s
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
i
=
s
(
"VU/8"
)(
o
,
c
,
!
1
,
function
(
e
){
s
(
"UELT"
)},
null
,
null
);
t
.
default
=
i
.
exports
},
UELT
:
function
(
e
,
t
){},
rXs4
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/3
1.af46f102606343be3a92
.js
→
dist/static/js/3
0.3c6ecc51205b6dc310ea
.js
View file @
8ae4cb17
webpackJsonp
([
31
],{
"4WGk"
:
function
(
t
,
e
){},
BKgO
:
function
(
t
,
e
){},
JXTs
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"//Fk"
),
o
=
a
.
n
(
s
),
n
=
a
(
"P9l9"
),
i
=
a
(
"3E4D"
),
c
=
a
(
"Ch4/"
),
r
=
{
name
:
"custom-dialog"
,
props
:{
showCustomDialog
:{
type
:
Boolean
,
default
:
!
1
},
customType
:{
type
:
String
,
default
:
""
},
customTitle
:{
type
:
String
,
default
:
""
}},
data
:
function
(){
return
{
repProjectName
:
"haoban-manage-web"
,
customDialog
:
!
1
,
customData
:[],
checkList
:[]}},
beforeMount
:
function
(){},
methods
:{
handleCardClose
:
function
(){
this
.
customCancel
()},
customCancel
:
function
(){
this
.
customDialog
=!
1
,
this
.
$emit
(
"customHandleConfirm"
)},
customConfirm
:
function
(){
if
(
!
this
.
checkList
.
length
)
return
this
.
$message
.
error
({
duration
:
1
e3
,
message
:
"请选择操作"
}),
!
1
;
this
.
setData
(
this
.
checkList
)},
customChange
:
function
(
t
){},
setData
:
function
(
t
){
var
e
=
this
,
a
=
{
viewIdList
:
t
},
s
=
"data"
==
e
.
customType
?
"/haoban-manage-web/home/set-display-enterprise-data"
:
"/haoban-manage-web/home/set-display-quick-entry"
;
Object
(
n
.
b
)(
s
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
i
.
a
.
showmsg
(
"设置成功"
,
"success"
),
void
e
.
$emit
(
"customHandleConfirm"
);
c
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getCardList
:
function
(){
var
t
=
this
,
e
=
{
all
:
!
0
};
"data"
==
t
.
customType
&&
(
e
.
fetchData
=!
1
);
var
a
=
"data"
==
t
.
customType
?
"/haoban-manage-web/home/find-enterprise-data"
:
"/haoban-manage-web/home/find-quick-entry"
;
t
.
checkList
=
[],
Object
(
n
.
c
)(
a
,
e
).
then
(
function
(
e
){
var
a
=
e
.
data
;
if
(
1
==
a
.
errorCode
){
var
s
=
[];
return
a
.
result
.
forEach
(
function
(
e
,
a
){
e
.
homeDisplay
&&
(
"data"
==
t
.
customType
?
s
.
push
(
e
.
dataViewId
):
s
.
push
(
e
.
settingViewId
))}),
t
.
customData
=
a
.
result
,
void
(
t
.
checkList
=
s
)}
c
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
watch
:{
showCustomDialog
:
function
(
t
,
e
){
this
.
customDialog
=
t
},
customType
:
function
(
t
,
e
){
t
&&
this
.
getCardList
()}},
mounted
:
function
(){
this
.
customDialog
=
this
.
showCustomDialog
}},
l
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"custom-dialog-wrap"
},[
a
(
"el-dialog"
,{
attrs
:{
title
:
"自定义"
+
t
.
customTitle
,
visible
:
t
.
customDialog
,
width
:
"761px"
,
"before-close"
:
t
.
handleCardClose
},
on
:{
"update:visible"
:
function
(
e
){
t
.
customDialog
=
e
}}},[
a
(
"div"
,{
staticClass
:
"custom-dialog__title"
},[
a
(
"p"
,{
staticClass
:
"custom-dialog__p"
},[
t
.
_v
(
"
\
n 请选择您想在首页展示的"
+
t
.
_s
(
t
.
customTitle
)
+
",还可以再勾选"
),
a
(
"span"
,[
t
.
_v
(
" "
+
t
.
_s
(
8
-
t
.
checkList
.
length
)
+
" "
)]),
t
.
_v
(
"个
\
n "
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"custom-dialog__checkbox"
},[
a
(
"el-checkbox-group"
,{
attrs
:{
max
:
8
},
on
:{
change
:
t
.
customChange
},
model
:{
value
:
t
.
checkList
,
callback
:
function
(
e
){
t
.
checkList
=
e
},
expression
:
"checkList"
}},[
"data"
===
t
.
customType
?
t
.
_l
(
t
.
customData
,
function
(
e
){
return
a
(
"el-checkbox"
,{
key
:
e
.
dataViewId
,
attrs
:{
label
:
e
.
dataViewId
,
name
:
"type"
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])}):
t
.
_e
(),
t
.
_v
(
" "
),
"data"
!=
t
.
customType
?
t
.
_l
(
t
.
customData
,
function
(
e
){
return
a
(
"el-checkbox"
,{
key
:
e
.
settingViewId
,
attrs
:{
label
:
e
.
settingViewId
,
name
:
"type"
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])}):
t
.
_e
()],
2
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
customCancel
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
customConfirm
}},[
t
.
_v
(
"确 定"
)])],
1
)])],
1
)},
staticRenderFns
:[]};
var
u
=
{
name
:
"index"
,
data
:
function
(){
return
{
projectName
:
"haoban-manage-web"
,
contentHeight
:
"0px"
,
collapseFlag
:
!
1
,
showCustomDialog
:
!
1
,
customType
:
""
,
customTitle
:
""
,
bannerList
:[],
companyObj
:{},
dataOverview
:[],
entryData
:[]}},
methods
:{
changeRoute
:
function
(
t
){
this
.
$router
.
push
(
t
)},
toRouterView
:
function
(
t
){
this
.
$router
.
push
({
path
:
t
.
path
})},
collapseTag
:
function
(
t
){
this
.
collapseFlag
=
t
},
showDialogLayer
:
function
(
t
){
this
.
showCustomDialog
=!
0
,
this
.
customType
=
t
,
this
.
customTitle
=
"data"
==
t
?
"数据概览"
:
"快捷操作"
},
customHandleConfirm
:
function
(
t
){
this
.
showCustomDialog
=!
1
,
"data"
===
this
.
customType
?
this
.
getDataOverview
():
this
.
getEntryData
()},
toCertify
:
function
(
t
){
1
!=
t
&&
this
.
changeRoute
(
"/companyCertify"
)},
getBannerData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-advertisement"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
bannerList
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getEnterpriseData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-enterprise-info"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
companyObj
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getDataOverview
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-enterprise-data"
,{
all
:
!
1
,
fetchData
:
!
0
}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
dataOverview
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getEntryData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-quick-entry"
,{
all
:
!
1
}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
entryData
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
mounted
:
function
(){
this
.
contentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
64
+
"px"
,
o
.
a
.
all
([
this
.
getBannerData
(),
this
.
getDataOverview
(),
this
.
getEntryData
(),
this
.
getEnterpriseData
()])},
components
:{
customDialog
:
a
(
"VU/8"
)(
r
,
l
,
!
1
,
function
(
t
){
a
(
"BKgO"
)},
"data-v-0b6f3e0a"
,
null
).
exports
}},
d
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
attrs
:{
id
:
"index"
}},[
a
(
"vue-office-header"
,{
attrs
:{
projectName
:
t
.
projectName
},
on
:{
collapseTag
:
t
.
collapseTag
,
toRouterView
:
t
.
toRouterView
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"content"
,
attrs
:{
id
:
"content"
}},[
a
(
"div"
,{
staticClass
:
"content-body"
,
style
:{
minHeight
:
t
.
contentHeight
}},[
a
(
"div"
,{
staticClass
:
"index-swiper"
},[
a
(
"el-carousel"
,{
attrs
:{
trigger
:
"click"
,
height
:
"250px"
,
arrow
:
"never"
,
autoplay
:
!
1
}},
t
.
_l
(
t
.
bannerList
,
function
(
t
,
e
){
return
a
(
"el-carousel-item"
,{
key
:
e
},[
a
(
"a"
,{
staticClass
:
"index-swiper-bg"
,
style
:{
backgroundImage
:
"url("
+
t
.
imgUrl
+
")"
},
attrs
:{
href
:
1
==
t
.
linkType
?
"#"
+
t
.
linkUrl
:
t
.
linkUrl
,
target
:
"_blank"
,
rel
:
"nofollow noopener noreferrer"
}})])}))],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company flex flex-row m-t-24"
},[
a
(
"div"
,{
staticClass
:
"index-company-left m-r-24 border-box radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-company-logo"
},[
t
.
companyObj
.
logoUrl
?
a
(
"div"
,{
staticClass
:
"index-company-logo_img"
},[
a
(
"img"
,{
attrs
:{
src
:
t
.
companyObj
.
logoUrl
,
alt
:
"log"
}})]):
a
(
"div"
,{
staticClass
:
"default-logo-bg"
},[
a
(
"i"
,{
staticClass
:
"iconfont icon-2zuzhijiagou default-logo"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-name color-303133"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
enterpriseName
))]),
t
.
_v
(
" "
),
a
(
"ul"
,[
a
(
"li"
,{
staticClass
:
"flex flex-between"
},[
a
(
"span"
,[
t
.
_v
(
"账户余额"
)]),
a
(
"span"
,{
staticClass
:
"color-303133 font-16"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
balance
))])]),
t
.
_v
(
" "
),
a
(
"li"
,{
staticClass
:
"flex flex-between"
},[
a
(
"span"
,[
t
.
_v
(
"企业编码"
)]),
a
(
"span"
,{
staticClass
:
"color-303133 font-16"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
enterpriseCode
))])]),
t
.
_v
(
" "
),
a
(
"li"
,{
staticClass
:
"flex flex-between"
,
on
:{
click
:
function
(
e
){
t
.
toCertify
(
t
.
companyObj
.
authenticationStatus
)}}},[
a
(
"span"
,[
t
.
_v
(
"企业认证"
)]),
a
(
"span"
,{
class
:[
1
==
t
.
companyObj
.
authenticationStatus
?
"authActive"
:
0
==
t
.
companyObj
.
authenticationStatus
?
"unAuth"
:
2
==
t
.
companyObj
.
authenticationStatus
?
"auth-ing"
:
"auth-fail"
]},[
1
==
t
.
companyObj
.
authenticationStatus
||
0
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-renzheng p-r-6 "
}):
t
.
_e
(),
2
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-qiyerenzheng1 p-r-6 "
}):
t
.
_e
(),
3
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-qiyerenzheng2 p-r-6 "
}):
t
.
_e
(),
t
.
_v
(
t
.
_s
(
1
==
t
.
companyObj
.
authenticationStatus
?
"已认证"
:
0
==
t
.
companyObj
.
authenticationStatus
?
"未认证"
:
2
==
t
.
companyObj
.
authenticationStatus
?
"认证中"
:
"认证失败"
)
+
" "
)])]),
t
.
_v
(
" "
),
t
.
_m
(
0
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-right radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-company-right__head flex flex-between border-box border-b-e4e7e7"
},[
a
(
"span"
,{
staticClass
:
"color-303133 font-16 font-w-500"
},[
t
.
_v
(
"数据概览"
)]),
a
(
"span"
,{
staticClass
:
"auto-define"
,
on
:{
click
:
function
(
e
){
t
.
showDialogLayer
(
"data"
)}}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-zidingyi color-909399"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-right__body p-24 border-box"
},[
a
(
"ul"
,{
staticClass
:
"flex flex-row flex-wrap"
},
t
.
_l
(
t
.
dataOverview
,
function
(
e
,
s
){
return
a
(
"li"
,{
key
:
s
},[
a
(
"div"
,{
staticClass
:
"color-606266 font-16 data-name"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"color-303133 font-30 data-num font-w-500"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldData
))])])}))])])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-entry m-t-24 radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-entry-head flex flex-between border-box border-b-e4e7e7"
},[
a
(
"span"
,{
staticClass
:
"color-303133 font-16 font-w-500"
},[
t
.
_v
(
"快捷入口"
)]),
a
(
"span"
,{
staticClass
:
"auto-define"
,
on
:{
click
:
function
(
e
){
t
.
showDialogLayer
(
"entry"
)}}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-zidingyi color-909399"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-entry-body p-24 border-box"
},[
a
(
"ul"
,{
staticClass
:
"flex flex-row flex-wrap"
},
t
.
_l
(
t
.
entryData
,
function
(
e
,
s
){
return
a
(
"li"
,{
key
:
s
,
staticClass
:
"flex flex-align-center border-box flex"
,
on
:{
click
:
function
(
a
){
t
.
changeRoute
(
e
.
fieldUrl
)}}},[
a
(
"span"
,{
staticClass
:
"square-item flex flex-align-center flex-pack-center"
,
style
:{
background
:
e
.
fieldIconBgColor
}},[
a
(
"i"
,{
class
:[
"iconfont"
,
e
.
fieldIconUrl
]})]),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"color-303133 font-16 p-l-20"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])])}))])])]),
t
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
),
t
.
_v
(
" "
),
a
(
"custom-dialog"
,{
attrs
:{
customTitle
:
t
.
customTitle
,
customType
:
t
.
customType
,
showCustomDialog
:
t
.
showCustomDialog
},
on
:{
customHandleConfirm
:
t
.
customHandleConfirm
}})],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"li"
,{
staticClass
:
"flex flex-between"
},[
e
(
"span"
,[
this
.
_v
(
"帮助手册"
)]),
e
(
"a"
,{
attrs
:{
href
:
"../../assets/1.pdf"
,
download
:
"帮助手册.pdf"
}},[
e
(
"span"
,{
staticClass
:
"color-1890ff"
},[
this
.
_v
(
"立即下载"
),
e
(
"i"
,{
staticClass
:
"el-icon-arrow-right"
})])])])}]};
var
m
=
a
(
"VU/8"
)(
u
,
d
,
!
1
,
function
(
t
){
a
(
"4WGk"
)},
"data-v-3c3d91d6"
,
null
);
e
.
default
=
m
.
exports
}});
\ No newline at end of file
webpackJsonp
([
30
],{
"4WGk"
:
function
(
t
,
e
){},
BKgO
:
function
(
t
,
e
){},
JXTs
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"//Fk"
),
o
=
a
.
n
(
s
),
n
=
a
(
"P9l9"
),
i
=
a
(
"3E4D"
),
c
=
a
(
"Ch4/"
),
r
=
{
name
:
"custom-dialog"
,
props
:{
showCustomDialog
:{
type
:
Boolean
,
default
:
!
1
},
customType
:{
type
:
String
,
default
:
""
},
customTitle
:{
type
:
String
,
default
:
""
}},
data
:
function
(){
return
{
repProjectName
:
"haoban-manage-web"
,
customDialog
:
!
1
,
customData
:[],
checkList
:[]}},
beforeMount
:
function
(){},
methods
:{
handleCardClose
:
function
(){
this
.
customCancel
()},
customCancel
:
function
(){
this
.
customDialog
=!
1
,
this
.
$emit
(
"customHandleConfirm"
)},
customConfirm
:
function
(){
if
(
!
this
.
checkList
.
length
)
return
this
.
$message
.
error
({
duration
:
1
e3
,
message
:
"请选择操作"
}),
!
1
;
this
.
setData
(
this
.
checkList
)},
customChange
:
function
(
t
){},
setData
:
function
(
t
){
var
e
=
this
,
a
=
{
viewIdList
:
t
},
s
=
"data"
==
e
.
customType
?
"/haoban-manage-web/home/set-display-enterprise-data"
:
"/haoban-manage-web/home/set-display-quick-entry"
;
Object
(
n
.
b
)(
s
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
i
.
a
.
showmsg
(
"设置成功"
,
"success"
),
void
e
.
$emit
(
"customHandleConfirm"
);
c
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getCardList
:
function
(){
var
t
=
this
,
e
=
{
all
:
!
0
};
"data"
==
t
.
customType
&&
(
e
.
fetchData
=!
1
);
var
a
=
"data"
==
t
.
customType
?
"/haoban-manage-web/home/find-enterprise-data"
:
"/haoban-manage-web/home/find-quick-entry"
;
t
.
checkList
=
[],
Object
(
n
.
c
)(
a
,
e
).
then
(
function
(
e
){
var
a
=
e
.
data
;
if
(
1
==
a
.
errorCode
){
var
s
=
[];
return
a
.
result
.
forEach
(
function
(
e
,
a
){
e
.
homeDisplay
&&
(
"data"
==
t
.
customType
?
s
.
push
(
e
.
dataViewId
):
s
.
push
(
e
.
settingViewId
))}),
t
.
customData
=
a
.
result
,
void
(
t
.
checkList
=
s
)}
c
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
watch
:{
showCustomDialog
:
function
(
t
,
e
){
this
.
customDialog
=
t
},
customType
:
function
(
t
,
e
){
t
&&
this
.
getCardList
()}},
mounted
:
function
(){
this
.
customDialog
=
this
.
showCustomDialog
}},
l
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"custom-dialog-wrap"
},[
a
(
"el-dialog"
,{
attrs
:{
title
:
"自定义"
+
t
.
customTitle
,
visible
:
t
.
customDialog
,
width
:
"761px"
,
"before-close"
:
t
.
handleCardClose
},
on
:{
"update:visible"
:
function
(
e
){
t
.
customDialog
=
e
}}},[
a
(
"div"
,{
staticClass
:
"custom-dialog__title"
},[
a
(
"p"
,{
staticClass
:
"custom-dialog__p"
},[
t
.
_v
(
"
\
n 请选择您想在首页展示的"
+
t
.
_s
(
t
.
customTitle
)
+
",还可以再勾选"
),
a
(
"span"
,[
t
.
_v
(
" "
+
t
.
_s
(
8
-
t
.
checkList
.
length
)
+
" "
)]),
t
.
_v
(
"个
\
n "
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"custom-dialog__checkbox"
},[
a
(
"el-checkbox-group"
,{
attrs
:{
max
:
8
},
on
:{
change
:
t
.
customChange
},
model
:{
value
:
t
.
checkList
,
callback
:
function
(
e
){
t
.
checkList
=
e
},
expression
:
"checkList"
}},[
"data"
===
t
.
customType
?
t
.
_l
(
t
.
customData
,
function
(
e
){
return
a
(
"el-checkbox"
,{
key
:
e
.
dataViewId
,
attrs
:{
label
:
e
.
dataViewId
,
name
:
"type"
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])}):
t
.
_e
(),
t
.
_v
(
" "
),
"data"
!=
t
.
customType
?
t
.
_l
(
t
.
customData
,
function
(
e
){
return
a
(
"el-checkbox"
,{
key
:
e
.
settingViewId
,
attrs
:{
label
:
e
.
settingViewId
,
name
:
"type"
}},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])}):
t
.
_e
()],
2
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
customCancel
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
customConfirm
}},[
t
.
_v
(
"确 定"
)])],
1
)])],
1
)},
staticRenderFns
:[]};
var
u
=
{
name
:
"index"
,
data
:
function
(){
return
{
projectName
:
"haoban-manage-web"
,
contentHeight
:
"0px"
,
collapseFlag
:
!
1
,
showCustomDialog
:
!
1
,
customType
:
""
,
customTitle
:
""
,
bannerList
:[],
companyObj
:{},
dataOverview
:[],
entryData
:[]}},
methods
:{
changeRoute
:
function
(
t
){
this
.
$router
.
push
(
t
)},
toRouterView
:
function
(
t
){
this
.
$router
.
push
({
path
:
t
.
path
})},
collapseTag
:
function
(
t
){
this
.
collapseFlag
=
t
},
showDialogLayer
:
function
(
t
){
this
.
showCustomDialog
=!
0
,
this
.
customType
=
t
,
this
.
customTitle
=
"data"
==
t
?
"数据概览"
:
"快捷操作"
},
customHandleConfirm
:
function
(
t
){
this
.
showCustomDialog
=!
1
,
"data"
===
this
.
customType
?
this
.
getDataOverview
():
this
.
getEntryData
()},
toCertify
:
function
(
t
){
1
!=
t
&&
this
.
changeRoute
(
"/companyCertify"
)},
getBannerData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-advertisement"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
bannerList
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getEnterpriseData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-enterprise-info"
,{}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
companyObj
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getDataOverview
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-enterprise-data"
,{
all
:
!
1
,
fetchData
:
!
0
}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
dataOverview
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
getEntryData
:
function
(){
var
t
=
this
;
Object
(
n
.
a
)(
"/haoban-manage-web/home/find-quick-entry"
,{
all
:
!
1
}).
then
(
function
(
e
){
var
a
=
e
.
data
;
1
!=
a
.
errorCode
?
c
.
a
.
errorMsg
(
a
):
t
.
entryData
=
a
.
result
}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
mounted
:
function
(){
this
.
contentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
64
+
"px"
,
o
.
a
.
all
([
this
.
getBannerData
(),
this
.
getDataOverview
(),
this
.
getEntryData
(),
this
.
getEnterpriseData
()])},
components
:{
customDialog
:
a
(
"VU/8"
)(
r
,
l
,
!
1
,
function
(
t
){
a
(
"BKgO"
)},
"data-v-0b6f3e0a"
,
null
).
exports
}},
d
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
attrs
:{
id
:
"index"
}},[
a
(
"vue-office-header"
,{
attrs
:{
projectName
:
t
.
projectName
},
on
:{
collapseTag
:
t
.
collapseTag
,
toRouterView
:
t
.
toRouterView
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"content"
,
attrs
:{
id
:
"content"
}},[
a
(
"div"
,{
staticClass
:
"content-body"
,
style
:{
minHeight
:
t
.
contentHeight
}},[
a
(
"div"
,{
staticClass
:
"index-swiper"
},[
a
(
"el-carousel"
,{
attrs
:{
trigger
:
"click"
,
height
:
"250px"
,
arrow
:
"never"
,
autoplay
:
!
1
}},
t
.
_l
(
t
.
bannerList
,
function
(
t
,
e
){
return
a
(
"el-carousel-item"
,{
key
:
e
},[
a
(
"a"
,{
staticClass
:
"index-swiper-bg"
,
style
:{
backgroundImage
:
"url("
+
t
.
imgUrl
+
")"
},
attrs
:{
href
:
1
==
t
.
linkType
?
"#"
+
t
.
linkUrl
:
t
.
linkUrl
,
target
:
"_blank"
,
rel
:
"nofollow noopener noreferrer"
}})])}))],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company flex flex-row m-t-24"
},[
a
(
"div"
,{
staticClass
:
"index-company-left m-r-24 border-box radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-company-logo"
},[
t
.
companyObj
.
logoUrl
?
a
(
"div"
,{
staticClass
:
"index-company-logo_img"
},[
a
(
"img"
,{
attrs
:{
src
:
t
.
companyObj
.
logoUrl
,
alt
:
"log"
}})]):
a
(
"div"
,{
staticClass
:
"default-logo-bg"
},[
a
(
"i"
,{
staticClass
:
"iconfont icon-2zuzhijiagou default-logo"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-name color-303133"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
enterpriseName
))]),
t
.
_v
(
" "
),
a
(
"ul"
,[
a
(
"li"
,{
staticClass
:
"flex flex-between"
},[
a
(
"span"
,[
t
.
_v
(
"账户余额"
)]),
a
(
"span"
,{
staticClass
:
"color-303133 font-16"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
balance
))])]),
t
.
_v
(
" "
),
a
(
"li"
,{
staticClass
:
"flex flex-between"
},[
a
(
"span"
,[
t
.
_v
(
"企业编码"
)]),
a
(
"span"
,{
staticClass
:
"color-303133 font-16"
},[
t
.
_v
(
t
.
_s
(
t
.
companyObj
.
enterpriseCode
))])]),
t
.
_v
(
" "
),
a
(
"li"
,{
staticClass
:
"flex flex-between"
,
on
:{
click
:
function
(
e
){
t
.
toCertify
(
t
.
companyObj
.
authenticationStatus
)}}},[
a
(
"span"
,[
t
.
_v
(
"企业认证"
)]),
a
(
"span"
,{
class
:[
1
==
t
.
companyObj
.
authenticationStatus
?
"authActive"
:
0
==
t
.
companyObj
.
authenticationStatus
?
"unAuth"
:
2
==
t
.
companyObj
.
authenticationStatus
?
"auth-ing"
:
"auth-fail"
]},[
1
==
t
.
companyObj
.
authenticationStatus
||
0
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-renzheng p-r-6 "
}):
t
.
_e
(),
2
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-qiyerenzheng1 p-r-6 "
}):
t
.
_e
(),
3
==
t
.
companyObj
.
authenticationStatus
?
a
(
"i"
,{
staticClass
:
"iconfont icon-qiyerenzheng2 p-r-6 "
}):
t
.
_e
(),
t
.
_v
(
t
.
_s
(
1
==
t
.
companyObj
.
authenticationStatus
?
"已认证"
:
0
==
t
.
companyObj
.
authenticationStatus
?
"未认证"
:
2
==
t
.
companyObj
.
authenticationStatus
?
"认证中"
:
"认证失败"
)
+
" "
)])]),
t
.
_v
(
" "
),
t
.
_m
(
0
)])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-right radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-company-right__head flex flex-between border-box border-b-e4e7e7"
},[
a
(
"span"
,{
staticClass
:
"color-303133 font-16 font-w-500"
},[
t
.
_v
(
"数据概览"
)]),
a
(
"span"
,{
staticClass
:
"auto-define"
,
on
:{
click
:
function
(
e
){
t
.
showDialogLayer
(
"data"
)}}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-zidingyi color-909399"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-company-right__body p-24 border-box"
},[
a
(
"ul"
,{
staticClass
:
"flex flex-row flex-wrap"
},
t
.
_l
(
t
.
dataOverview
,
function
(
e
,
s
){
return
a
(
"li"
,{
key
:
s
},[
a
(
"div"
,{
staticClass
:
"color-606266 font-16 data-name"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"color-303133 font-30 data-num font-w-500"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldData
))])])}))])])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-entry m-t-24 radius-2"
},[
a
(
"div"
,{
staticClass
:
"index-entry-head flex flex-between border-box border-b-e4e7e7"
},[
a
(
"span"
,{
staticClass
:
"color-303133 font-16 font-w-500"
},[
t
.
_v
(
"快捷入口"
)]),
a
(
"span"
,{
staticClass
:
"auto-define"
,
on
:{
click
:
function
(
e
){
t
.
showDialogLayer
(
"entry"
)}}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-zidingyi color-909399"
})])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"index-entry-body p-24 border-box"
},[
a
(
"ul"
,{
staticClass
:
"flex flex-row flex-wrap"
},
t
.
_l
(
t
.
entryData
,
function
(
e
,
s
){
return
a
(
"li"
,{
key
:
s
,
staticClass
:
"flex flex-align-center border-box flex"
,
on
:{
click
:
function
(
a
){
t
.
changeRoute
(
e
.
fieldUrl
)}}},[
a
(
"span"
,{
staticClass
:
"square-item flex flex-align-center flex-pack-center"
,
style
:{
background
:
e
.
fieldIconBgColor
}},[
a
(
"i"
,{
class
:[
"iconfont"
,
e
.
fieldIconUrl
]})]),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"color-303133 font-16 p-l-20"
},[
t
.
_v
(
t
.
_s
(
e
.
fieldTitle
))])])}))])])]),
t
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
),
t
.
_v
(
" "
),
a
(
"custom-dialog"
,{
attrs
:{
customTitle
:
t
.
customTitle
,
customType
:
t
.
customType
,
showCustomDialog
:
t
.
showCustomDialog
},
on
:{
customHandleConfirm
:
t
.
customHandleConfirm
}})],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"li"
,{
staticClass
:
"flex flex-between"
},[
e
(
"span"
,[
this
.
_v
(
"帮助手册"
)]),
e
(
"a"
,{
attrs
:{
href
:
"../../assets/1.pdf"
,
download
:
"帮助手册.pdf"
}},[
e
(
"span"
,{
staticClass
:
"color-1890ff"
},[
this
.
_v
(
"立即下载"
),
e
(
"i"
,{
staticClass
:
"el-icon-arrow-right"
})])])])}]};
var
m
=
a
(
"VU/8"
)(
u
,
d
,
!
1
,
function
(
t
){
a
(
"4WGk"
)},
"data-v-3c3d91d6"
,
null
);
e
.
default
=
m
.
exports
}});
\ No newline at end of file
dist/static/js/31.1216a85c15743155d70d.js
0 → 100644
View file @
8ae4cb17
webpackJsonp
([
31
],{
OVYO
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
i
=
a
(
"//Fk"
),
n
=
a
.
n
(
i
),
s
=
a
(
"Ke24"
),
r
=
a
(
"fPyK"
),
o
=
a
(
"P9l9"
),
l
=
{
name
:
"noticeList"
,
props
:{
brandId
:{
type
:
String
,
default
:
function
(){
return
""
}},
activeGroupId
:{
type
:
String
,
default
:
function
(){
return
""
}}},
data
:
function
(){
return
{
topMenuData
:[{
id
:
"1"
,
name
:
"企业公告列表"
}],
activeId
:
"1"
,
activeBrand
:
this
.
brandId
,
activeGroup
:
this
.
activeGroupId
,
searchTitle
:
""
,
dateValue
:
""
,
startTime
:
""
,
endTime
:
""
,
tableData
:[],
pageSize
:
10
,
currentPage
:
1
,
totalCount
:
0
,
noReadCount
:
0
,
readCount
:
0
,
readList
:[],
noReadList
:[],
loading
:
!
1
,
dialogNoticeVisible
:
!
1
,
dialogVisible
:
!
1
,
defaultImg
:
a
(
"mt/x"
),
imgUrl
:
""
,
imgShowFlag
:
!
1
,
readId
:
""
,
readPageSize
:
20
,
readPageNum
:
1
,
unreadPageSize
:
20
,
unreadPageNum
:
1
}},
filters
:{
formatTimeYMD
:
function
(
e
){
var
t
=
new
Date
(
e
),
a
=
t
.
getMonth
()
+
1
,
i
=
t
.
getDate
()
<
10
?
"0"
+
t
.
getDate
():
t
.
getDate
(),
n
=
a
<
10
?
"0"
+
a
:
a
;
return
t
.
getFullYear
()
+
"-"
+
n
+
"-"
+
i
},
formatTimeHMS
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
(
t
.
getHours
()
<
10
?
"0"
+
t
.
getHours
():
t
.
getHours
())
+
":"
+
(
t
.
getMinutes
()
<
10
?
"0"
+
t
.
getMinutes
():
t
.
getMinutes
())}},
watch
:{
brandId
:
function
(
e
,
t
){
e
&&
(
this
.
activeBrand
=
e
,
this
.
getNoticeList
())},
activeGroupId
:
function
(
e
,
t
){
e
&&
(
this
.
activeGroup
=
e
)}},
mounted
:
function
(){
this
.
activeBrand
=
this
.
brandId
,
this
.
brandId
&&
this
.
getNoticeList
()},
methods
:{
showImage
:
function
(
e
){
if
(
!
e
||
""
==
e
)
return
!
1
;
this
.
imgShowFlag
=!
0
,
this
.
imgUrl
=
e
},
hideImage
:
function
(
e
){
this
.
imgShowFlag
=
e
},
getNoticeList
:
function
(){
var
e
=
this
;
this
.
loading
=!
0
;
var
t
=
{
startTime
:
this
.
startTime
,
brandId
:
this
.
activeBrand
,
title
:
this
.
searchTitle
,
endTime
:
this
.
endTime
,
pageNum
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
};
Object
(
o
.
a
)(
"/haoban-app-announcement-web/announcement-list"
,
t
).
then
(
function
(
t
){
var
a
=
t
.
data
;
e
.
loading
=!
1
,
1
==
a
.
errorCode
&&
(
e
.
tableData
=
a
.
result
.
list
,
e
.
totalCount
=
a
.
result
.
total
)})},
changeDate
:
function
(
e
){
e
||
(
e
=
[]),
this
.
startTime
=
e
[
0
],
this
.
endTime
=
e
[
1
],
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
searchNotice
:
function
(){
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
clearInput
:
function
(){
this
.
currentPage
=
1
,
this
.
getNoticeList
()},
delNotice
:
function
(
e
,
t
){
var
a
=
this
;
this
.
$confirm
(
"是否要删除选中的公告?"
,
"提示"
,{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
}).
then
(
function
(){
var
i
=
{
announcementId
:
e
};
Object
(
o
.
a
)(
"/haoban-app-announcement-web/announcement-delete"
,
i
).
then
(
function
(
e
){
var
i
=
e
.
data
;
1
==
i
.
errorCode
?(
a
.
totalCount
--
,
a
.
tableData
.
splice
(
t
,
1
),
0
==
a
.
tableData
.
length
&&
(
a
.
currentPage
>
1
?(
a
.
currentPage
--
,
a
.
getNoticeList
()):
a
.
totalCount
>
0
&&
a
.
getNoticeList
()),
a
.
$message
.
success
(
"删除成功"
)):
a
.
$message
.
error
(
i
.
message
)})}).
catch
(
function
(){})},
loadMore
:
function
(
e
){
if
(
1
==
e
){
if
(
this
.
readList
.
length
>=
this
.
readCount
)
return
!
1
;
this
.
readPageNum
++
,
this
.
getDetailApi
(
this
.
readId
,{
pageSize
:
this
.
readPageSize
,
pageNum
:
this
.
readPageNum
,
readStatus
:
1
})}
else
{
if
(
this
.
noReadList
.
length
>=
this
.
noReadCount
)
return
!
1
;
this
.
unreadPageNum
++
,
this
.
getDetailApi
(
this
.
readId
,{
pageSize
:
this
.
unreadPageSize
,
pageNum
:
this
.
unreadPageNum
,
readStatus
:
0
})}},
readDetail
:
function
(
e
){
var
t
=
this
;
t
.
readList
=
[],
t
.
noReadList
=
[],
t
.
readPageNum
=
1
,
t
.
unreadPageNum
=
1
,
t
.
readId
=
e
,
t
.
dialogNoticeVisible
=!
0
,
n
.
a
.
all
([
t
.
getDetailApi
(
e
,{
pageSize
:
t
.
readPageSize
,
pageNum
:
t
.
readPageNum
,
readStatus
:
1
})]).
then
(
function
(){
t
.
getDetailApi
(
e
,{
pageSize
:
t
.
unreadPageSize
,
pageNum
:
t
.
unreadPageNum
,
readStatus
:
0
})})},
getDetailApi
:
function
(
e
,
t
){
var
a
=
this
,
i
=
{
announcementId
:
e
,
pageSize
:
t
.
pageSize
,
pageNum
:
t
.
pageNum
,
readStatus
:
t
.
readStatus
};
Object
(
o
.
a
)(
"/haoban-app-announcement-web/announcement-detail"
,
i
).
then
(
function
(
e
){
var
t
=
e
.
data
;
1
==
t
.
errorCode
?
1
==
i
.
readStatus
?(
t
.
result
.
list
&&
t
.
result
.
list
.
length
&&
t
.
result
.
list
.
forEach
(
function
(
e
){
a
.
readList
.
push
(
e
)}),
a
.
readCount
=
t
.
result
.
total
):(
t
.
result
.
list
&&
t
.
result
.
list
.
length
&&
t
.
result
.
list
.
forEach
(
function
(
e
){
a
.
noReadList
.
push
(
e
)}),
a
.
noReadCount
=
t
.
result
.
total
):
a
.
$message
.
error
(
t
.
message
)})},
handleSizeChange
:
function
(
e
){
this
.
pageSize
=
e
,
this
.
getNoticeList
()},
handleCurrentChange
:
function
(
e
){
this
.
currentPage
=
e
,
this
.
getNoticeList
()},
handlePreview
:
function
(
e
){
this
.
$refs
.
qrcodePreview
.
qrcode
(
e
,
"announcement"
),
this
.
dialogVisible
=!
0
},
addNotice
:
function
(){
this
.
$router
.
push
(
"/addNotice?appIcon="
+
this
.
$route
.
query
.
appIcon
)}},
components
:{
commonDetailTop
:
s
.
a
,
qrcodeDialog
:
r
.
a
},
beforeDestroy
:
function
(){
this
.
readList
=
[],
this
.
noReadList
=
[],
this
.
readPageNum
=
1
,
this
.
unreadPageNum
=
1
}},
d
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"notice-list-wrap"
},[
a
(
"div"
,{
staticClass
:
"notice-list"
},[
a
(
"common-detail-top"
,{
attrs
:{
topMenuData
:
e
.
topMenuData
,
activeId
:
e
.
activeId
}}),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"notice-list-table"
},[
a
(
"div"
,{
staticClass
:
"search-wrap"
},[
a
(
"el-input"
,{
staticClass
:
"search-input"
,
attrs
:{
clearable
:
""
,
placeholder
:
"请输入公告标题"
,
"prefix-icon"
:
"el-icon-search"
},
on
:{
clear
:
e
.
clearInput
},
nativeOn
:{
keyup
:
function
(
t
){
return
"button"
in
t
||!
e
.
_k
(
t
.
keyCode
,
"enter"
,
13
,
t
.
key
,
"Enter"
)?
e
.
searchNotice
(
t
):
null
}},
model
:{
value
:
e
.
searchTitle
,
callback
:
function
(
t
){
e
.
searchTitle
=
t
},
expression
:
"searchTitle"
}}),
e
.
_v
(
" "
),
a
(
"el-date-picker"
,{
staticClass
:
"search-date"
,
attrs
:{
format
:
"yyyy-MM-dd"
,
"value-format"
:
"yyyy-MM-dd"
,
type
:
"daterange"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"end-placeholder"
:
"结束日期"
},
on
:{
change
:
e
.
changeDate
},
model
:{
value
:
e
.
dateValue
,
callback
:
function
(
t
){
e
.
dateValue
=
t
},
expression
:
"dateValue"
}}),
e
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"fr"
,
attrs
:{
type
:
"primary"
},
on
:{
click
:
e
.
addNotice
}},[
e
.
_v
(
"新建公告"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
directives
:[{
name
:
"loading"
,
rawName
:
"v-loading"
,
value
:
e
.
loading
,
expression
:
"loading"
}],
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
tableData
}},[
a
(
"el-table-column"
,{
attrs
:{
prop
:
"title"
,
label
:
"公告标题"
,
width
:
"180"
,
"show-overflow-tooltip"
:
""
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"name"
,
label
:
"公告封面"
,
width
:
"120"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"div"
,{
staticClass
:
"notice-img"
},[
a
(
"img"
,{
attrs
:{
src
:
t
.
row
.
imgUrl
?
t
.
row
.
imgUrl
:
e
.
defaultImg
,
alt
:
""
},
on
:{
mouseover
:
function
(
a
){
e
.
showImage
(
t
.
row
.
imgUrl
)}}})])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"content"
,
label
:
"公告内容"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"p"
,{
staticClass
:
"notice-content-wrap"
,
attrs
:{
title
:
t
.
row
.
content
}},[
e
.
_v
(
e
.
_s
(
t
.
row
.
content
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"address"
,
label
:
"读取情况"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
readDetail
(
t
.
row
.
announcementId
)}}},[
e
.
_v
(
e
.
_s
(
t
.
row
.
readCount
)
+
"/"
+
e
.
_s
(
t
.
row
.
noReadCount
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"address"
,
label
:
"发布时间"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
t
.
row
.
sendTime
?
a
(
"div"
,{
staticClass
:
"time-wrap"
},[
a
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatTimeYMD"
)(
t
.
row
.
sendTime
)))]),
e
.
_v
(
" "
),
a
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
_f
(
"formatTimeHMS"
)(
t
.
row
.
sendTime
)))])]):
a
(
"div"
,[
e
.
_v
(
"--"
)])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"opr"
,
label
:
"操作"
,
width
:
"100"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
handlePreview
(
t
.
row
.
announcementId
)}}},[
e
.
_v
(
"预览"
)]),
e
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
e
.
delNotice
(
t
.
row
.
announcementId
,
t
.
$index
)}}},[
e
.
_v
(
"删除"
)])]}}])})],
1
),
e
.
_v
(
" "
),
e
.
totalCount
>
0
?
a
(
"div"
,{
staticClass
:
"pagination"
},[
a
(
"el-pagination"
,{
attrs
:{
background
:
""
,
"page-sizes"
:[
10
,
20
,
30
,
40
],
"page-size"
:
e
.
pageSize
,
"current-page"
:
e
.
currentPage
,
layout
:
"total, sizes, prev, pager, next"
,
total
:
e
.
totalCount
},
on
:{
"size-change"
:
e
.
handleSizeChange
,
"current-change"
:
e
.
handleCurrentChange
}})],
1
):
e
.
_e
()],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"读取情况"
,
visible
:
e
.
dialogNoticeVisible
,
width
:
"618px"
},
on
:{
"update:visible"
:
function
(
t
){
e
.
dialogNoticeVisible
=
t
}}},[
a
(
"div"
,{
staticClass
:
"read-list-wrap"
},[
a
(
"div"
,{
staticClass
:
"read-list-lt"
},[
a
(
"div"
,{
staticClass
:
"read-list-title"
},[
e
.
_v
(
"已读("
+
e
.
_s
(
e
.
readCount
)
+
")"
)]),
e
.
_v
(
" "
),
e
.
readList
.
length
?
a
(
"ul"
,{
staticClass
:
"read-list"
},
e
.
_l
(
e
.
readList
,
function
(
t
,
i
){
return
a
(
"li"
,{
key
:
i
},[
e
.
_v
(
e
.
_s
(
t
))])})):
a
(
"div"
,{
staticClass
:
"no-read-list-data"
},[
e
.
_v
(
"暂无数据"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"load-data load-read-data"
,
on
:{
click
:
function
(
t
){
e
.
loadMore
(
1
)}}},[
e
.
_v
(
e
.
_s
(
e
.
readCount
==
e
.
readList
.
length
?
"已加载全部已读人员"
:
"点击加载更多"
))])]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"read-list-rt"
},[
a
(
"div"
,{
staticClass
:
"read-list-title"
},[
e
.
_v
(
"未读("
+
e
.
_s
(
e
.
noReadCount
)
+
")"
)]),
e
.
_v
(
" "
),
e
.
noReadList
.
length
?
a
(
"ul"
,{
staticClass
:
"read-list"
},
e
.
_l
(
e
.
noReadList
,
function
(
t
,
i
){
return
a
(
"li"
,{
key
:
i
},[
e
.
_v
(
e
.
_s
(
t
))])})):
a
(
"div"
,{
staticClass
:
"no-read-list-data"
},[
e
.
_v
(
"暂无数据"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"load-data load-unread-data"
,
on
:{
click
:
function
(
t
){
e
.
loadMore
(
0
)}}},[
e
.
_v
(
e
.
_s
(
e
.
noReadCount
==
e
.
noReadList
.
length
?
"已加载全部未读人员"
:
"点击加载更多"
))])])])]),
e
.
_v
(
" "
),
a
(
"qrcode-dialog"
,{
ref
:
"qrcodePreview"
,
model
:{
value
:
e
.
dialogVisible
,
callback
:
function
(
t
){
e
.
dialogVisible
=
t
},
expression
:
"dialogVisible"
}}),
e
.
_v
(
" "
),
a
(
"vue-gic-img-preview"
,{
attrs
:{
imgUrl
:
e
.
imgUrl
,
imgShowFlag
:
e
.
imgShowFlag
},
on
:{
hideImage
:
e
.
hideImage
}}),
e
.
_v
(
" "
),
a
(
"vue-gic-footer"
)],
1
)},
staticRenderFns
:[]};
var
c
=
a
(
"VU/8"
)(
l
,
d
,
!
1
,
function
(
e
){
a
(
"QXK9"
)},
"data-v-08930666"
,
null
);
t
.
default
=
c
.
exports
},
QXK9
:
function
(
e
,
t
){},
"mt/x"
:
function
(
e
,
t
){
e
.
exports
=
"data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAADcCAYAAAAbWs+BAAAbLklEQVR4nO3d2XLjSJYm4B/7SnCRqCUyMrpresy6uq9q+v0foy/KrKcqayo2SVxAYl8c7nMBKlISIWVIIkGAPJ9ZmtIy0yJckfzlDsfx41KcFgKEkFbIhx4AIaeEAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIiyhwhLSIAkdIi9RDD+DUlKxCljPkBUNWMGQ5Q8kqcC5QcQHOOSRZgiLLUGQJmqrA0FWYhgpz81VTlUN/G+SNpDgtxKEHcezygsEPUiRZiSDKoaoKFFWBqihQVRmKLEOSJMiyBEmSIIQAFwKCC3AuwKoKjP3+l+casE0NY8+CodPPzD6hwO0JqzjWYYbFOkGaMZimDk1ToWsqFOXtK/mq4ihKhrJkyLIClqnibGhjODChvuPXJe2gwO0Yqzjmfozv8wimocGyDGiqClmWdv57cS5QMoY0zZHlBa7PBzgfOxS8DqPA7QjnAjM/xrdZANsy4djmu2ay16qqCnGSI0kzfJh6mE4cyNLuQ07ehwK3A4tVgn988+E6FhzbgKIcblODVRWSJEMUZ/jXD2OcjeyDjYVso8C9Q1FWuJmHCJICA9eGrnVnA6MsGYIwgefouDofQNdoZ7MLKHBvtAoz/O3zAt7AhutYhx7Os6I4hSQ4phMHQ9c89HBOHgXuDe6WEb7dhRgNXRiGdujh/KEsL7Bax/h4UT/bkcOhwL3St7sAs1WCyWgAtUcvoBmrsFyFmI5tfJh6hx7OyerOQ0cPfL0L4AcZzifDvWzz75OqKjifDLFYhQBAoTsQemHzk24XEearBOPRoHdhuyfLEiYjFzM/wc08PPRwThIF7icsVgm+z0Ocjb3ehu2eLMs4G3u4WURYrtNDD+fkUOD+QJQU+Mc3H+PRoNUX2fukKDLGQxe/fV0izctDD+ekHMcnaE+EAGZ+jPHQ7dQ7tl3QdQ1Dz8FsGR96KCeFAveCr3dr5CWHZRmHHspeOLaJOGP4ehcceigngwL3jCDOsVil8AbHXRrlbWa5OC0OPZSTQIF7xsyP4Q1sSEdeACxLEgYDm5aWLaHANXh4hu0U2JaBMC2xCmnXct8ocA1myxiDI19KPjVwLZrlWkCBe2K5TlBxHN2u5B8xdA1ZyRFE2aGHctQocE/M/LjT1f/75DomZj7NcvtEgXsgTgsUJYd+oo15TENHmJTIC3booRwtCtwDqzA7mY2S59iWjmVAmyf7QoHb4ELgdhHBNE47cKap4xu9CN8bCtxGmpVQVaVXZ9z2QVUUaJqKJKMay32gwG0kWXlyO5NNJEmCrqlUebInFLiNMM6h691vl9AGjQK3NxQ4AAKAH6TU2WpDVRUsVwmEoO4bu0aBQ93vQ5ZlyDL9cQD1eTlZlsEqfuihHB36hAHIcgZNVY6+UPlnKZsfPoxR4HaNAoe6oeuxnObeFVmWaIbbA/qUoX4HR7PbYxS4/aDAAbQ50ICe4faDAoe6dwlNcI9JkoSKArdzFDjUp55pkttGy+zdo8Chfl6hZeVjXAgoPe/B2UUUOFDgmgguet/0tosocABURQbnFLiHOOfQTryQex8ocABMQwVjFc1yD1ScQ1Xp47Fr9CeKunaw4pxmuY2qqmiG2xMKHAAJwNA1wVh16KF0AmMcA9uAStU3O0d/ohuOraMo6dAlABQlg23SUaV9oMBtuJaOgprnAADKksGxTrvVxL5Q4DYsQ0PJ6meXU8Y5R1GWcGwK3D5Q4DZUVcZoYCI/8fvS8qLEaGDR89ue0J/qA2PPQpqddmuBJMlxPjqtNu9tosA9MHQN5EUJVp3mbiVjFfKihOsc5314XUCBe0CSJPxy4SFJTrO/fhSn+PVqBCro2h8K3BPTsYM4yVGd2OYJYxXSrKDl5J5R4J6QZQnX5wNE0Wm1+47iFB8vPSpY3jMKXIOrcxdJmp1M5UlRMkgQuJi4hx7K0aPANZAkCR8vhwjC5NBDaUUQxJhOnEMP4yRQ4J5xMXFhmyrSLD/0UPYqilMMXQNnQ3p2awMF7gXTsYN1EB9tb4+iKBGECS7PaCnZFgrcC1xbx/XUw8IPju6sXFVx+OsIf/plAuNEL6A8BArcH7g6c3E2tOCvo0MPZaf8dYSrMxeT4Wler3woFLif8PFyCM/W4K+OI3TLVYiRa+DqfHDooZwcCtxP+vVqBNdSsQ76fen8KogxsDT8ejU89FBOEgXuFT5dj2AbCparsHfPdEII+KsQjqHg0/Xo0MM5WRS4V/p0PcLQ0bFYBr0pcmaswmIZwHN0CtuB0fbUG3y8HEJTFXyfBxh6Dkyju4c1s7zAah3jl4sBVZJ0gBSnRb/WRh0SRBlmfgzGJQxcq1OtwbkQCKMEmly/T/Rcc2e/thACQtQ3x0pS3YSpS997l1Hg3qmqOG7mIearFAPXgmUd9iyZEAJpmiOMM0zHNj5MB28OQ15WKAqGvKyQ5SXyosIqTOvjOw9/TSEgUB/g1TUFhq5CVWQYukrNiJ6gwO1InBaYLWNEaQnHNmGa7S8z06xAHKfwXAPTsfPqD3teMIRJgTgtkBcMSVZCVRQoigxVVaAqCiRZ+jGjSZK0me3qGY8LgaqqUFUcnHOwikNXZVimBs8x4DnGyV98SYHbsSDOMVvGSPISlmHAsoy9HnmpOEea5kizAq6lYTp2MHjFie00LxElBZbrBFleQddV6JoKRVWgqcq77j0XAigZAysZ8qL80S9l4lmwTA26dnqNZilwexIlBfwgxXwVQ9c0WJYBTVWgvrObsRAAqyqwkiHNChRlienYwcSzYL+itZ0fpFgGKeKkgK5rsEwdmqbu9VmMc448L5FmBUrGcDa0cTayT2rZSYHbM1bxHzOIH6QwdA2aptYX1ysyFFnaLNN+/3pPkgDORR0wVi/VirKEIkuwDQ3joQXH0n+6w5YAsFwlmPkxuAAs0zjI0heow5dmBZI0r2fmiYOBffy9VChwLQvjHHFaoGQcJavgB+nmeahpp69+RuKcYzp2YOgqHEuH+4aekX6Q4u9flrAsA45tQte68UZICIEsLxEnKYaOgenEgWUc74xHgTuw+82G+82HR/eJCAFZlqE9uMXmvsLlZ5d+aV5itoyxjnIMBjYMvbsf5jjJEMUpLicurs7do3zVQIF7B84FSlaBVRxFWSHNSzDGwYUA56IO0g5v5BEAojgHJOD//PnDH34g56sE//y+gjew4di7ew+3T5xzhHEKQ5UwHbtvms27jAL3SklaIE5LpHmJ+SqBLNfPYfXWuQpZln5smTcvE99HArBax/jzn85fPMf25XaNZZBh5DnQOrJ8fI00y7EOYvxy4R1VhQwF7g9UXCDNSizWCeK0AKsEdE2Fqio/ts/lFpc+YZRgYGu4fuZoTV4w3C4ixBnD0HN6vSxjrMIqiDByzaM53UCBe0acFgiiHN/nITRNhW3q0HS1fvl7oA9xnGTQFeDDhde4MxnGOWZ+jEpIcJ3jOFgqBLAKIrimio9Xw1Z/uO0DBe6JIMoxW8WI0xKmUb8/U5XDv6DN8xJlWeDXyyFMY3uJuFgn+H/fVhgP3YNt9e9TEMawdAXXU+/RJlLfUOA2/CDFzI9RMA7HOkxp1nOqimO2WOFPv0wwGmxvfvhBin988zEZe53Z7t+HMEphanULw742rD35wK03Ff95weE4Zie3zZd+iLOh2dgSIYhy/M8/5zibeJ0c+64FYQJLl3t7ru9kA3f/vJNkDI5jdvZMW7TZIm/6gOUFw5fbNWRF69SMvG/+un6m62Po+rsYfofbRYS/fV4CsoqzidfZsDFWIYzSZ/tG3i4icMgnFTYAGA9drOMCt4v+NXU63gV/g7yscDsPESYlzs+GnT8qEkQJPl56je/bvtyuEaYlJqPT7Lw1Hjr4erd+c6nboXT7E7dDqzDDf//PDXImMBkPOh+2LC9ganLjS9/lOsFinWI8PJ4Xwq+lKApGnoOZ368uat3+1O3I3TLCb1+XOBt7vXk/FYQJpuPtCzaEEJj5MUbecdYavoZlGUhzhu/z8NBD+WlHH7ivdwFu5hHOJ0MYPalCj5MM44HZ2Ifk2yyEkGTo1J4cAOB5Dr7PQqRZeeih/JSjDtyX2zVWYY6zs+G7D362RQiBOMkar4+K0wIzP8bApZtu7imyDG9g92ZpebSB+3oXwA8yjEdur8qB0qzA0DUaz4Tdh61P308bHNvEOi6wCrp/a+1RBu7rXYBlkGEy9nr1nCNE/d6t6dktyxnWUQ77DV3BhBBgrALf4VGhfRDAm+9WH7hWL2a5o3sQuF1EWKwSnE36V/5TlCUsoz7V/dTMj950po2xCv46AmMVJEmCbRnwBt1bkqZZjjBMwQWHpqkYDwev+v9n6BqCMEGY5J1u1XBUgVuFGb7NApyf9S9sAJCkOS4n22EoGcd8leJy+rrKCiEElqsQ1+cuzkYOOOe4mUdYBzGGXneuGM7yAqJi+LdfJzANFXfLCItViLPx63pquo6F2TLudOCOZklZlBVmfozxcNCJ6v7X4lwgz0t4zvYsNl/FcGzj1cvjPC/hWjouJi4UWYKmKvW5MsFRlGxXQ38XIQSCoH4F4tp1Q6QPUw+mJr96jJapI0wKZEU3vrcmRxO4m3kISHJvtv6fyvICY89sPHry7S54U/kZF6Lx3Nx07CAMkzeNc9eSNMfY234FoqoK+BuuerYtA4tVN763JkcRuJkfYx0XvXmp3STPy8b3bnFaQNfUN7VJ0HUV81WMpzdrnY1sWIaCLC/eOtydEEIgjNKtVyBFWbdU199w+sE09brGtKMbRL0PXMkqfL5ZdeqZ5LU4FyjKevn31DrMYLyxuFpVFNi2idvFdiVGPcsddhs9ilNcNLTFm/kxXMd6U/mdqij1Bkqc72qYO9X7wN3MI7iODa0nL7absKqCqatbrb+FAL7PQ5jv6Ew8cCx8m4WonizPPNfE0NWRpIf5YHLOEcXZ1kmIJCsx8+N3dRkzDQ3rKHvvEPei14ELkxzLIIXr9ncpCQBFUTZWvBclg6oo0NS3byYrigzHNnHTcJRlOnYQRelBbnMNoxTX54OtZ8yZH2PgvO/qL93QsFglnVxW9jpws2VdedG/FwCPFQVrvIAjTIqd1Ezeb5en+eN6Q9vSMRmarc9yjFVIkgxX549nt3WUYRVmsN/ZQ1NV6jscnn6/XdDbwK3DDHFawjqCw5clYzAbdlfDONvJrqssS3CfqcSYjl2EUdrqbBBGCT5eDbdmsZkf7+ylvKFr+Otvs538WrvU28AdSxFvfZeagNawQZDmbGdF17ZlwA8yRMnjnUnTUHE5cRDF7WygFAWDImPrnN9ynSDNq52dvte0uikve8OrhX3qZeCStECSs96+c3uIVRWEEFuVMaziyAsGWdrN/yJJkjb1htvPcpfnA8RJtrWxsg9h1HzO77evPrwd/gBVFRmSJLfyPb1GLwM3XyVvKuLtIsaqxg9gXtQbJrssUbNMA2FSYhU+3sFTZAkfpoO9z3J5XsLQZUyGj4N1t4xgmfpOz/jJsgxFkVGyame/5i70LnCcC8xXSWcb/7xWVfHGm0DzsoKyhy7Pnmu/OMuxPX5A69nt8VKSC4EvN+udPx5IsgRVkZEVFLh3WYUpTFPvfE+Sn9W0nASAivG9FGAbhoaiFFsbKBKAT1cjBNF+yqLSNIdr61uNbG8XERzH3PkBYQn1LEdLyncKovyoGp6KzR1wT3Eh9naWbzCw8M/vq61/Pp04UOV6Y2PXwoZzfqziuJmHcOx+v0d9jV4FruICy821vcdCCAGlaYbjfG+B01QVtmU09nWcjh2EO57l7nu0PH25fzsP4djmXlYr99eF8QO81H9JrwKX5SU0VTma5SRQl281BYtzgX0eVh+4Nr7eBVsnrCdDG6a+u8JmzgWihgLlNC8xWyV7LjiXDlJF85LefHIFgL/+NntTBXmnScBWOT92f5HjUz9KvubPzXK72bG8b4i0VaC8rAuU9/V9CmyW6x1rsdGbwDHGIcvH1x5OkqTGZY8s7/+n833JV/7kmW04MOE57y9srir+40TAQ0Gcww8z2NYer0He3JmuNDwfH1K3RvMCVlWQZamXp7lfIksSqoayKkVuDuJOf29ZguM8V/L1/sLmKE7xYTrYOskxW8bwXHuvS2YhNjOcQjPcm+SbMqc+9ip5iSRJjXWMsiQ1rTR3zrENLFYp4vTxM5tj6ZgMrTfPcoxVSNK8oYQrRZKXLVxAIsCf2ZA6pN4ELs0ZNFVp3ELvM0mSGlvDadrbWgy85fd33Xpp+dT9s9xbCpvDOMXHS2/rB+TMj3ZawvUcLsSmqKBbjyC9+fQWrOrcenwXFEVG0VANYWgqWNVOL0nbMhAk241UTUPFxcRBnLxuA6UsGWSIrdlt5sdgHK1sfNVF4bxz1xN3azQvEFxgr4v+A1FVBYt1srV81HUFVcUhRDuVEs+1C788cxHFrytsDhoKlLkQ+HyzbmV2A/Cj8W3Xfkh3azQv2GflxSHdFyjzJ8tKWZJgm1rjhso+GLqGvORbHa/qtnU/X9icFyV0VcbZ6EmB8qIuUG7rjgfGqk7eBd6bwAmx3xfBhyLLEmRZRsm2ZxDb1FC22D/SG9j4xzd/659fnrlI0vynCpvDhmu2WMXxbRa2en6xLBkcq3vvbHsUOEDqfTOFZpqqIsm2Kzs8x0BetNcmQNNUWA0lX5Ik4eOl94cvw9Msh2trGHuPq0fuFhFcZz8lXE2qiqNkVeMp+kPrT+AOPYA9MnQVYbIdOMfWUZas1e/dc61Nydfj3/Vi4kKWxLPdkAXqxkBPj9+keYnbZdxqgXJelJgMrc69EgB6FLhjpuna1nswANDUeuOkaHGWUxQFjm3irqmwefJ8x+Y4zjDxrK0C5brRk9Xqs1TdBa2bB5R7E7g2Ki8ORVXqZ7imLlOfrkbIGpab++Q6dVu9p6elz4Y2DE3eWuZyLhAn2yVcUVKXcL2nx+RrcS6QFyW8hi5oXdCbwGmqvLWTdywkSYKha1sNfoC6rjHLi1ar3mW5Lmx+9vjOk1kuSTNMxw6MJ3Wu97Nbm4qixMDWG0/Rd0FvAudYOoqCde64xa4YhoZ1uN0tWNcUDGwdecs9Fl3HxHyVbC11R56FoWsgTuqxlqzaPLs9nt38IEWUlrDMdmeaNCswHna3m1tvAjd0TeRF0equXZsMXUeclluV+wBwPnZab9Zad/myny35CsIEy1WIpR/g16vh1owy82MMWr74sao4srzAqOFSlK7oTeAURca/fZwgCJOjnOUkqb75xW+Y5YauCUVG63e6WZuSr6d9+i1Tw1/+fI0P5y7+839dbM1ucz9GyUTrJ/PjJMP19HU3p7atN4ED6gsozoYW1kH373J+C8sysHzmbrPpxEHcUrPWexKevztbliSMPavhAhKxadLb7rObEAJpluOsw8tJoGeBA4CPl0M4porVEYZOUxVwgcarlsaehSwv99rGrolp6MhLji+365/67z/friHJypvus3uPNCswHpid3Sy517vAAcCn6xEcQ8F8se5co8/3cmyz8blJliR8vBwiOMDNpeOhCz/M8O0uePG/+3yzRhiXrd/Vx7moe14+OZ3QRVKcFr19IJr5MT7frGFbxqZzb/dKed5itljjX66HGDY8/P/9yxKSrLZwgPMxzgX8dQjH1DAamDAN9cdp9TQrsQpTFExgOHRbL8BbhzEGloZfLryWf+fX63XggPoUwcJPsAxSFKyCpqrQdRWGrvX2sGqWF6jKEv/709nWvwvjHH/7ssT0fHSQBjlpmiPLC5SsghB18bWmKjBN/SDdsIuSYb5Y47/+40MvTpP0PnAPRUmBNCsRpTlWYQ5VkaHrGjRV2bRnkCHJUuc6OTVZrSNcjO2tYy4A8PUuQBAXGA0Pt4QSQmxa/O2/w9hLZos1fpkOGv+cuuioAvdQyTiKkiFKCiRZiSwvkeYMiiJDkWXIsgxZljYNQ6UfjUN/fMXv/wz3/76lsUtS/ULZX0X4y79fN25z//3LEpDVo7gf763WQQzbUPDpenToofy0bjV82CFNlaGpOpwHF9VXvK52Z6w+vsE2d7NxIR585RD3fy+AIMp+/ARv9we59OjLU9Oxg//7eQFdGx1VY9yflaQ5TF3uVdiAI57hdolvlk+ttNHC701MFUV+cfl7Mw8xW6U4Gw968fyyK2XJMF8G+Pd/PX/0A7UPjnaG2yW5XmPi2enmQK7OB2AVh7+KMBkPDj2cVjBWYemH+HQ17F3YgJ6+hyO/+3g5xMDWjrb65iHOBZarEB8uBjhvuMSyDyhwR+DT9Qi2oRx16KqKY+EHmI7srfZ7fUKBOxL3ofNX0dEVd9fPbGtMxzY+9ODl9ksocEfk0/UInqNh6YeN3Zz7KMsLLPwQv14OcX3e/+dU2qU8Qt/nIW4XEUaeC6ODnat+VhilkMExnTiNZW59RIE7Uqsww98+LzBw7daPyrxXxTnWQV0feT31Oteu/D0ocEesZBVu5hHWUQ7XtXpxVXOcZIjiFJdn7lEsIZ+iwJ0AP0gx82NUvD5QqnTwjr08LxFGCYaugYuJC9M4zlfEFLgTcruI8PUugG0ZsC2j9UOiTwkhkOcl4iSDqSuYjh0MB8fxrPYcCtyJuT/OtFgn4AIwjPpYTZt9QCrOkaY50qyAY6qYjl14bjf7SO4aBe6E+UGKIMrhhyk0TYVt1rPePoqhK87rW1GTDHnBcDFxMBqYvSzPeg8KHEFRVojTAn6QYhVmPw7wqqqyuU5LftUMKABUrAJjFVhVoSgZiqK+zWY6duDa+ta936eCAkce4UIginOEcY40Zwjj/Efgmr7WB1HrvzgX9a2tFUfFOTzHgGlocCwNjnW6IXuIAkdeVC8FOVj14OvmOqiq4r8HUJKgKDIMXYGuKdBV5STP6f2R49x7JTujyDIUXcZpbGnsH/0IIqRFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RFFDhCWkSBI6RF/x8qjTga7LYI7gAAAABJRU5ErkJggg=="
}});
\ No newline at end of file
dist/static/js/app.
51c76e71c88dc2980026
.js
→
dist/static/js/app.
3748901c008e64050655
.js
View file @
8ae4cb17
webpackJsonp
([
75
],{
"/NA0"
:
function
(
e
,
t
){},
0
:
function
(
e
,
t
,
n
){
n
(
"j1ja"
),
e
.
exports
=
n
(
"NHnr"
)},
"4qCZ"
:
function
(
e
,
t
){},
"5tgt"
:
function
(
e
,
t
,
n
){
e
.
exports
=
function
(
e
,
t
){
return
function
(
a
){
n
(
"Opzk"
)(
"./"
+
e
+
"/"
+
t
+
".vue"
).
then
(
function
(
e
){
a
(
e
)})}}},
NHnr
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
n
(
"mvHQ"
),
o
=
n
.
n
(
a
),
p
=
(
n
(
"j1ja"
),
n
(
"hKoQ"
)),
r
=
n
.
n
(
p
),
i
=
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
(
"/NA0"
)},
null
,
null
).
exports
,
m
=
n
(
"/ocq"
),
d
=
n
(
"5tgt"
),
u
=
n
.
n
(
d
);
i
.
default
.
use
(
m
.
a
);
var
l
=
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
v
,
h
=
[{
path
:
"/"
,
name
:
"/"
,
redirect
:
"login"
},{
path
:
"/login"
,
name
:
"登录"
,
component
:
u
()(
"login"
,
"index"
)},{
path
:
"/index"
,
name
:
"index"
,
component
:
u
()(
"index"
,
"index"
)},{
path
:
"/contacts"
,
name
:
"通讯录"
,
redirect
:
"administrativeFrame"
,
component
:
u
()(
"contacts"
,
"index"
),
children
:[{
path
:
"/administrativeFrame"
,
name
:
"行政架构"
,
component
:
u
()(
"contacts"
,
"administrativeFrame"
)},{
path
:
"/employeeIo"
,
name
:
"批量导入/导出"
,
component
:
u
()(
"contacts"
,
"employeeIo"
)},{
path
:
"/addDepartment"
,
name
:
"添加部门"
,
component
:
u
()(
"contacts"
,
"addDepartment"
)},{
path
:
"/addClerk"
,
name
:
"添加店员"
,
component
:
u
()(
"contacts"
,
"addClerk"
)},{
path
:
"/storeFrame"
,
name
:
"门店架构"
,
component
:
u
()(
"contacts"
,
"storeFrame"
)},{
path
:
"/addGroup"
,
name
:
"添加子分组"
,
component
:
u
()(
"contacts"
,
"addGroup"
)},{
path
:
"/storeIo"
,
name
:
"门店导入/导出"
,
component
:
u
()(
"contacts"
,
"storeIo"
)},{
path
:
"/storeInfo"
,
name
:
"编辑门店"
,
component
:
u
()(
"contacts"
,
"storeInfo"
)},{
path
:
"/recycle"
,
name
:
"门店回收站"
,
component
:
u
()(
"contacts"
,
"recycle"
)},{
path
:
"/employee"
,
name
:
"编辑员工"
,
component
:
u
()(
"contacts"
,
"employee"
)},{
path
:
"/unemployee"
,
name
:
"离职员工"
,
component
:
u
()(
"contacts"
,
"unemployee"
)},{
path
:
"/fileSet"
,
name
:
"档案设置"
,
component
:
u
()(
"contacts"
,
"fileSet"
)},{
path
:
"/recordInfo"
,
name
:
"编辑员工信息"
,
component
:
u
()(
"contacts"
,
"recordInfo"
)},{
path
:
"/recordIo"
,
name
:
"导入导出员工档案"
,
component
:
u
()(
"contacts"
,
"recordIo"
)},{
path
:
"/shareContact"
,
name
:
"共享通讯录"
,
component
:
u
()(
"contacts"
,
"shareContact"
)},{
path
:
"/shareCode"
,
name
:
"共享通讯录二维码"
,
component
:
u
()(
"contacts"
,
"shareCode"
)},{
path
:
"/employeeRecord"
,
name
:
"在职员工"
,
component
:
u
()(
"contacts"
,
"employeeRecord"
)}]},{
path
:
"/enterpriseApp"
,
name
:
"企业应用"
,
redirect
:
"appcenter"
,
component
:
u
()(
"enterpriseApp"
,
"index"
),
children
:[{
path
:
"/appcenter"
,
name
:
"企业应用中心"
,
component
:
u
()(
"enterpriseApp"
,
"appcenter"
)},{
path
:
"/mycustomer"
,
name
:
"我的顾客"
,
component
:
u
()(
"enterpriseApp"
,
"mycustomer"
)},{
path
:
"/cloudDaily"
,
name
:
"云日报"
,
redirect
:
"/dailyRecord"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"index"
),
children
:[{
path
:
"/dailyRecord"
,
name
:
"云日报记录"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"dailyRecord"
)},{
path
:
"/dailyDetail"
,
name
:
"日报详情"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"dailyDetail"
)},{
path
:
"/taskAssign"
,
name
:
"任务下发设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"taskAssign"
)},{
path
:
"/systemReport"
,
name
:
"系统报表"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"systemReport"
)},{
path
:
"/customReport"
,
name
:
"自定义报表"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"customReport"
)}]},{
path
:
"/trafficTask"
,
name
:
"话务任务"
,
redirect
:
"/taskRecord"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"index"
),
children
:[{
path
:
"/taskRecord"
,
name
:
"话务任务记录"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"taskRecord"
)},{
path
:
"/taskDetail"
,
name
:
"话务任务详情"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"taskDetail"
)},{
path
:
"/trafficTaskSet"
,
name
:
"话务任务设置"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"trafficTaskSet"
)},{
path
:
"/badEvaluateSet"
,
name
:
"不良评价设置"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateSet"
)}]},{
path
:
"/noticeList"
,
name
:
"企业公告"
,
redirect
:
"/noticeList"
,
component
:
u
()(
"enterpriseApp/notice"
,
"index"
),
children
:[{
path
:
"/noticeList"
,
name
:
"企业公告列表"
,
component
:
u
()(
"enterpriseApp/notice"
,
"noticeList"
)},{
path
:
"/addNotice"
,
name
:
"新建公告"
,
component
:
u
()(
"enterpriseApp/notice"
,
"addNotice"
)}]},{
path
:
"/badEvaluate"
,
name
:
"不良评价"
,
redirect
:
"/badEvaluateRecord"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"index"
),
children
:[{
path
:
"/badEvaluateRecord"
,
name
:
"不良评价记录"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateRecord"
)},{
path
:
"/badEvaluateDetail"
,
name
:
"不良评价详情"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateDetail"
)}]},{
path
:
"/quota"
,
name
:
"指标管理"
,
redirect
:
"/monthList"
,
component
:
u
()(
"enterpriseApp/quota"
,
"index"
),
children
:[{
path
:
"/monthList"
,
name
:
"月指标列表"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthList"
)},{
path
:
"/storeMonthTask"
,
name
:
"门店月指标"
,
component
:
u
()(
"enterpriseApp/quota"
,
"storeMonthTask"
)},{
path
:
"/salerMonthDetail"
,
name
:
"导购月指标详情"
,
component
:
u
()(
"enterpriseApp/quota"
,
"salerMonthDetail"
)},{
path
:
"/companyDaySet"
,
name
:
"商户日权重"
,
component
:
u
()(
"enterpriseApp/quota"
,
"companyDaySet"
)},{
path
:
"/monthTask"
,
name
:
"月指标任务"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthTask"
),
meta
:{
keepAlive
:
!
0
}},{
path
:
"/monthTaskDetail"
,
name
:
"月指标任务详情"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthTaskDetail"
),
meta
:{
keepAlive
:
!
0
}}]}]},{
path
:
"/reviewCenter"
,
name
:
"审核中心"
,
redirect
:
"unreview"
,
component
:
u
()(
"reviewCenter"
,
"index"
),
children
:[{
path
:
"/reviewed"
,
name
:
"已审核"
,
component
:
u
()(
"reviewCenter"
,
"reviewed"
)},{
path
:
"/unreview"
,
name
:
"未审核"
,
component
:
u
()(
"reviewCenter"
,
"unreview"
)}]},{
path
:
"/setCenter"
,
name
:
"设置"
,
redirect
:
"companyAddress"
,
component
:
u
()(
"setting"
,
"index"
),
children
:[{
path
:
"/companyAddress"
,
name
:
"企业地址"
,
component
:
u
()(
"setting"
,
"companyAddress"
)},{
path
:
"/companyCertify"
,
name
:
"企业认证"
,
component
:
u
()(
"setting"
,
"companyCertify"
)},{
path
:
"/staffDetails"
,
name
:
"员工详情字段"
,
component
:
u
()(
"setting"
,
"staffDetails"
)},{
path
:
"/storePermission"
,
name
:
"门店权限设置"
,
component
:
u
()(
"setting"
,
"storePermission"
)},{
path
:
"/replaceAdmin"
,
name
:
"更换超级管理员"
,
component
:
u
()(
"setting"
,
"replaceAdmin"
)},{
path
:
"/setChildAdmin"
,
name
:
"设置子管理员"
,
component
:
u
()(
"setting"
,
"setChildAdmin"
)},{
path
:
"/addAdmin"
,
name
:
"添加管理员"
,
component
:
u
()(
"setting"
,
"addAdmin"
)},{
path
:
"/addAdminRole"
,
name
:
"添加管理员角色"
,
component
:
u
()(
"setting"
,
"addAdminRole"
)}]},{
path
:
"/staffRecordsTemplate"
,
name
:
"员工档案设置"
,
component
:
u
()(
"contacts"
,
"staffRecordsTemplate"
)},{
path
:
"/systemReportSet"
,
name
:
"系统报表设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"systemReportSet"
)},{
path
:
"/template"
,
name
:
"模板设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"template"
)},{
path
:
"/403"
,
name
:
"无权访问"
,
component
:
l
},{
path
:
"/404"
,
name
:
"error404"
,
component
:
l
},{
path
:
"/500"
,
name
:
"error500"
,
component
:
l
},{
path
:
"*"
,
redirect
:
"/404"
,
hidden
:
!
0
}],
f
=
new
m
.
a
({
routes
:
h
,
scrollBehavior
:
function
(){
return
{
y
:
0
}}}),
A
=
n
(
"zL8q"
),
y
=
n
.
n
(
A
),
g
=
n
(
"Rf8U"
),
k
=
n
.
n
(
g
),
D
=
n
(
"mtWM"
),
x
=
n
.
n
(
D
),
w
=
n
(
"bOdI"
),
R
=
n
.
n
(
w
),
b
=
n
(
"NYxO"
);
i
.
default
.
use
(
b
.
a
);
var
C
=
new
b
.
a
.
Store
({
state
:{
user
:{},
token
:
null
,
title
:
""
,
show
:
!
1
,
bgHeight
:
window
.
screen
.
availHeight
-
440
-
24
+
"px"
},
mutations
:(
v
=
{},
R
()(
v
,
"login"
,
function
(
e
,
t
){
sessionStorage
.
token
=
t
,
e
.
token
=
t
}),
R
()(
v
,
"logout"
,
function
(
e
){
sessionStorage
.
removeItem
(
"token"
),
e
.
token
=
null
}),
R
()(
v
,
"title"
,
function
(
e
,
t
){
e
.
title
=
t
}),
R
()(
v
,
"show"
,
function
(
e
,
t
){
e
.
show
=
t
}),
v
)}),
T
=
(
n
(
"4qCZ"
),
n
(
"uKUT"
),
n
(
"Xcu2"
),
n
(
"TUaa"
)),
I
=
n
.
n
(
T
),
E
=
n
(
"tyqE"
),
S
=
n
.
n
(
E
),
q
=
n
(
"pRVe"
),
P
=
n
.
n
(
q
),
j
=
n
(
"SE7k"
),
L
=
n
.
n
(
j
),
F
=
n
(
"XsK6"
),
O
=
n
.
n
(
F
),
N
=
n
(
"QRL9"
),
G
=
n
.
n
(
N
),
K
=
n
(
"2Pnh"
),
z
=
n
.
n
(
K
),
H
=
n
(
"l9mu"
),
M
=
n
.
n
(
H
),
U
=
{
install
:
function
(
e
,
t
){
e
.
prototype
.
getPdf
=
function
(){
var
e
=
this
.
htmlTitle
;
z
()(
document
.
querySelector
(
"#pdfDom"
),{
allowTaint
:
!
0
,
foreignObjectRendering
:
!
0
}).
then
(
function
(
t
){
var
n
=
t
.
width
,
a
=
t
.
height
,
o
=
n
/
592.28
*
841.89
,
p
=
a
,
r
=
0
,
i
=
592.28
/
n
*
a
,
c
=
t
.
toDataURL
(
"image/jpeg"
,
1
),
s
=
new
M
.
a
(
""
,
"pt"
,
"a4"
);
if
(
p
<
o
)
s
.
addImage
(
c
,
"JPEG"
,
0
,
0
,
595.28
,
i
);
else
for
(;
p
>
0
;)
s
.
addImage
(
c
,
"JPEG"
,
0
,
r
,
595.28
,
i
),
r
-=
841.89
,(
p
-=
o
)
>
0
&&
s
.
addPage
();
s
.
save
(
e
+
".pdf"
)})}}};
r
.
a
.
polyfill
(),
i
.
default
.
use
(
U
),
i
.
default
.
use
(
O
.
a
),
i
.
default
.
use
(
G
.
a
),
i
.
default
.
use
(
L
.
a
),
i
.
default
.
use
(
P
.
a
),
i
.
default
.
use
(
S
.
a
),
i
.
default
.
use
(
I
.
a
),
i
.
default
.
config
.
productionTip
=!
1
,
i
.
default
.
use
(
y
.
a
,{
size
:
"large"
}),
i
.
default
.
use
(
k
.
a
,
x
.
a
),
i
.
default
.
axios
.
defaults
.
withCredentials
=!
0
,
f
.
beforeEach
(
function
(
e
,
t
,
n
){
var
a
=
void
0
,
p
=
window
.
location
.
origin
;
a
=
"-1"
!=
p
.
indexOf
(
"localhost"
)?
"http://www.gicdev.com"
:
p
,
localStorage
.
getItem
(
"userInfo"
)
||
x
.
a
.
get
(
a
+
"/haoban-manage-web/emp/get-user-info"
,{}).
then
(
function
(
e
){
var
t
=
e
.
data
;
1
!=
t
.
errorCode
||
localStorage
.
setItem
(
"userInfo"
,
o
()(
t
.
result
))}).
catch
(
function
(
e
){
A
.
Message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})}),
"/"
==
e
.
path
?
n
({
path
:
"/login"
}):
n
()}),
new
i
.
default
({
el
:
"#app"
,
router
:
f
,
store
:
C
,
components
:{
App
:
s
},
template
:
"<App/>"
})},
Opzk
:
function
(
e
,
t
,
n
){
var
a
=
{
"./contacts/addClerk.vue"
:[
"27o1"
,
0
,
19
],
"./contacts/addDepartment.vue"
:[
"HHRu"
,
0
,
17
],
"./contacts/addEmployee.vue"
:[
"00Sv"
,
49
],
"./contacts/addGroup.vue"
:[
"mPjx"
,
0
,
39
],
"./contacts/administrativeFrame.vue"
:[
"kLcy"
,
0
,
3
],
"./contacts/employee.vue"
:[
"AdJp"
,
0
,
35
],
"./contacts/employeeIo.vue"
:[
"Rwbg"
,
0
,
54
],
"./contacts/employeeRecord.vue"
:[
"zGJY"
,
0
,
7
],
"./contacts/fileSet.vue"
:[
"CSjr"
,
0
,
8
],
"./contacts/index.vue"
:[
"41Rh"
,
0
,
73
],
"./contacts/recordInfo.vue"
:[
"67iC"
,
0
,
13
],
"./contacts/recordIo.vue"
:[
"738z"
,
0
,
20
],
"./contacts/recycle.vue"
:[
"HkK0"
,
0
,
30
],
"./contacts/shareAddDepartment.vue"
:[
"q5Ri"
,
0
,
18
],
"./contacts/shareCode.vue"
:[
"JsWW"
,
0
,
60
],
"./contacts/shareContact.vue"
:[
"Gfms"
,
0
,
2
],
"./contacts/staffRecordsTemplate.vue"
:[
"lFAe"
,
0
,
32
],
"./contacts/storeFrame.vue"
:[
"7SJI"
,
0
,
5
],
"./contacts/storeInfo.vue"
:[
"h/6A"
,
0
,
10
],
"./contacts/storeIo.vue"
:[
"RHxA"
,
0
,
58
],
"./contacts/unemployee.vue"
:[
"TGrv"
,
0
,
14
],
"./enterpriseApp/appcenter.vue"
:[
"yuVF"
,
0
,
25
],
"./enterpriseApp/badEvaluate/badEvaluateDetail.vue"
:[
"4m/B"
,
0
,
61
],
"./enterpriseApp/badEvaluate/badEvaluateRecord.vue"
:[
"r//C"
,
0
,
47
],
"./enterpriseApp/badEvaluate/badEvaluateSet.vue"
:[
"XzAK"
,
0
,
55
],
"./enterpriseApp/badEvaluate/index.vue"
:[
"W0k8"
,
0
,
38
],
"./enterpriseApp/cloudDaily/customReport.vue"
:[
"DxdI"
,
0
,
40
],
"./enterpriseApp/cloudDaily/dailyDetail.vue"
:[
"5nNU"
,
0
,
56
],
"./enterpriseApp/cloudDaily/dailyRecord.vue"
:[
"Ujni"
,
0
,
46
],
"./enterpriseApp/cloudDaily/index.vue"
:[
"Knd1"
,
0
,
71
],
"./enterpriseApp/cloudDaily/systemReport.vue"
:[
"Y8F9"
,
0
,
59
],
"./enterpriseApp/cloudDaily/systemReportSet.vue"
:[
"VE2c"
,
0
,
6
],
"./enterpriseApp/cloudDaily/taskAssign.vue"
:[
"5x7s"
,
0
,
45
],
"./enterpriseApp/cloudDaily/template.vue"
:[
"IA9l"
,
0
,
4
],
"./enterpriseApp/cloudDaily/template/block.vue"
:[
"PAYw"
,
69
],
"./enterpriseApp/cloudDaily/template/date-range.vue"
:[
"79Bk"
,
64
],
"./enterpriseApp/cloudDaily/template/image.vue"
:[
"H8Kg"
,
62
],
"./enterpriseApp/cloudDaily/template/input.vue"
:[
"s4D+"
,
63
],
"./enterpriseApp/cloudDaily/template/select.vue"
:[
"t0b0"
,
37
],
"./enterpriseApp/index.vue"
:[
"da9f"
,
53
],
"./enterpriseApp/mycustomer.vue"
:[
"cuIN"
,
0
,
43
],
"./enterpriseApp/notice/addNotice.vue"
:[
"G5PL"
,
0
,
72
],
"./enterpriseApp/notice/index.vue"
:[
"av/3"
,
0
,
70
],
"./enterpriseApp/notice/noticeList.vue"
:[
"OVYO"
,
0
,
26
],
"./enterpriseApp/quota/companyDaySet.vue"
:[
"xk7v"
,
0
,
33
],
"./enterpriseApp/quota/index.vue"
:[
"FB5x"
,
0
,
68
],
"./enterpriseApp/quota/monthList.vue"
:[
"ZxDn"
,
0
,
11
],
"./enterpriseApp/quota/monthTask.vue"
:[
"cK0D"
,
0
,
22
],
"./enterpriseApp/quota/monthTaskDetail.vue"
:[
"jMbb"
,
0
,
34
],
"./enterpriseApp/quota/salerMonthDetail.vue"
:[
"IKv2"
,
0
,
50
],
"./enterpriseApp/quota/storeMonthTask.vue"
:[
"kF1j"
,
0
,
23
],
"./enterpriseApp/trafficTask/index.vue"
:[
"e88N"
,
0
,
44
],
"./enterpriseApp/trafficTask/taskDetail.vue"
:[
"A33E"
,
0
,
48
],
"./enterpriseApp/trafficTask/taskRecord.vue"
:[
"iG3v"
,
0
,
42
],
"./enterpriseApp/trafficTask/trafficTaskSet.vue"
:[
"4H54"
,
0
,
66
],
"./errorPage/403.vue"
:[
"6XGN"
,
27
],
"./errorPage/404.vue"
:[
"AejC"
,
29
],
"./errorPage/500.vue"
:[
"FskK"
,
24
],
"./errorPage/index.vue"
:[
"ODjX"
,
1
],
"./index/index.vue"
:[
"JXTs"
,
0
,
31
],
"./login/index.vue"
:[
"T+/8"
,
0
,
9
],
"./reviewCenter/index.vue"
:[
"+lem"
,
57
],
"./reviewCenter/reviewed.vue"
:[
"CLYF"
,
0
,
16
],
"./reviewCenter/unreview.vue"
:[
"xCEU"
,
0
,
15
],
"./setting/addAdmin.vue"
:[
"rs/A"
,
0
,
41
],
"./setting/addAdminRole.vue"
:[
"fZsz"
,
0
,
51
],
"./setting/companyAddress.vue"
:[
"SKyE"
,
0
,
67
],
"./setting/companyCertify.vue"
:[
"3zYh"
,
0
,
12
],
"./setting/index.vue"
:[
"VlR1"
,
36
],
"./setting/replaceAdmin.vue"
:[
"ys9I"
,
0
,
65
],
"./setting/setChildAdmin.vue"
:[
"VqB7"
,
0
,
52
],
"./setting/staffDetails.vue"
:[
"Zyzf"
,
0
,
28
],
"./setting/storePermission.vue"
:[
"Xwfy"
,
0
,
21
]};
function
o
(
e
){
var
t
=
a
[
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
+
"'."
))}
o
.
keys
=
function
(){
return
Object
.
keys
(
a
)},
o
.
id
=
"Opzk"
,
e
.
exports
=
o
},
Xcu2
:
function
(
e
,
t
){},
uKUT
:
function
(
e
,
t
){}},[
0
]);
\ No newline at end of file
webpackJsonp
([
75
],{
"/NA0"
:
function
(
e
,
t
){},
0
:
function
(
e
,
t
,
n
){
n
(
"j1ja"
),
e
.
exports
=
n
(
"NHnr"
)},
"4qCZ"
:
function
(
e
,
t
){},
"5tgt"
:
function
(
e
,
t
,
n
){
e
.
exports
=
function
(
e
,
t
){
return
function
(
a
){
n
(
"Opzk"
)(
"./"
+
e
+
"/"
+
t
+
".vue"
).
then
(
function
(
e
){
a
(
e
)})}}},
NHnr
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
n
(
"mvHQ"
),
o
=
n
.
n
(
a
),
p
=
(
n
(
"j1ja"
),
n
(
"hKoQ"
)),
r
=
n
.
n
(
p
),
i
=
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
(
"/NA0"
)},
null
,
null
).
exports
,
m
=
n
(
"/ocq"
),
d
=
n
(
"5tgt"
),
u
=
n
.
n
(
d
);
i
.
default
.
use
(
m
.
a
);
var
l
=
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
v
,
h
=
[{
path
:
"/"
,
name
:
"/"
,
redirect
:
"login"
},{
path
:
"/login"
,
name
:
"登录"
,
component
:
u
()(
"login"
,
"index"
)},{
path
:
"/index"
,
name
:
"index"
,
component
:
u
()(
"index"
,
"index"
)},{
path
:
"/contacts"
,
name
:
"通讯录"
,
redirect
:
"administrativeFrame"
,
component
:
u
()(
"contacts"
,
"index"
),
children
:[{
path
:
"/administrativeFrame"
,
name
:
"行政架构"
,
component
:
u
()(
"contacts"
,
"administrativeFrame"
)},{
path
:
"/employeeIo"
,
name
:
"批量导入/导出"
,
component
:
u
()(
"contacts"
,
"employeeIo"
)},{
path
:
"/addDepartment"
,
name
:
"添加部门"
,
component
:
u
()(
"contacts"
,
"addDepartment"
)},{
path
:
"/addClerk"
,
name
:
"添加店员"
,
component
:
u
()(
"contacts"
,
"addClerk"
)},{
path
:
"/storeFrame"
,
name
:
"门店架构"
,
component
:
u
()(
"contacts"
,
"storeFrame"
)},{
path
:
"/addGroup"
,
name
:
"添加子分组"
,
component
:
u
()(
"contacts"
,
"addGroup"
)},{
path
:
"/storeIo"
,
name
:
"门店导入/导出"
,
component
:
u
()(
"contacts"
,
"storeIo"
)},{
path
:
"/storeInfo"
,
name
:
"编辑门店"
,
component
:
u
()(
"contacts"
,
"storeInfo"
)},{
path
:
"/recycle"
,
name
:
"门店回收站"
,
component
:
u
()(
"contacts"
,
"recycle"
)},{
path
:
"/employee"
,
name
:
"编辑员工"
,
component
:
u
()(
"contacts"
,
"employee"
)},{
path
:
"/unemployee"
,
name
:
"离职员工"
,
component
:
u
()(
"contacts"
,
"unemployee"
)},{
path
:
"/fileSet"
,
name
:
"档案设置"
,
component
:
u
()(
"contacts"
,
"fileSet"
)},{
path
:
"/recordInfo"
,
name
:
"编辑员工信息"
,
component
:
u
()(
"contacts"
,
"recordInfo"
)},{
path
:
"/recordIo"
,
name
:
"导入导出员工档案"
,
component
:
u
()(
"contacts"
,
"recordIo"
)},{
path
:
"/shareContact"
,
name
:
"共享通讯录"
,
component
:
u
()(
"contacts"
,
"shareContact"
)},{
path
:
"/shareCode"
,
name
:
"共享通讯录二维码"
,
component
:
u
()(
"contacts"
,
"shareCode"
)},{
path
:
"/employeeRecord"
,
name
:
"在职员工"
,
component
:
u
()(
"contacts"
,
"employeeRecord"
)}]},{
path
:
"/enterpriseApp"
,
name
:
"企业应用"
,
redirect
:
"appcenter"
,
component
:
u
()(
"enterpriseApp"
,
"index"
),
children
:[{
path
:
"/appcenter"
,
name
:
"企业应用中心"
,
component
:
u
()(
"enterpriseApp"
,
"appcenter"
)},{
path
:
"/mycustomer"
,
name
:
"我的顾客"
,
component
:
u
()(
"enterpriseApp"
,
"mycustomer"
)},{
path
:
"/cloudDaily"
,
name
:
"云日报"
,
redirect
:
"/dailyRecord"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"index"
),
children
:[{
path
:
"/dailyRecord"
,
name
:
"云日报记录"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"dailyRecord"
)},{
path
:
"/dailyDetail"
,
name
:
"日报详情"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"dailyDetail"
)},{
path
:
"/taskAssign"
,
name
:
"任务下发设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"taskAssign"
)},{
path
:
"/systemReport"
,
name
:
"系统报表"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"systemReport"
)},{
path
:
"/customReport"
,
name
:
"自定义报表"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"customReport"
)}]},{
path
:
"/trafficTask"
,
name
:
"话务任务"
,
redirect
:
"/taskRecord"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"index"
),
children
:[{
path
:
"/taskRecord"
,
name
:
"话务任务记录"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"taskRecord"
)},{
path
:
"/taskDetail"
,
name
:
"话务任务详情"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"taskDetail"
)},{
path
:
"/trafficTaskSet"
,
name
:
"话务任务设置"
,
component
:
u
()(
"enterpriseApp/trafficTask"
,
"trafficTaskSet"
)},{
path
:
"/badEvaluateSet"
,
name
:
"不良评价设置"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateSet"
)}]},{
path
:
"/noticeList"
,
name
:
"企业公告"
,
redirect
:
"/noticeList"
,
component
:
u
()(
"enterpriseApp/notice"
,
"index"
),
children
:[{
path
:
"/noticeList"
,
name
:
"企业公告列表"
,
component
:
u
()(
"enterpriseApp/notice"
,
"noticeList"
)},{
path
:
"/addNotice"
,
name
:
"新建公告"
,
component
:
u
()(
"enterpriseApp/notice"
,
"addNotice"
)}]},{
path
:
"/badEvaluate"
,
name
:
"不良评价"
,
redirect
:
"/badEvaluateRecord"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"index"
),
children
:[{
path
:
"/badEvaluateRecord"
,
name
:
"不良评价记录"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateRecord"
)},{
path
:
"/badEvaluateDetail"
,
name
:
"不良评价详情"
,
component
:
u
()(
"enterpriseApp/badEvaluate"
,
"badEvaluateDetail"
)}]},{
path
:
"/quota"
,
name
:
"指标管理"
,
redirect
:
"/monthList"
,
component
:
u
()(
"enterpriseApp/quota"
,
"index"
),
children
:[{
path
:
"/monthList"
,
name
:
"月指标列表"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthList"
)},{
path
:
"/storeMonthTask"
,
name
:
"门店月指标"
,
component
:
u
()(
"enterpriseApp/quota"
,
"storeMonthTask"
)},{
path
:
"/salerMonthDetail"
,
name
:
"导购月指标详情"
,
component
:
u
()(
"enterpriseApp/quota"
,
"salerMonthDetail"
)},{
path
:
"/companyDaySet"
,
name
:
"商户日权重"
,
component
:
u
()(
"enterpriseApp/quota"
,
"companyDaySet"
)},{
path
:
"/monthTask"
,
name
:
"月指标任务"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthTask"
),
meta
:{
keepAlive
:
!
0
}},{
path
:
"/monthTaskDetail"
,
name
:
"月指标任务详情"
,
component
:
u
()(
"enterpriseApp/quota"
,
"monthTaskDetail"
),
meta
:{
keepAlive
:
!
0
}}]}]},{
path
:
"/reviewCenter"
,
name
:
"审核中心"
,
redirect
:
"unreview"
,
component
:
u
()(
"reviewCenter"
,
"index"
),
children
:[{
path
:
"/reviewed"
,
name
:
"已审核"
,
component
:
u
()(
"reviewCenter"
,
"reviewed"
)},{
path
:
"/unreview"
,
name
:
"未审核"
,
component
:
u
()(
"reviewCenter"
,
"unreview"
)}]},{
path
:
"/setCenter"
,
name
:
"设置"
,
redirect
:
"companyAddress"
,
component
:
u
()(
"setting"
,
"index"
),
children
:[{
path
:
"/companyAddress"
,
name
:
"企业地址"
,
component
:
u
()(
"setting"
,
"companyAddress"
)},{
path
:
"/companyCertify"
,
name
:
"企业认证"
,
component
:
u
()(
"setting"
,
"companyCertify"
)},{
path
:
"/staffDetails"
,
name
:
"员工详情字段"
,
component
:
u
()(
"setting"
,
"staffDetails"
)},{
path
:
"/storePermission"
,
name
:
"门店权限设置"
,
component
:
u
()(
"setting"
,
"storePermission"
)},{
path
:
"/replaceAdmin"
,
name
:
"更换超级管理员"
,
component
:
u
()(
"setting"
,
"replaceAdmin"
)},{
path
:
"/setChildAdmin"
,
name
:
"设置子管理员"
,
component
:
u
()(
"setting"
,
"setChildAdmin"
)},{
path
:
"/addAdmin"
,
name
:
"添加管理员"
,
component
:
u
()(
"setting"
,
"addAdmin"
)},{
path
:
"/addAdminRole"
,
name
:
"添加管理员角色"
,
component
:
u
()(
"setting"
,
"addAdminRole"
)}]},{
path
:
"/staffRecordsTemplate"
,
name
:
"员工档案设置"
,
component
:
u
()(
"contacts"
,
"staffRecordsTemplate"
)},{
path
:
"/systemReportSet"
,
name
:
"系统报表设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"systemReportSet"
)},{
path
:
"/template"
,
name
:
"模板设置"
,
component
:
u
()(
"enterpriseApp/cloudDaily"
,
"template"
)},{
path
:
"/403"
,
name
:
"无权访问"
,
component
:
l
},{
path
:
"/404"
,
name
:
"error404"
,
component
:
l
},{
path
:
"/500"
,
name
:
"error500"
,
component
:
l
},{
path
:
"*"
,
redirect
:
"/404"
,
hidden
:
!
0
}],
f
=
new
m
.
a
({
routes
:
h
,
scrollBehavior
:
function
(){
return
{
y
:
0
}}}),
A
=
n
(
"zL8q"
),
y
=
n
.
n
(
A
),
g
=
n
(
"Rf8U"
),
k
=
n
.
n
(
g
),
D
=
n
(
"mtWM"
),
x
=
n
.
n
(
D
),
w
=
n
(
"bOdI"
),
R
=
n
.
n
(
w
),
b
=
n
(
"NYxO"
);
i
.
default
.
use
(
b
.
a
);
var
C
=
new
b
.
a
.
Store
({
state
:{
user
:{},
token
:
null
,
title
:
""
,
show
:
!
1
,
bgHeight
:
window
.
screen
.
availHeight
-
440
-
24
+
"px"
},
mutations
:(
v
=
{},
R
()(
v
,
"login"
,
function
(
e
,
t
){
sessionStorage
.
token
=
t
,
e
.
token
=
t
}),
R
()(
v
,
"logout"
,
function
(
e
){
sessionStorage
.
removeItem
(
"token"
),
e
.
token
=
null
}),
R
()(
v
,
"title"
,
function
(
e
,
t
){
e
.
title
=
t
}),
R
()(
v
,
"show"
,
function
(
e
,
t
){
e
.
show
=
t
}),
v
)}),
T
=
(
n
(
"4qCZ"
),
n
(
"uKUT"
),
n
(
"Xcu2"
),
n
(
"TUaa"
)),
I
=
n
.
n
(
T
),
E
=
n
(
"tyqE"
),
S
=
n
.
n
(
E
),
q
=
n
(
"pRVe"
),
P
=
n
.
n
(
q
),
j
=
n
(
"SE7k"
),
L
=
n
.
n
(
j
),
F
=
n
(
"XsK6"
),
O
=
n
.
n
(
F
),
N
=
n
(
"QRL9"
),
G
=
n
.
n
(
N
),
K
=
n
(
"2Pnh"
),
z
=
n
.
n
(
K
),
H
=
n
(
"l9mu"
),
M
=
n
.
n
(
H
),
U
=
{
install
:
function
(
e
,
t
){
e
.
prototype
.
getPdf
=
function
(){
var
e
=
this
.
htmlTitle
;
z
()(
document
.
querySelector
(
"#pdfDom"
),{
allowTaint
:
!
0
,
foreignObjectRendering
:
!
0
}).
then
(
function
(
t
){
var
n
=
t
.
width
,
a
=
t
.
height
,
o
=
n
/
592.28
*
841.89
,
p
=
a
,
r
=
0
,
i
=
592.28
/
n
*
a
,
c
=
t
.
toDataURL
(
"image/jpeg"
,
1
),
s
=
new
M
.
a
(
""
,
"pt"
,
"a4"
);
if
(
p
<
o
)
s
.
addImage
(
c
,
"JPEG"
,
0
,
0
,
595.28
,
i
);
else
for
(;
p
>
0
;)
s
.
addImage
(
c
,
"JPEG"
,
0
,
r
,
595.28
,
i
),
r
-=
841.89
,(
p
-=
o
)
>
0
&&
s
.
addPage
();
s
.
save
(
e
+
".pdf"
)})}}};
r
.
a
.
polyfill
(),
i
.
default
.
use
(
U
),
i
.
default
.
use
(
O
.
a
),
i
.
default
.
use
(
G
.
a
),
i
.
default
.
use
(
L
.
a
),
i
.
default
.
use
(
P
.
a
),
i
.
default
.
use
(
S
.
a
),
i
.
default
.
use
(
I
.
a
),
i
.
default
.
config
.
productionTip
=!
1
,
i
.
default
.
use
(
y
.
a
,{
size
:
"large"
}),
i
.
default
.
use
(
k
.
a
,
x
.
a
),
i
.
default
.
axios
.
defaults
.
withCredentials
=!
0
,
f
.
beforeEach
(
function
(
e
,
t
,
n
){
var
a
=
void
0
,
p
=
window
.
location
.
origin
;
a
=
"-1"
!=
p
.
indexOf
(
"localhost"
)?
"http://www.gicdev.com"
:
p
,
localStorage
.
getItem
(
"userInfo"
)
||
x
.
a
.
get
(
a
+
"/haoban-manage-web/emp/get-user-info"
,{}).
then
(
function
(
e
){
var
t
=
e
.
data
;
1
!=
t
.
errorCode
||
localStorage
.
setItem
(
"userInfo"
,
o
()(
t
.
result
))}).
catch
(
function
(
e
){
A
.
Message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})}),
"/"
==
e
.
path
?
n
({
path
:
"/login"
}):
n
()}),
new
i
.
default
({
el
:
"#app"
,
router
:
f
,
store
:
C
,
components
:{
App
:
s
},
template
:
"<App/>"
})},
Opzk
:
function
(
e
,
t
,
n
){
var
a
=
{
"./contacts/addClerk.vue"
:[
"27o1"
,
0
,
19
],
"./contacts/addDepartment.vue"
:[
"HHRu"
,
0
,
17
],
"./contacts/addEmployee.vue"
:[
"00Sv"
,
49
],
"./contacts/addGroup.vue"
:[
"mPjx"
,
0
,
39
],
"./contacts/administrativeFrame.vue"
:[
"kLcy"
,
0
,
3
],
"./contacts/employee.vue"
:[
"AdJp"
,
0
,
35
],
"./contacts/employeeIo.vue"
:[
"Rwbg"
,
0
,
54
],
"./contacts/employeeRecord.vue"
:[
"zGJY"
,
0
,
7
],
"./contacts/fileSet.vue"
:[
"CSjr"
,
0
,
8
],
"./contacts/index.vue"
:[
"41Rh"
,
0
,
73
],
"./contacts/recordInfo.vue"
:[
"67iC"
,
0
,
13
],
"./contacts/recordIo.vue"
:[
"738z"
,
0
,
20
],
"./contacts/recycle.vue"
:[
"HkK0"
,
0
,
29
],
"./contacts/shareAddDepartment.vue"
:[
"q5Ri"
,
0
,
18
],
"./contacts/shareCode.vue"
:[
"JsWW"
,
0
,
60
],
"./contacts/shareContact.vue"
:[
"Gfms"
,
0
,
2
],
"./contacts/staffRecordsTemplate.vue"
:[
"lFAe"
,
0
,
32
],
"./contacts/storeFrame.vue"
:[
"7SJI"
,
0
,
5
],
"./contacts/storeInfo.vue"
:[
"h/6A"
,
0
,
10
],
"./contacts/storeIo.vue"
:[
"RHxA"
,
0
,
58
],
"./contacts/unemployee.vue"
:[
"TGrv"
,
0
,
14
],
"./enterpriseApp/appcenter.vue"
:[
"yuVF"
,
0
,
25
],
"./enterpriseApp/badEvaluate/badEvaluateDetail.vue"
:[
"4m/B"
,
0
,
61
],
"./enterpriseApp/badEvaluate/badEvaluateRecord.vue"
:[
"r//C"
,
0
,
47
],
"./enterpriseApp/badEvaluate/badEvaluateSet.vue"
:[
"XzAK"
,
0
,
55
],
"./enterpriseApp/badEvaluate/index.vue"
:[
"W0k8"
,
0
,
38
],
"./enterpriseApp/cloudDaily/customReport.vue"
:[
"DxdI"
,
0
,
40
],
"./enterpriseApp/cloudDaily/dailyDetail.vue"
:[
"5nNU"
,
0
,
56
],
"./enterpriseApp/cloudDaily/dailyRecord.vue"
:[
"Ujni"
,
0
,
46
],
"./enterpriseApp/cloudDaily/index.vue"
:[
"Knd1"
,
0
,
71
],
"./enterpriseApp/cloudDaily/systemReport.vue"
:[
"Y8F9"
,
0
,
59
],
"./enterpriseApp/cloudDaily/systemReportSet.vue"
:[
"VE2c"
,
0
,
6
],
"./enterpriseApp/cloudDaily/taskAssign.vue"
:[
"5x7s"
,
0
,
45
],
"./enterpriseApp/cloudDaily/template.vue"
:[
"IA9l"
,
0
,
4
],
"./enterpriseApp/cloudDaily/template/block.vue"
:[
"PAYw"
,
69
],
"./enterpriseApp/cloudDaily/template/date-range.vue"
:[
"79Bk"
,
64
],
"./enterpriseApp/cloudDaily/template/image.vue"
:[
"H8Kg"
,
62
],
"./enterpriseApp/cloudDaily/template/input.vue"
:[
"s4D+"
,
63
],
"./enterpriseApp/cloudDaily/template/select.vue"
:[
"t0b0"
,
37
],
"./enterpriseApp/index.vue"
:[
"da9f"
,
53
],
"./enterpriseApp/mycustomer.vue"
:[
"cuIN"
,
0
,
43
],
"./enterpriseApp/notice/addNotice.vue"
:[
"G5PL"
,
0
,
72
],
"./enterpriseApp/notice/index.vue"
:[
"av/3"
,
0
,
70
],
"./enterpriseApp/notice/noticeList.vue"
:[
"OVYO"
,
0
,
31
],
"./enterpriseApp/quota/companyDaySet.vue"
:[
"xk7v"
,
0
,
33
],
"./enterpriseApp/quota/index.vue"
:[
"FB5x"
,
0
,
68
],
"./enterpriseApp/quota/monthList.vue"
:[
"ZxDn"
,
0
,
11
],
"./enterpriseApp/quota/monthTask.vue"
:[
"cK0D"
,
0
,
22
],
"./enterpriseApp/quota/monthTaskDetail.vue"
:[
"jMbb"
,
0
,
34
],
"./enterpriseApp/quota/salerMonthDetail.vue"
:[
"IKv2"
,
0
,
50
],
"./enterpriseApp/quota/storeMonthTask.vue"
:[
"kF1j"
,
0
,
23
],
"./enterpriseApp/trafficTask/index.vue"
:[
"e88N"
,
0
,
44
],
"./enterpriseApp/trafficTask/taskDetail.vue"
:[
"A33E"
,
0
,
48
],
"./enterpriseApp/trafficTask/taskRecord.vue"
:[
"iG3v"
,
0
,
42
],
"./enterpriseApp/trafficTask/trafficTaskSet.vue"
:[
"4H54"
,
0
,
66
],
"./errorPage/403.vue"
:[
"6XGN"
,
26
],
"./errorPage/404.vue"
:[
"AejC"
,
28
],
"./errorPage/500.vue"
:[
"FskK"
,
24
],
"./errorPage/index.vue"
:[
"ODjX"
,
1
],
"./index/index.vue"
:[
"JXTs"
,
0
,
30
],
"./login/index.vue"
:[
"T+/8"
,
0
,
9
],
"./reviewCenter/index.vue"
:[
"+lem"
,
57
],
"./reviewCenter/reviewed.vue"
:[
"CLYF"
,
0
,
16
],
"./reviewCenter/unreview.vue"
:[
"xCEU"
,
0
,
15
],
"./setting/addAdmin.vue"
:[
"rs/A"
,
0
,
41
],
"./setting/addAdminRole.vue"
:[
"fZsz"
,
0
,
51
],
"./setting/companyAddress.vue"
:[
"SKyE"
,
0
,
67
],
"./setting/companyCertify.vue"
:[
"3zYh"
,
0
,
12
],
"./setting/index.vue"
:[
"VlR1"
,
36
],
"./setting/replaceAdmin.vue"
:[
"ys9I"
,
0
,
65
],
"./setting/setChildAdmin.vue"
:[
"VqB7"
,
0
,
52
],
"./setting/staffDetails.vue"
:[
"Zyzf"
,
0
,
27
],
"./setting/storePermission.vue"
:[
"Xwfy"
,
0
,
21
]};
function
o
(
e
){
var
t
=
a
[
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
+
"'."
))}
o
.
keys
=
function
(){
return
Object
.
keys
(
a
)},
o
.
id
=
"Opzk"
,
e
.
exports
=
o
},
Xcu2
:
function
(
e
,
t
){},
uKUT
:
function
(
e
,
t
){}},[
0
]);
\ No newline at end of file
dist/static/js/manifest.
5a4aeba0826746615a03
.js
→
dist/static/js/manifest.
ee01fc99144cac6a7ade
.js
View file @
8ae4cb17
!
function
(
e
){
var
f
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
d
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
t
=
c
[
i
],
a
[
t
]
&&
u
.
push
(
a
[
t
][
0
]),
a
[
t
]
=
0
;
for
(
r
in
d
)
Object
.
prototype
.
hasOwnProperty
.
call
(
d
,
r
)
&&
(
e
[
r
]
=
d
[
r
]);
for
(
f
&&
f
(
c
,
d
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
b
(
b
.
s
=
n
[
i
]);
return
o
};
var
c
=
{},
a
=
{
77
:
0
};
function
b
(
f
){
if
(
c
[
f
])
return
c
[
f
].
exports
;
var
a
=
c
[
f
]
=
{
i
:
f
,
l
:
!
1
,
exports
:{}};
return
e
[
f
].
call
(
a
.
exports
,
a
,
a
.
exports
,
b
),
a
.
l
=!
0
,
a
.
exports
}
b
.
e
=
function
(
e
){
var
f
=
a
[
e
];
if
(
0
===
f
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
f
)
return
f
[
2
];
var
c
=
new
Promise
(
function
(
c
,
b
){
f
=
a
[
e
]
=
[
c
,
b
]});
f
[
2
]
=
c
;
var
d
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
b
.
nc
&&
n
.
setAttribute
(
"nonce"
,
b
.
nc
),
n
.
src
=
b
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"a6553e90a839b62ce0cc"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"58edd50ac6edf9ffe74d"
,
3
:
"516fd1892569e7db9611"
,
4
:
"52322e24f504fe1dd346"
,
5
:
"8593888f86a3714ccbf7"
,
6
:
"fd94cb41ad0ccfae8743"
,
7
:
"7e0164566e8e00575481"
,
8
:
"17cbbf226d1dd6a9aae7"
,
9
:
"7dc467d5cfcb4cfb033f"
,
10
:
"5aa39cededdd868bd5b7"
,
11
:
"0a7059ea2e15c5acf938"
,
12
:
"18b04a93b9e2b30572d3"
,
13
:
"99eba27757bf881d6c39"
,
14
:
"70a11e50ec358505e2b6"
,
15
:
"982c7f877d4d88d1d93b"
,
16
:
"8f8e20ce84faa7e6b5e6"
,
17
:
"4bddcee2555ecc9bae86"
,
18
:
"092fe3ab141c75954a1a"
,
19
:
"5c39f2f7f01d99cfe267"
,
20
:
"8f48037229efe39f46f1"
,
21
:
"5fdd2f8e839af6b9b1f3"
,
22
:
"4d875b19fa0bbbe1f2cd"
,
23
:
"e273f78a0b7240689906"
,
24
:
"9d547e5255fc6330d24b"
,
25
:
"88cb7eac0ef5b295254c"
,
26
:
"f4379b6101b36ecad43c"
,
27
:
"2ea724b0442e927bfdf5"
,
28
:
"9a558c8ef26760ba85d7"
,
29
:
"0155355dd99fffcb77d7"
,
30
:
"4cadfac284beef63d405"
,
31
:
"af46f102606343be3a92"
,
32
:
"41a1620b882cbd77f621"
,
33
:
"98c9f8f46aabb33952e1"
,
34
:
"a870a2a95752c259fbcb"
,
35
:
"099779ba05a964ff1dfe"
,
36
:
"b943c9b9ac95922ad369"
,
37
:
"9e050e6e5ae12e825639"
,
38
:
"7da020455236ec9cc0e6"
,
39
:
"e89aa19926c766c37a0c"
,
40
:
"d492e0196e79144717b9"
,
41
:
"e5670f9f0f45baf785be"
,
42
:
"6b54254cbfb8eceab3c2"
,
43
:
"dd9e90d8053228b68228"
,
44
:
"deb9f07fde1e218414cf"
,
45
:
"d9ca6bb21dcab104ec12"
,
46
:
"011006c03affa7d4bc69"
,
47
:
"9f65654f0a6e86bed8b2"
,
48
:
"8cf9a95e5b563198f587"
,
49
:
"33530ea069fc872b0d5f"
,
50
:
"41ab2fd5d45bfc3d5c23"
,
51
:
"9b495f511b712db255a7"
,
52
:
"10599ff77c8e1dc5cb61"
,
53
:
"8802335b18fef4b4450b"
,
54
:
"c71b318f4cd731decf77"
,
55
:
"7220e26fa501cf0cb4c5"
,
56
:
"7946f7a323ee3865eac1"
,
57
:
"594fe3f9a553b253aa93"
,
58
:
"7c09b86e733d28528679"
,
59
:
"cb4188665202f50664bc"
,
60
:
"458477eb661d504e2ede"
,
61
:
"913b2d83a393af57a8c3"
,
62
:
"89c9af9b531991549047"
,
63
:
"b802ff4df2e6424f55ef"
,
64
:
"f997dcd71fcb0cd6467b"
,
65
:
"50e7967b55e6217b3e3a"
,
66
:
"6b5fc386ec869d82a1dc"
,
67
:
"2d8e5c7eef8491a3cdba"
,
68
:
"ba49712f562eff6edbc3"
,
69
:
"e65d327b559f8fae7f73"
,
70
:
"f19cdcc96fb03261fca5"
,
71
:
"87a6af69154348344f0b"
,
72
:
"82c73b5000810385ba93"
,
73
:
"b425861e41d7dea6bf2e"
,
76
:
"fd376da7cdbac115205f"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
f
=
a
[
e
];
0
!==
f
&&
(
f
&&
f
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
a
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
d
.
appendChild
(
n
),
c
},
b
.
m
=
e
,
b
.
c
=
c
,
b
.
d
=
function
(
e
,
f
,
c
){
b
.
o
(
e
,
f
)
||
Object
.
defineProperty
(
e
,
f
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
b
.
n
=
function
(
e
){
var
f
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
b
.
d
(
f
,
"a"
,
f
),
f
},
b
.
o
=
function
(
e
,
f
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
f
)},
b
.
p
=
"./"
,
b
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
f
,
d
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
f
.
length
;
i
++
)
t
=
f
[
i
],
a
[
t
]
&&
u
.
push
(
a
[
t
][
0
]),
a
[
t
]
=
0
;
for
(
r
in
d
)
Object
.
prototype
.
hasOwnProperty
.
call
(
d
,
r
)
&&
(
e
[
r
]
=
d
[
r
]);
for
(
c
&&
c
(
f
,
d
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
b
(
b
.
s
=
n
[
i
]);
return
o
};
var
f
=
{},
a
=
{
77
:
0
};
function
b
(
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
,
b
),
a
.
l
=!
0
,
a
.
exports
}
b
.
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
,
b
){
c
=
a
[
e
]
=
[
f
,
b
]});
c
[
2
]
=
f
;
var
d
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
b
.
nc
&&
n
.
setAttribute
(
"nonce"
,
b
.
nc
),
n
.
src
=
b
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"a6553e90a839b62ce0cc"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"58edd50ac6edf9ffe74d"
,
3
:
"516fd1892569e7db9611"
,
4
:
"52322e24f504fe1dd346"
,
5
:
"8593888f86a3714ccbf7"
,
6
:
"fd94cb41ad0ccfae8743"
,
7
:
"7e0164566e8e00575481"
,
8
:
"17cbbf226d1dd6a9aae7"
,
9
:
"7dc467d5cfcb4cfb033f"
,
10
:
"5aa39cededdd868bd5b7"
,
11
:
"0a7059ea2e15c5acf938"
,
12
:
"18b04a93b9e2b30572d3"
,
13
:
"99eba27757bf881d6c39"
,
14
:
"70a11e50ec358505e2b6"
,
15
:
"982c7f877d4d88d1d93b"
,
16
:
"8f8e20ce84faa7e6b5e6"
,
17
:
"4bddcee2555ecc9bae86"
,
18
:
"092fe3ab141c75954a1a"
,
19
:
"5c39f2f7f01d99cfe267"
,
20
:
"8f48037229efe39f46f1"
,
21
:
"5fdd2f8e839af6b9b1f3"
,
22
:
"4d875b19fa0bbbe1f2cd"
,
23
:
"e273f78a0b7240689906"
,
24
:
"9d547e5255fc6330d24b"
,
25
:
"88cb7eac0ef5b295254c"
,
26
:
"8f0bb144b5e757399727"
,
27
:
"aab2e5e06ca20a7a7fd5"
,
28
:
"140ad99228544036c969"
,
29
:
"11d63b982452da045e98"
,
30
:
"3c6ecc51205b6dc310ea"
,
31
:
"1216a85c15743155d70d"
,
32
:
"41a1620b882cbd77f621"
,
33
:
"98c9f8f46aabb33952e1"
,
34
:
"a870a2a95752c259fbcb"
,
35
:
"099779ba05a964ff1dfe"
,
36
:
"b943c9b9ac95922ad369"
,
37
:
"9e050e6e5ae12e825639"
,
38
:
"7da020455236ec9cc0e6"
,
39
:
"e89aa19926c766c37a0c"
,
40
:
"d492e0196e79144717b9"
,
41
:
"e5670f9f0f45baf785be"
,
42
:
"6b54254cbfb8eceab3c2"
,
43
:
"dd9e90d8053228b68228"
,
44
:
"deb9f07fde1e218414cf"
,
45
:
"d9ca6bb21dcab104ec12"
,
46
:
"011006c03affa7d4bc69"
,
47
:
"9f65654f0a6e86bed8b2"
,
48
:
"8cf9a95e5b563198f587"
,
49
:
"33530ea069fc872b0d5f"
,
50
:
"41ab2fd5d45bfc3d5c23"
,
51
:
"9b495f511b712db255a7"
,
52
:
"10599ff77c8e1dc5cb61"
,
53
:
"8802335b18fef4b4450b"
,
54
:
"c71b318f4cd731decf77"
,
55
:
"7220e26fa501cf0cb4c5"
,
56
:
"7946f7a323ee3865eac1"
,
57
:
"594fe3f9a553b253aa93"
,
58
:
"7c09b86e733d28528679"
,
59
:
"cb4188665202f50664bc"
,
60
:
"458477eb661d504e2ede"
,
61
:
"913b2d83a393af57a8c3"
,
62
:
"89c9af9b531991549047"
,
63
:
"b802ff4df2e6424f55ef"
,
64
:
"f997dcd71fcb0cd6467b"
,
65
:
"50e7967b55e6217b3e3a"
,
66
:
"6b5fc386ec869d82a1dc"
,
67
:
"2d8e5c7eef8491a3cdba"
,
68
:
"ba49712f562eff6edbc3"
,
69
:
"e65d327b559f8fae7f73"
,
70
:
"f19cdcc96fb03261fca5"
,
71
:
"87a6af69154348344f0b"
,
72
:
"82c73b5000810385ba93"
,
73
:
"b425861e41d7dea6bf2e"
,
76
:
"fd376da7cdbac115205f"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
c
=
a
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
a
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
d
.
appendChild
(
n
),
f
},
b
.
m
=
e
,
b
.
c
=
f
,
b
.
d
=
function
(
e
,
c
,
f
){
b
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
f
})},
b
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
b
.
d
(
c
,
"a"
,
c
),
c
},
b
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
b
.
p
=
"./"
,
b
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
src/views/enterpriseApp/notice/noticeList.vue
View file @
8ae4cb17
...
...
@@ -53,17 +53,19 @@
<div
class=
"read-list-wrap"
>
<div
class=
"read-list-lt"
>
<div
class=
"read-list-title"
>
已读({{ readCount }})
</div>
<ul
v-if=
"
readList.length > 0
"
class=
"read-list"
>
<ul
v-if=
"
!!readList.length
"
class=
"read-list"
>
<li
v-for=
"(item, index) in readList"
:key=
"index"
>
{{ item }}
</li>
</ul>
<div
v-else
class=
"no-read-list-data"
>
暂无数据
</div>
<div
class=
"load-data load-read-data"
@
click=
"loadMore(1)"
>
{{ readCount == readList.length ? '已加载全部已读人员' : '点击加载更多' }}
</div>
</div>
<div
class=
"read-list-rt"
>
<div
class=
"read-list-title"
>
未读({{ noReadCount }})
</div>
<ul
v-if=
"
noReadList.length > 0
"
class=
"read-list"
>
<ul
v-if=
"
!!noReadList.length
"
class=
"read-list"
>
<li
v-for=
"(item, index) in noReadList"
:key=
"index"
>
{{ item }}
</li>
</ul>
<div
v-else
class=
"no-read-list-data"
>
暂无数据
</div>
<div
class=
"load-data load-unread-data"
@
click=
"loadMore(0)"
>
{{ noReadCount == noReadList.length ? '已加载全部未读人员' : '点击加载更多' }}
</div>
</div>
</div>
</el-dialog>
...
...
@@ -123,7 +125,14 @@ export default {
defaultImg
:
require
(
'../../../../static/img/head_default.jpg'
),
// 预览
imgUrl
:
''
,
imgShowFlag
:
false
imgShowFlag
:
false
,
// 读取分页参数
readId
:
''
,
readPageSize
:
20
,
readPageNum
:
1
,
unreadPageSize
:
20
,
unreadPageNum
:
1
};
},
filters
:
{
...
...
@@ -250,20 +259,81 @@ export default {
})
.
catch
(()
=>
{});
},
// 加载更多读取人数
loadMore
(
readStatus
)
{
let
that
=
this
;
if
(
readStatus
==
1
)
{
if
(
that
.
readList
.
length
>=
that
.
readCount
)
{
return
false
;
}
that
.
readPageNum
++
;
that
.
getDetailApi
(
that
.
readId
,
{
pageSize
:
that
.
readPageSize
,
pageNum
:
that
.
readPageNum
,
readStatus
:
1
// 0 未读; 1 已读
});
}
else
{
if
(
that
.
noReadList
.
length
>=
that
.
noReadCount
)
{
return
false
;
}
that
.
unreadPageNum
++
;
that
.
getDetailApi
(
that
.
readId
,
{
pageSize
:
that
.
unreadPageSize
,
pageNum
:
that
.
unreadPageNum
,
readStatus
:
0
// 0 未读; 1 已读
});
}
},
// 读取详情
readDetail
(
id
)
{
let
that
=
this
;
that
.
readList
=
[];
that
.
noReadList
=
[];
that
.
readPageNum
=
1
;
that
.
unreadPageNum
=
1
;
that
.
readId
=
id
;
that
.
dialogNoticeVisible
=
true
;
// 获取已读取人数和未读人数
Promise
.
all
([
that
.
getDetailApi
(
id
,
{
pageSize
:
that
.
readPageSize
,
pageNum
:
that
.
readPageNum
,
readStatus
:
1
// 0 未读; 1 已读
})
]).
then
(
function
()
{
that
.
getDetailApi
(
id
,
{
pageSize
:
that
.
unreadPageSize
,
pageNum
:
that
.
unreadPageNum
,
readStatus
:
0
// 0 未读; 1 已读
});
});
},
getDetailApi
(
id
,
data
)
{
let
that
=
this
;
let
para
=
{
announcementId
:
id
announcementId
:
id
,
pageSize
:
data
.
pageSize
,
pageNum
:
data
.
pageNum
,
readStatus
:
data
.
readStatus
};
getRequest
(
'/haoban-app-announcement-web/announcement-detail'
,
para
).
then
(
res
=>
{
let
data
=
res
.
data
;
if
(
data
.
errorCode
==
1
)
{
that
.
noReadList
=
data
.
result
.
noReadEmployeeList
;
that
.
readList
=
data
.
result
.
employeeList
;
that
.
readCount
=
data
.
result
.
readCount
;
that
.
noReadCount
=
data
.
result
.
noReadCount
;
if
(
para
.
readStatus
==
1
)
{
if
(
!!
data
.
result
.
list
&&
!!
data
.
result
.
list
.
length
)
{
data
.
result
.
list
.
forEach
(
ele
=>
{
that
.
readList
.
push
(
ele
);
});
}
that
.
readCount
=
data
.
result
.
total
;
}
else
{
if
(
!!
data
.
result
.
list
&&
!!
data
.
result
.
list
.
length
)
{
data
.
result
.
list
.
forEach
(
ele
=>
{
that
.
noReadList
.
push
(
ele
);
});
}
that
.
noReadCount
=
data
.
result
.
total
;
}
}
else
{
that
.
$message
.
error
(
data
.
message
);
}
...
...
@@ -291,6 +361,13 @@ export default {
components
:
{
commonDetailTop
,
qrcodeDialog
},
beforeDestroy
()
{
let
that
=
this
;
that
.
readList
=
[];
that
.
noReadList
=
[];
that
.
readPageNum
=
1
;
that
.
unreadPageNum
=
1
;
}
};
</
script
>
...
...
@@ -338,6 +415,7 @@ export default {
width
:
100%
;
margin-bottom
:
20px
;
.read-list
{
position
:
relative
;
padding
:
15px
0
15px
10px
;
height
:
346px
;
overflow
:
auto
;
...
...
@@ -360,7 +438,20 @@ export default {
text-align
:
center
;
color
:
#303133
;
}
.load-data
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
line-height
:
24px
;
text-align
:
center
;
font-size
:
14px
;
color
:
#606266
;
background
:
#f3f6f9
;
cursor
:
pointer
;
}
.read-list-lt
{
position
:
relative
;
flex
:
0
0
283px
;
width
:
283px
;
border
:
1px
solid
#e4e7ed
;
...
...
@@ -370,6 +461,7 @@ export default {
}
}
.read-list-rt
{
position
:
relative
;
flex
:
1
;
border-bottom
:
1px
solid
#e4e7ed
;
border-right
:
1px
solid
#e4e7ed
;
...
...
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