diff --git a/src/api/report/attReport.js b/src/api/report/attReport.js index 0a48c3a..d7f5a69 100644 --- a/src/api/report/attReport.js +++ b/src/api/report/attReport.js @@ -64,4 +64,22 @@ export function synchronous(data) { }) } +// 查询外出次数查询列表 +export function getOutCountList(query) { + return request({ + url: '/system/attDetails/getOutCountList', + method: 'get', + params: query + }) +} + +// 查询外出次数查询列表 +export function getAttCountList(query) { + return request({ + url: '/system/attDetails/getAttCountList', + method: 'get', + params: query + }) +} + diff --git a/src/views/report/attReport/index.vue b/src/views/report/attReport/index.vue index ed00839..d81155e 100644 --- a/src/views/report/attReport/index.vue +++ b/src/views/report/attReport/index.vue @@ -76,6 +76,23 @@ {{ formatDate(scope.row.attCurrentDay) }} + + + + {{ scope.row.outCount}} + + + + + + + {{ scope.row.attCount}} + + + + @@ -179,14 +196,81 @@ + + + + + + + + + + + + {{ (queryRecord.pageNum - 1) * queryRecord.pageSize + scope.$index + 1 }} + + + + + {{ formatDate(scope.row.attCurrentDay) }} + + + + + + + + + + + + + + + + + + + + + + {{ (queryRecord.pageNum - 1) * queryRecord.pageSize + scope.$index + 1 }} + + + + + {{ formatDate(scope.row.attCurrentDay) }} + + + + + + + + + +