Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
f230b2cb
Commit
f230b2cb
authored
Aug 03, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
dc5a897c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
557 additions
and
449 deletions
+557
-449
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/dialogshow.vue
...r-ui/admin/src/views/attendance/record/hik/dialogshow.vue
+200
-124
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
...manager-ui/admin/src/views/attendance/record/hik/list.vue
+357
-325
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/dialogshow.vue
View file @
f230b2cb
<
template
>
<
template
>
<!-- 弹出框表单 -->
<!-- 弹出框表单 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"90%"
append-to-body
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"90%"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<el-row>
<Field
label=
"员工ID"
prop=
"staffId"
v-model=
"form.staffId"
placeholder=
"请输入员工ID"
/>
<Field
<Field
label=
"员工姓名"
prop=
"staffName"
v-model=
"form.staffName"
placeholder=
"请输入员工姓名"
/>
label=
"员工ID"
<Field
label=
"工号"
prop=
"workNum"
v-model=
"form.workNum"
placeholder=
"请输入工号"
/>
prop=
"staffId"
<Field
label=
"所属部门"
prop=
"deptId"
v-model=
"form.deptId"
placeholder=
"请输入所属部门"
/>
v-model=
"form.staffId"
<Field
label=
"所属部门名称"
prop=
"deptName"
v-model=
"form.deptName"
placeholder=
"请输入所属部门名称"
/>
placeholder=
"请输入员工ID"
<Field
label=
"职位ID"
prop=
"positionId"
v-model=
"form.positionId"
placeholder=
"请输入职位ID"
/>
/>
<Field
label=
"职位名称"
prop=
"positionName"
v-model=
"form.positionName"
placeholder=
"请输入职位名称"
/>
<Field
<Field
label=
"所属考勤组ID"
prop=
"attendanceGroupId"
v-model=
"form.attendanceGroupId"
placeholder=
"请输入所属考勤组ID"
/>
label=
"员工姓名"
<Field
label=
"所属考勤组名称"
prop=
"attendanceGroupName"
v-model=
"form.attendanceGroupName"
placeholder=
"请输入所属考勤组名称"
/>
prop=
"staffName"
<Field
label=
"班次ID"
prop=
"shiftsId"
v-model=
"form.shiftsId"
placeholder=
"请输入班次ID"
/>
v-model=
"form.staffName"
<Field
label=
"班次名称"
prop=
"shiftsName"
v-model=
"form.shiftsName"
placeholder=
"请输入班次名称"
/>
placeholder=
"请输入员工姓名"
<Field
label=
"考勤日期"
prop=
"attendanceDate"
v-model=
"form.attendanceDate"
type=
"date"
/>
/>
<Field
label=
"考勤点名称"
prop=
"attendanceAddress"
v-model=
"form.attendanceAddress"
placeholder=
"请输入考勤点名称"
/>
<Field
<Field
label=
"事件源"
prop=
"eventSource"
v-model=
"form.eventSource"
placeholder=
"请输入事件源"
/>
label=
"工号"
<Field
label=
"备注"
prop=
"remark"
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入备注"
/>
prop=
"workNum"
v-model=
"form.workNum"
</el-row>
placeholder=
"请输入工号"
/>
</el-form>
<Field
<div
slot=
"footer"
class=
"dialog-footer"
>
label=
"所属部门"
<el-button
type=
"primary"
v-if=
"pageInfo.type !== 'view'"
@
click=
"submitForm"
>
确 定
</el-button>
prop=
"deptId"
<el-button
@
click=
"cancel"
>
取 消
</el-button>
v-model=
"form.deptId"
</div>
placeholder=
"请输入所属部门"
</el-dialog>
/>
<Field
label=
"所属部门名称"
prop=
"deptName"
v-model=
"form.deptName"
placeholder=
"请输入所属部门名称"
/>
<Field
label=
"职位ID"
prop=
"positionId"
v-model=
"form.positionId"
placeholder=
"请输入职位ID"
/>
<Field
label=
"职位名称"
prop=
"positionName"
v-model=
"form.positionName"
placeholder=
"请输入职位名称"
/>
<Field
label=
"所属考勤组ID"
prop=
"attendanceGroupId"
v-model=
"form.attendanceGroupId"
placeholder=
"请输入所属考勤组ID"
/>
<Field
label=
"所属考勤组名称"
prop=
"attendanceGroupName"
v-model=
"form.attendanceGroupName"
placeholder=
"请输入所属考勤组名称"
/>
<Field
label=
"班次ID"
prop=
"shiftsId"
v-model=
"form.shiftsId"
placeholder=
"请输入班次ID"
/>
<Field
label=
"班次名称"
prop=
"shiftsName"
v-model=
"form.shiftsName"
placeholder=
"请输入班次名称"
/>
<Field
label=
"考勤日期"
prop=
"attendanceDate"
v-model=
"form.attendanceDate"
type=
"date"
/>
<Field
label=
"考勤点名称"
prop=
"attendanceAddress"
v-model=
"form.attendanceAddress"
placeholder=
"请输入考勤点名称"
/>
<Field
label=
"事件源"
prop=
"eventSource"
v-model=
"form.eventSource"
placeholder=
"请输入事件源"
/>
<Field
label=
"备注"
prop=
"remark"
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入备注"
/>
</el-row>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
v-if=
"pageInfo.type !== 'view'"
@
click=
"submitForm"
>
确 定
</el-button
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
</div>
</el-dialog>
</
template
>
</
template
>
<
script
>
<
script
>
import
form
from
"
@/assets/mixins/formdialog
"
;
import
form
from
"
@/assets/mixins/formdialog
"
;
import
dialogShow
from
"
./dialogshow
"
;
import
dialogShow
from
"
./dialogshow
"
;
export
default
{
export
default
{
mixins
:
[
form
],
mixins
:
[
form
],
components
:
{
components
:
{
dialogShow
,
dialogShow
,
},
},
data
()
{
data
()
{
return
{
return
{
// 遮罩层
// 遮罩层
loading
:
true
,
loading
:
true
,
// 弹出层标题
// 弹出层标题
title
:
"
海康考勤打卡记录汇总信息
"
,
title
:
"
海康考勤打卡记录汇总信息
"
,
// 是否显示弹出层
// 是否显示弹出层
open
:
false
,
open
:
false
,
toString
:[
toString
:
[],
],
// 表单校验
// 表单校验
rules
:
{
rules
:
{
staffName
:
[
staffName
:
[
{
required
:
true
,
message
:
"
请输入员工姓名
"
,
trigger
:
"
blur
"
},
{
required
:
true
,
message
:
"
请输入员工姓名
"
,
trigger
:
"
blur
"
},
{
max
:
64
,
message
:
"
最多只能录入64个字符
"
,
trigger
:
"
blur
"
},
{
max
:
64
,
message
:
"
最多只能录入64个字符
"
,
trigger
:
"
blur
"
,},
],
],
createTime
:
[{
required
:
true
,
message
:
"
请选择创建时间
"
}],
createTime
:
[
},
{
required
:
true
,
message
:
"
请选择创建时间
"
},
};
],
},
}
};
},
methods
:
{
methods
:
{
/** 编辑 */
/** 编辑 */
edit
(
row
)
{
edit
(
row
)
{
this
.
reset
()
this
.
reset
();
this
.
query
=
{
id
:
row
.
id
};
this
.
query
=
{
id
:
row
.
id
};
this
.
urls
.
currUrl
=
"
attendance/record/hik/edit
"
;
this
.
urls
.
currUrl
=
"
attendance/record/hik/edit
"
;
this
.
getData
();
this
.
getData
();
this
.
pageInfo
.
type
=
"
edit
"
this
.
pageInfo
.
type
=
"
edit
"
;
this
.
title
=
"
修改海康考勤打卡记录汇总信息
"
;
this
.
title
=
"
修改海康考勤打卡记录汇总信息
"
;
},
},
/** 新增 */
/** 新增 */
add
(
row
)
{
add
(
row
)
{
this
.
reset
()
this
.
reset
();
this
.
urls
.
currUrl
=
"
attendance/record/hik/add
"
;
this
.
urls
.
currUrl
=
"
attendance/record/hik/add
"
;
this
.
getData
();
this
.
getData
();
this
.
pageInfo
.
type
=
"
add
"
this
.
pageInfo
.
type
=
"
add
"
;
this
.
title
=
"
新增海康考勤打卡记录汇总信息
"
;
this
.
title
=
"
新增海康考勤打卡记录汇总信息
"
;
},
},
/** 查看*/
/** 查看*/
view
(
row
)
{
view
(
row
)
{
this
.
reset
()
this
.
reset
();
this
.
query
=
{
id
:
row
.
id
};
this
.
query
=
{
id
:
row
.
id
};
this
.
urls
.
currUrl
=
"
attendance/record/hik/view
"
;
this
.
urls
.
currUrl
=
"
attendance/record/hik/view
"
;
this
.
getData
();
this
.
getData
();
this
.
pageInfo
.
type
=
"
view
"
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
海康考勤打卡记录汇总信息详细
"
;
this
.
title
=
"
海康考勤打卡记录汇总信息详细
"
;
},
},
/**取消按钮 */
/**取消按钮 */
cancel
()
{
cancel
()
{
this
.
open
=
false
;
this
.
open
=
false
;
},
},
/**获取数据后弹框 */
/**获取数据后弹框 */
afterRender
(
data
)
{
afterRender
(
data
)
{
this
.
open
=
true
;
this
.
open
=
true
;
},
},
afterSubmit
(
data
)
{
afterSubmit
(
data
)
{
this
.
open
=
false
;
this
.
open
=
false
;
this
.
$emit
(
"
ok
"
);
this
.
$emit
(
"
ok
"
);
},
},
// 表单重置
// 表单重置
reset
()
{
reset
()
{
this
.
form
=
{
this
.
form
=
{
staffId
:
null
,
staffId
:
null
,
staffName
:
""
,
staffName
:
""
,
workNum
:
""
,
workNum
:
""
,
deptId
:
null
,
deptId
:
null
,
deptName
:
""
,
deptName
:
""
,
positionId
:
null
,
positionId
:
null
,
positionName
:
""
,
positionName
:
""
,
attendanceGroupId
:
null
,
attendanceGroupId
:
null
,
attendanceGroupName
:
""
,
attendanceGroupName
:
""
,
shiftsId
:
null
,
shiftsId
:
null
,
shiftsName
:
""
,
shiftsName
:
""
,
attendanceDate
:
null
,
attendanceDate
:
null
,
attendanceAddress
:
""
,
attendanceAddress
:
""
,
eventSource
:
""
,
eventSource
:
""
,
remark
:
""
,
remark
:
""
,
};
};
this
.
resetForm
(
"
form
"
);
this
.
resetForm
(
"
form
"
);
},
},
resetForm
(
refName
)
{
resetForm
(
refName
)
{
if
(
this
.
$refs
[
refName
])
{
if
(
this
.
$refs
[
refName
])
{
this
.
$refs
[
refName
].
resetFields
();
this
.
$refs
[
refName
].
resetFields
();
}
}
},
},
},
},
};
};
</
script
>
</
script
>
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
View file @
f230b2cb
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<LayoutTable
:data=
"tableData"
:config=
"tableConfig"
notDel
notAdd
>
<LayoutTable
:data=
"tableData"
:config=
"tableConfig"
notDel
notAdd
>
<el-button
<el-button
slot=
"table-head-left2"
slot=
"table-head-left2"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
icon=
"el-icon-tickets"
icon=
"el-icon-tickets"
size=
"mini"
size=
"mini"
@
click=
"handleImport"
@
click=
"handleImport"
>
导入
</el-button>
>
导入
</el-button
<el-button
>
slot=
"table-head-left2"
<el-button
style=
"margin-left: 10px"
slot=
"table-head-left2"
icon=
"el-icon-tickets"
style=
"margin-left: 10px"
size=
"mini"
icon=
"el-icon-tickets"
type=
"primary"
size=
"mini"
@
click=
"doExport"
type=
"primary"
:disabled=
"isExport"
@
click=
"doExport"
>
导出
</el-button>
:disabled=
"isExport"
<el-button
>
导出
</el-button
slot=
"table-head-left2"
>
style=
"margin-left: 10px"
<el-button
icon=
"el-icon-tickets"
slot=
"table-head-left2"
size=
"mini"
style=
"margin-left: 10px"
type=
"success"
icon=
"el-icon-tickets"
@
click=
"lookexportHis"
size=
"mini"
>
导出记录
</el-button>
type=
"success"
<el-button
type=
"primary"
size=
"mini"
slot=
"table-head-left2"
@
click=
"lookexportHis"
style=
"margin-left: 10px"
@
click=
"formatData"
>
生成打卡记录
</el-button>
>
导出记录
</el-button
</LayoutTable>
>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<!--
<el-button
<el-dialog
type=
"primary"
:title=
"upload.title"
size=
"mini"
:visible.sync=
"upload.open"
slot=
"table-head-left2"
width=
"400px"
style=
"margin-left: 10px"
append-to-body
@
click=
"formatData"
>
>
生成打卡记录
</el-button
<el-upload
>
-->
ref=
"upload"
</LayoutTable>
:limit=
"1"
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
accept=
".xlsx, .xls"
<el-dialog
:headers=
"upload.headers"
:title=
"upload.title"
:action=
"upload.url + '?updateSupport=' + upload.updateSupport"
:visible.sync=
"upload.open"
:disabled=
"upload.isUploading"
width=
"400px"
:on-progress=
"handleFileUploadProgress"
append-to-body
:on-success=
"handleFileSuccess"
>
:auto-upload=
"false"
<el-upload
drag
ref=
"upload"
:limit=
"1"
accept=
".xlsx, .xls"
:headers=
"upload.headers"
:action=
"upload.url + '?updateSupport=' + upload.updateSupport"
:disabled=
"upload.isUploading"
:on-progress=
"handleFileUploadProgress"
:on-success=
"handleFileSuccess"
:auto-upload=
"false"
drag
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em>
</div>
<div
class=
"el-upload__tip"
slot=
"tip"
>
<el-checkbox
v-model=
"upload.updateSupport"
/>
是否更新已经存在的数据
<el-link
type=
"primary"
style=
"font-size: 14px"
@
click=
"downloadTemplate"
>
下载模板
</el-link
>
</div>
<div
class=
"el-upload__tip"
style=
"color: red"
slot=
"tip"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitFileForm"
>
确 定
</el-button>
<el-button
@
click=
"upload.open = false"
>
取 消
</el-button>
</div>
</el-dialog>
<!-- 导出记录查看 -->
<el-drawer
title=
"导出记录"
:visible.sync=
"drawerhistory"
:direction=
"direction"
>
<div
class=
"hisList"
>
<div
class=
"list mt10"
v-for=
"(item, index) in exportList"
:key=
"index"
@
click=
"changeStatus(item)"
>
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"flex flex-align-center flex-pack-justify"
>
<div
class=
"el-upload__text"
>
<div>
打卡记录汇总
</div>
将文件拖到此处,或
<el-button
type=
"text"
>
导出成功
</el-button>
<em>
点击上传
</em>
</div>
<div
class=
"details"
v-if=
"item.islook"
>
<div
class=
"mt10"
v-if=
"item.recordIdList"
>
选择列表id:
{{
item
.
recordIdList
}}
</div>
</div>
<div
class=
"el-upload__tip"
slot=
"tip"
>
<div
class=
"mt10"
v-if=
"item.deptName"
>
<el-checkbox
选择部门:
{{
item
.
deptName
}}
v-model=
"upload.updateSupport"
/>
是否更新已经存在的数据
<el-link
type=
"primary"
style=
"font-size: 14px"
@
click=
"downloadTemplate"
>
下载模板
</el-link
>
</div>
</div>
<div
class=
"el-upload__tip"
style=
"color: red"
slot=
"tip"
>
<div
class=
"mt10"
v-if=
"item.groupName"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
选择考勤组:
{{
item
.
groupName
}}
</div>
<div
class=
"mt10"
v-if=
"item.className"
>
选择班次:
{{
item
.
className
}}
</div>
</div>
</el-upload>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitFileForm"
>
确 定
</el-button>
<el-button
@
click=
"upload.open = false"
>
取 消
</el-button>
</div>
</el-dialog>
<!-- 导出记录查看 -->
<el-drawer
title=
"导出记录"
:visible.sync=
"drawerhistory"
:direction=
"direction"
>
<div
class=
"hisList"
>
<div
class=
"list mt10"
v-for=
"(item,index) in exportList"
:key=
"index"
@
click=
"changeStatus(item)"
>
<div
class=
"flex flex-align-center flex-pack-justify"
>
<div>
打卡记录汇总
</div>
<el-button
type=
"text"
>
导出成功
</el-button>
</div>
<div
class=
"details"
v-if=
"item.islook"
>
<div
class=
"mt10"
v-if=
"item.recordIdList"
>
选择列表id:
{{
item
.
recordIdList
}}
</div>
<div
class=
"mt10"
v-if=
"item.deptName"
>
选择部门:
{{
item
.
deptName
}}
</div>
<div
class=
"mt10"
v-if=
"item.groupName"
>
选择考勤组:
{{
item
.
groupName
}}
</div>
<div
class=
"mt10"
v-if=
"item.className"
>
选择班次:
{{
item
.
className
}}
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-link
:href=
"item.filePath"
target=
"_blank"
type=
"primary"
>
重新下载
</el-link>
<el-link
:href=
"item.filePath"
target=
"_blank"
type=
"primary"
</div>
>
重新下载
</el-link
</div>
>
<div
class=
"times mt10"
>
导出时间:
{{
item
.
createTime
}}
</div>
</div>
</div>
</div>
</el-drawer>
</div>
</div>
<div
class=
"times mt10"
>
导出时间:
{{
item
.
createTime
}}
</div>
</div>
</div>
</el-drawer>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
/** 表单弹出框模式需引入 */
/** 表单弹出框模式需引入 */
import
dialogShow
from
"
./dialogshow
"
;
import
dialogShow
from
"
./dialogshow
"
;
import
table
from
"
@/assets/mixins/table
"
;
import
table
from
"
@/assets/mixins/table
"
;
import
{
timestampToTime
}
from
'
@/assets/utils/dateFormat
'
import
{
timestampToTime
}
from
"
@/assets/utils/dateFormat
"
;
export
default
{
export
default
{
name
:
"
AttendanceRecordHikList
"
,
name
:
"
AttendanceRecordHikList
"
,
components
:
{
components
:
{
dialogShow
dialogShow
,
},
},
mixins
:
[
table
],
mixins
:
[
table
],
created
()
{
created
()
{},
},
methods
:
{
methods
:
{
// 生成打卡记录
// 生成打卡记录
formatData
()
{
formatData
(){
let
params
=
{};
let
params
=
{}
for
(
let
value
of
this
.
config
.
search
)
{
for
(
let
value
of
this
.
config
.
search
){
if
(
this
.
query
[
value
.
name
])
{
if
(
this
.
query
[
value
.
name
]){
params
[
value
.
name
]
=
this
.
query
[
value
.
name
];
params
[
value
.
name
]
=
this
.
query
[
value
.
name
]
}
}
}
}
if
(
this
.
selection
.
length
>
0
)
{
if
(
this
.
selection
.
length
>
0
){
params
[
"
idList
"
]
=
this
.
selection
;
params
[
'
idList
'
]
=
this
.
selection
}
}
this
.
$post
(
"
/attendance/record/hik/addAttendanceRecord
"
,
{
this
.
$post
(
'
/attendance/record/hik/addAttendanceRecord
'
,{...
params
}).
then
(
res
=>
{
...
params
,
if
(
res
.
code
==
1
){
}).
then
((
res
)
=>
{
this
.
$message
.
success
(
"
生成打卡记录成功!
"
)
if
(
res
.
code
==
1
)
{
}
this
.
$message
.
success
(
"
生成打卡记录成功!
"
);
})
}
},
});
// 更改状态
},
changeStatus
(
item
){
// 更改状态
this
.
$set
(
changeStatus
(
item
)
{
item
,
this
.
$set
(
item
,
"
islook
"
,
!
item
.
islook
);
'
islook
'
,
},
!
item
.
islook
// 导出记录
)
lookexportHis
()
{
},
this
.
$post
(
"
/attendance/export/record/list
"
,
{
// 导出记录
type
:
1
,
lookexportHis
(){
page
:
1
,
this
.
$post
(
'
/attendance/export/record/list
'
,{
type
:
1
,
page
:
1
,
size
:
-
1
}).
then
(
res
=>
{
size
:
-
1
,
if
(
res
.
code
==
1
){
}).
then
((
res
)
=>
{
let
arr
=
res
.
data
.
data
if
(
res
.
code
==
1
)
{
this
.
exportList
=
arr
.
map
(
item
=>
{
let
arr
=
res
.
data
.
data
;
item
.
createTime
=
timestampToTime
(
item
.
createTime
,
6
)
this
.
exportList
=
arr
.
map
((
item
)
=>
{
item
.
islook
=
false
item
.
createTime
=
timestampToTime
(
item
.
createTime
,
6
);
return
item
item
.
islook
=
false
;
})
return
item
;
}
});
})
}
// 导出记录
});
this
.
drawerhistory
=
true
// 导出记录
},
this
.
drawerhistory
=
true
;
/** 导入 */
},
handleImport
()
{
/** 导入 */
this
.
upload
.
title
=
"
打卡记录导入
"
;
handleImport
()
{
this
.
upload
.
open
=
true
;
this
.
upload
.
title
=
"
打卡记录导入
"
;
},
this
.
upload
.
open
=
true
;
/** 下载模板操作 */
},
downloadTemplate
()
{
/** 下载模板操作 */
this
.
isExport
=
true
;
downloadTemplate
()
{
this
.
$download
(
"
/attendance/record/hik/downloadTemplate
"
,
{},
{
type
:
"
excel
"
})
this
.
isExport
=
true
;
.
then
(()
=>
(
this
.
isExport
=
false
))
this
.
$download
(
.
catch
((
error
)
=>
{
"
/attendance/record/hik/downloadTemplate
"
,
this
.
isExport
=
false
;
{},
this
.
$message
.
error
(
error
.
message
);
{
type
:
"
excel
"
}
})
)
},
.
then
(()
=>
(
this
.
isExport
=
false
))
/** 文件上传中处理 */
.
catch
((
error
)
=>
{
handleFileUploadProgress
(
event
,
file
,
fileList
)
{
this
.
isExport
=
false
;
this
.
upload
.
isUploading
=
true
;
this
.
$message
.
error
(
error
.
message
);
},
});
/** 文件上传成功处理 */
},
handleFileSuccess
(
response
,
file
,
fileList
)
{
/** 文件上传中处理 */
this
.
upload
.
open
=
false
;
handleFileUploadProgress
(
event
,
file
,
fileList
)
{
this
.
upload
.
isUploading
=
false
;
this
.
upload
.
isUploading
=
true
;
this
.
$refs
.
upload
.
clearFiles
();
},
this
.
$alert
(
response
.
msg
,
"
导入结果
"
,
{
dangerouslyUseHTMLString
:
true
});
/** 文件上传成功处理 */
this
.
getData
();
handleFileSuccess
(
response
,
file
,
fileList
)
{
},
this
.
upload
.
open
=
false
;
/** 提交上传文件 */
this
.
upload
.
isUploading
=
false
;
submitFileForm
()
{
this
.
$refs
.
upload
.
clearFiles
();
this
.
$refs
.
upload
.
submit
();
this
.
$alert
(
response
.
msg
,
"
导入结果
"
,
{
dangerouslyUseHTMLString
:
true
});
},
this
.
getData
();
/** 导出Excel */
},
doExport
()
{
/** 提交上传文件 */
this
.
isExport
=
true
;
submitFileForm
()
{
let
params
=
{}
this
.
$refs
.
upload
.
submit
();
for
(
let
value
of
this
.
config
.
search
){
},
if
(
this
.
query
[
value
.
name
]){
/** 导出Excel */
params
[
value
.
name
]
=
this
.
query
[
value
.
name
]
doExport
()
{
}
this
.
isExport
=
true
;
}
let
params
=
{};
for
(
let
value
of
this
.
config
.
search
)
{
if
(
this
.
query
[
value
.
name
])
{
params
[
value
.
name
]
=
this
.
query
[
value
.
name
];
}
}
if
(
this
.
selection
.
length
>
0
)
{
if
(
this
.
selection
.
length
>
0
)
{
params
[
'
idList
'
]
=
this
.
selection
params
[
"
idList
"
]
=
this
.
selection
;
}
}
this
.
$download
(
"
/attendance/record/hik/exportExcel
"
,
{
this
.
$download
(
...
params
,
"
/attendance/record/hik/exportExcel
"
,
},
{
type
:
"
excel
"
}).
then
(()
=>
this
.
isExport
=
false
).
catch
(
error
=>
{
{
this
.
isExport
=
false
;
...
params
,
this
.
$message
.
error
(
error
.
message
);
})
},
/** 重写新增方法 */
toAdd
(
row
)
{
this
.
$refs
.
dialogform
.
add
(
row
);
},
/** 重写编辑方法 */
toEdit
(
row
)
{
this
.
$refs
.
dialogform
.
edit
(
row
);
},
/** 重写查看方法 */
toView
(
row
)
{
this
.
$refs
.
dialogform
.
view
(
row
);
},
afterRender
(
data
)
{
console
.
log
(
this
.
tableData
.
data
)
},
},
},
data
()
{
{
type
:
"
excel
"
}
return
{
)
upload
:
{
.
then
(()
=>
(
this
.
isExport
=
false
))
headers
:{
.
catch
((
error
)
=>
{
Authorization
:
window
.
sessionStorage
.
getItem
(
'
token
'
)
||
''
this
.
isExport
=
false
;
},
this
.
$message
.
error
(
error
.
message
);
// 是否显示弹出层(员工关怀信息导入)
});
open
:
false
,
},
// 弹出层标题(员工关怀信息导入)
/** 重写新增方法 */
title
:
"
导入员工关怀信息数据
"
,
toAdd
(
row
)
{
// 是否禁用上传
this
.
$refs
.
dialogform
.
add
(
row
);
isUploading
:
false
,
},
// 是否更新已经存在的数据
/** 重写编辑方法 */
updateSupport
:
0
,
toEdit
(
row
)
{
// 上传的地址
this
.
$refs
.
dialogform
.
edit
(
row
);
url
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/attendance/attendance/record/hik/importData
"
,
},
},
/** 重写查看方法 */
config
:
{
toView
(
row
)
{
isshowTabPane
:
true
,
this
.
$refs
.
dialogform
.
view
(
row
);
search
:
[
},
{
afterRender
(
data
)
{
name
:
"
staffName
"
,
console
.
log
(
this
.
tableData
.
data
);
type
:
"
text
"
,
},
label
:
"
员工姓名
"
,
},
fuzzy
:
false
data
()
{
},
return
{
{
upload
:
{
name
:
'
workNum
'
,
headers
:
{
type
:
'
text
'
,
Authorization
:
window
.
sessionStorage
.
getItem
(
"
token
"
)
||
""
,
label
:
'
工号
'
,
},
fuzzy
:
false
// 是否显示弹出层(员工关怀信息导入)
},
open
:
false
,
// {
// 弹出层标题(员工关怀信息导入)
// name: "deptId",
title
:
"
导入员工关怀信息数据
"
,
// type: "select",
// 是否禁用上传
// label: "所属部门",
isUploading
:
false
,
// fuzzy: false
// 是否更新已经存在的数据
// },
updateSupport
:
0
,
// {
// 上传的地址
// name: "attendanceGroupId",
url
:
// type: "select",
process
.
env
.
VUE_APP_API_BASE_URL
+
// label: "所属考勤组",
"
/attendance/attendance/record/hik/importData
"
,
// fuzzy: false
},
// },
config
:
{
// {
isshowTabPane
:
true
,
// name: "shiftsId",
search
:
[
// type: "select",
{
// label: "班次",
name
:
"
staffName
"
,
// fuzzy: false
type
:
"
text
"
,
// },
label
:
"
员工姓名
"
,
{
fuzzy
:
false
,
name
:
'
attendanceDateStart
'
,
},
type
:
"
date
"
,
{
label
:
"
考勤开始时间
"
,
name
:
"
workNum
"
,
fuzzy
:
false
type
:
"
text
"
,
},
label
:
"
工号
"
,
{
fuzzy
:
false
,
name
:
'
attendanceDateEnd
'
,
},
type
:
"
date
"
,
// {
label
:
"
考勤结束时间
"
,
// name: "deptId",
fuzzy
:
false
// type: "select",
}
// label: "所属部门",
],
// fuzzy: false
columns
:
[
// },
{
type
:
"
selection
"
,
width
:
60
},
// {
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
// name: "attendanceGroupId",
{
label
:
"
员工姓名
"
,
prop
:
"
staffName
"
},
// type: "select",
{
label
:
"
工号
"
,
prop
:
"
workNum
"
},
// label: "所属考勤组",
{
label
:
"
部门
"
,
prop
:
"
deptName
"
},
// fuzzy: false
// {label: "考勤组", prop: "attendanceGroupName"},
// },
// {label: "职位", prop: "positionName"},
// {
// {label: "班次", prop: "shiftsName"},
// name: "shiftsId",
{
label
:
"
考勤时间
"
,
prop
:
"
attendanceDate
"
,
formatter
:
this
.
formatterDate
},
// type: "select",
{
label
:
"
考勤点名称
"
,
prop
:
"
attendanceAddress
"
},
// label: "班次",
{
label
:
"
事件源
"
,
prop
:
"
eventSource
"
},
// fuzzy: false
// {
// },
// label: "操作",
{
// width: 240,
name
:
"
attendanceDateStart
"
,
// formatter: row => {
type
:
"
date
"
,
// return (
label
:
"
考勤开始时间
"
,
//
<
table
-
buttons
noAdd
noDel
noEdit
noView
row
=
{
row
}
fuzzy
:
false
,
// onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
},
// )
{
// }
name
:
"
attendanceDateEnd
"
,
// }
type
:
"
date
"
,
]
label
:
"
考勤结束时间
"
,
},
fuzzy
:
false
,
drawerhistory
:
false
,
},
exportList
:[],
],
baseUrl
:
process
.
env
.
VUE_APP_API_BASE_URL
+
'
/
'
columns
:
[
}
{
type
:
"
selection
"
,
width
:
60
},
}
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
员工姓名
"
,
prop
:
"
staffName
"
},
{
label
:
"
工号
"
,
prop
:
"
workNum
"
},
{
label
:
"
部门
"
,
prop
:
"
deptName
"
},
// {label: "考勤组", prop: "attendanceGroupName"},
// {label: "职位", prop: "positionName"},
// {label: "班次", prop: "shiftsName"},
{
label
:
"
考勤时间
"
,
prop
:
"
attendanceDate
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
考勤点名称
"
,
prop
:
"
attendanceAddress
"
},
{
label
:
"
事件源
"
,
prop
:
"
eventSource
"
},
// {
// label: "操作",
// width: 240,
// formatter: row => {
// return (
//
<
table
-
buttons
noAdd
noDel
noEdit
noView
row
=
{
row
}
// onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
// )
// }
// }
],
},
drawerhistory
:
false
,
exportList
:
[],
baseUrl
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
};
};
},
};
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.hisList
{
.hisList
{
padding
:
15px
;
padding
:
15px
;
.list
{
.list
{
background-color
:
rgba
(
64
,
158
,
255
,
0
.1
);
background-color
:
rgba
(
64
,
158
,
255
,
0
.1
);
font-size
:
14px
;
font-size
:
14px
;
border-radius
:
10px
;
border-radius
:
10px
;
padding
:
10px
;
padding
:
10px
;
.times
{
.times
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#999
;
color
:
#999
;
}
cursor
:
pointer
;
}
}
}
.details
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.details
{
cursor
:
pointer
;
}
}
</
style
>
</
style
>
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