diff --git a/src/api/modules/index.js b/src/api/modules/index.js
index d861c28..68a1cd8 100644
--- a/src/api/modules/index.js
+++ b/src/api/modules/index.js
@@ -237,3 +237,11 @@ export const showPayrollSheet = (data) => {
data
});
};
+
+// 生成工资条
+export function calculatePayrollSheets(year, month) {
+ return service({
+ url: `/payroll/sheets/calculate/${year}/${month}`,
+ method: 'post'
+ });
+}
diff --git a/src/views/performance/attendance/finance/index.vue b/src/views/performance/attendance/finance/index.vue
index d2b708d..cdeab75 100644
--- a/src/views/performance/attendance/finance/index.vue
+++ b/src/views/performance/attendance/finance/index.vue
@@ -5,47 +5,33 @@
-
+ }">
@@ -72,7 +58,8 @@
-
+
@@ -84,22 +71,22 @@
-
-
+
+
-
+ @click="handlePreviewSignature(scope.row.signatureImg)">
@@ -107,89 +94,18 @@
-
+
-
+
查看详情
-
- 异常考勤
-
-
-
-
-
-
-
-
-
- {{ getAbnormalTypeLabel(scope.row.type) }}
-
-
-
-
-
-
- 考勤类型:{{ scope.row.checkType === 'OnDuty' ? '上班' : '下班' }}
- 考勤时间:{{ scope.row.baseCheckTime }}
- 考勤结果:{{ getAbnormalResultLabel(scope.row.realResult) }}
-
-
- 缺卡次数:{{ scope.row.missedCount }}次
-
-
- 日志状态:{{ scope.row.reportCount === 0 ? '未写日志' : '正常' }}
-
-
-
-
-
-
-
-
修改人:{{ mod.modifiedBy }}
-
修改时间:{{ mod.modifiedAt }}
-
修改前:{{ getModificationValue(mod.originalValue, scope.row.type) }}
-
修改后:{{ getModificationValue(mod.modifiedValue, scope.row.type) }}
-
最终修改
-
-
- 无修改记录
-
-
-
-
-
-
-
+