+ @click="handleAllocation(scope.row,5)" v-hasPermi="['dept:eight:query']">
{{ scope.row.mechanicalStaff }}
{{ scope.row.mechanicalStaff }}
diff --git a/src/views/report/attReport/record.vue b/src/views/report/attReport/record.vue
index 46ae5ea..bc33c15 100644
--- a/src/views/report/attReport/record.vue
+++ b/src/views/report/attReport/record.vue
@@ -49,7 +49,7 @@
搜索
重置
- 批量审批
+ 批量审批
@@ -90,8 +90,29 @@
-
-
+
+
+
+
+
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
+
+
+
+
+
+
@@ -110,8 +131,23 @@
-
-
+
+
+
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
+
+
-
-
+
+
+
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
+
+
@@ -167,8 +218,23 @@
-
-
+
+
+
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
+
+
+
+
+
+
+
+
+
+
+
+
@@ -210,9 +288,11 @@ export default {
title: "",
// 是否显示弹出层
open: false,
+ openReason: false,
dialogList:[],
// 日期范围
dateRange: this.getDefaultDateRange(),
+ reasonStr:undefined,
deptOptions: [],
// 查询参数
queryParams: {
@@ -280,7 +360,6 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
- this.dateRange = [];
this.resetForm("queryForm");
this.handleQuery();
},
@@ -350,6 +429,14 @@ export default {
}
});
},
+ reasonDialog(reason){
+ this.reasonStr=reason
+ this.openReason = true;
+ this.title="原因说明";
+ },
+ cancelRecord(){
+ this.openReason = false;
+ },
/** 导出按钮操作 */
handleExport() {
this.download('system/dict/type/export', {