From 12ba0999ad548eaf88c4b0e30b42ceb339e32fd7 Mon Sep 17 00:00:00 2001
From: xuesinan <1404152492@qq.com>
Date: Fri, 16 Sep 2022 10:03:09 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E8=B5=84=E6=8F=92=E4=BB=B6?=
=?UTF-8?q?=E6=94=B9=E5=86=99=E4=B8=BAuni?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 3 +-
components/Plugin/Plugin.vue | 9 ++
hooks/project/useGetTasks.js | 4 +-
pages/submitLog/submitLog.vue | 1 +
plugins/p-check-work-summary/detail.vue | 153 ++++++++++++++++++
.../p-check-work-summary.vue | 33 ++++
plugins/p-salary-manage/p-salary-manage.vue | 42 +++++
plugins/p-salary/p-salary.vue | 42 +++++
8 files changed, 285 insertions(+), 2 deletions(-)
create mode 100644 plugins/p-check-work-summary/detail.vue
create mode 100644 plugins/p-check-work-summary/p-check-work-summary.vue
create mode 100644 plugins/p-salary-manage/p-salary-manage.vue
create mode 100644 plugins/p-salary/p-salary.vue
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce741a4..1d9f447 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 1.0.0 (2022-09-15)
+# 1.0.0 (2022-09-16)
### 🌟 新功能
范围|描述|commitId
@@ -91,6 +91,7 @@
- | 增加位置信息并传参给内嵌插件 | [fe5fe4e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/fe5fe4e)
- | 长按改变层级 | [c25319a](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/c25319a)
- | 账户名密码登录 | [ebf456e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/ebf456e)
+ - | 整理交付物代码文件 | [4480546](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/4480546)
- | 重复数据删除 | [99aa565](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/99aa565)
- | 主体颜色 | [bb5c0e3](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/bb5c0e3)
- | 注册、用户协议 | [68e9189](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/68e9189)
diff --git a/components/Plugin/Plugin.vue b/components/Plugin/Plugin.vue
index ce530cd..8c0de1f 100644
--- a/components/Plugin/Plugin.vue
+++ b/components/Plugin/Plugin.vue
@@ -40,6 +40,15 @@
+
+
+
+
+
+
+
+
+
0) {
+ params.queryType === 0 ? store.commit('socket/setCurrLocationTaskId', data.list[0].id) : store.commit('socket/setCurrLocationTaskId', data.list[data.list.length - 1].id);
+ }
// 下一页
if (data.list.length < params.pageSize) {
diff --git a/pages/submitLog/submitLog.vue b/pages/submitLog/submitLog.vue
index bea4e6f..952e401 100644
--- a/pages/submitLog/submitLog.vue
+++ b/pages/submitLog/submitLog.vue
@@ -100,6 +100,7 @@
import { ref, provide } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
import dayjs from 'dayjs';
+import pDeliverUploadSecond from "@/plugins/p-deliver-second/p-deliver-upload-second.vue"
import pDeliverCheckSecondDetail from "@/plugins/p-deliver-second/p-deliver-check-second-detail.vue"
const listRef = ref([]);
diff --git a/plugins/p-check-work-summary/detail.vue b/plugins/p-check-work-summary/detail.vue
new file mode 100644
index 0000000..3c3b19d
--- /dev/null
+++ b/plugins/p-check-work-summary/detail.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+ 考勤统计
+
+
+ 过滤
+ 导出
+
+
+
+
+
+
+ 姓名
+ 出勤(天)
+ 请假(天)
+ 加班(天)
+
+
+
+
+ {{ dayjs(+list.dateTime).format("YYYY-MM") }}
+
+
+
+ {{ item.memberName }}
+ {{ item.attendance_days }}
+ {{ item.leave_days }}
+ {{ item.overtime_days }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/p-check-work-summary/p-check-work-summary.vue b/plugins/p-check-work-summary/p-check-work-summary.vue
new file mode 100644
index 0000000..e5e1f66
--- /dev/null
+++ b/plugins/p-check-work-summary/p-check-work-summary.vue
@@ -0,0 +1,33 @@
+
+
+
+ {{ prveMonth }}月考勤数据统计
+ 查看
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/p-salary-manage/p-salary-manage.vue b/plugins/p-salary-manage/p-salary-manage.vue
new file mode 100644
index 0000000..714fa6c
--- /dev/null
+++ b/plugins/p-salary-manage/p-salary-manage.vue
@@ -0,0 +1,42 @@
+
+
+
+ {{ prveMonth }}月份工资汇总
+ 查看
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/p-salary/p-salary.vue b/plugins/p-salary/p-salary.vue
new file mode 100644
index 0000000..d7955bc
--- /dev/null
+++ b/plugins/p-salary/p-salary.vue
@@ -0,0 +1,42 @@
+
+
+
+ {{ prveMonth }}月份工资条
+ 查看
+
+
+
+
+
+
\ No newline at end of file