diff --git a/src/api/report/monthReport.js b/src/api/report/monthReport.js index 3d06086..fac4a03 100644 --- a/src/api/report/monthReport.js +++ b/src/api/report/monthReport.js @@ -19,3 +19,13 @@ export function exportMonthReport(query) { params: query }) } + + +// 查询外出次数查询列表 +export function getClockingRecordListByUserId(query) { + return request({ + url: '/system/attDetails/getClockingRecordListByUserId', + method: 'get', + params: query + }) +} diff --git a/src/api/report/monthlyError.js b/src/api/report/monthlyError.js index 9fce7dd..97e1b59 100644 --- a/src/api/report/monthlyError.js +++ b/src/api/report/monthlyError.js @@ -30,3 +30,12 @@ export function exportMonthlyError(query) { }) } +// 查询外出次数查询列表 +export function getClockingRecordListByUserId(query) { + return request({ + url: '/system/attDetails/getClockingRecordListByUserId', + method: 'get', + params: query + }) +} + diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index b6092a1..3af13c4 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -124,6 +124,14 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/report/monthlyError/index.vue b/src/views/report/monthlyError/index.vue index 5ef24b9..32c7bad 100644 --- a/src/views/report/monthlyError/index.vue +++ b/src/views/report/monthlyError/index.vue @@ -1,150 +1,174 @@