diff --git a/src/api/report/attReport.js b/src/api/report/attReport.js index 0ef614e..19dd652 100644 --- a/src/api/report/attReport.js +++ b/src/api/report/attReport.js @@ -10,6 +10,15 @@ export function getDetailsList(query) { }) } +// 查询列表 +export function updateAttDetails(data) { + return request({ + url: '/system/attDetails', + method: 'put', + data: data + }) +} + // 查询考勤明细修改记录列表 export function getDetailsRecordList(query) { return request({ diff --git a/src/views/report/attReport/index.vue b/src/views/report/attReport/index.vue index 5ac1cd5..4cd9cb2 100644 --- a/src/views/report/attReport/index.vue +++ b/src/views/report/attReport/index.vue @@ -42,20 +42,21 @@ 搜索 重置 + 导出 + 批量修改 - + @@ -73,7 +74,18 @@ @@ -81,7 +93,18 @@ @@ -96,15 +119,84 @@ @pagination="getList" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +