diff --git a/yanzhu-bigscreen/src/assets/images/map-bg.png b/yanzhu-bigscreen/src/assets/images/map-bg.png new file mode 100755 index 00000000..064fa94a Binary files /dev/null and b/yanzhu-bigscreen/src/assets/images/map-bg.png differ diff --git a/yanzhu-bigscreen/src/components/MyChart.vue b/yanzhu-bigscreen/src/components/MyChart.vue index 59960aea..9b165642 100644 --- a/yanzhu-bigscreen/src/components/MyChart.vue +++ b/yanzhu-bigscreen/src/components/MyChart.vue @@ -1,65 +1,62 @@ \ No newline at end of file diff --git a/yanzhu-bigscreen/src/components/header.vue b/yanzhu-bigscreen/src/components/header.vue index 439ac093..f784e816 100644 --- a/yanzhu-bigscreen/src/components/header.vue +++ b/yanzhu-bigscreen/src/components/header.vue @@ -5,6 +5,7 @@
项目概况
项目详情
+
劳务管理
安全管理
@@ -211,6 +212,9 @@ export default { case 6: this.$router.push('/greenCarbon') break + case 7: + this.$router.push('/labor') + break case 501: this.$router.push('/photography') break diff --git a/yanzhu-bigscreen/src/router/index.js b/yanzhu-bigscreen/src/router/index.js index e68f3d5d..d9fa9d88 100644 --- a/yanzhu-bigscreen/src/router/index.js +++ b/yanzhu-bigscreen/src/router/index.js @@ -18,6 +18,13 @@ const routes = [ component: () => import(/* webpackChunkName: "detail" */ "../views/projectDetail.vue"), }, + { + path: "/labor", + name: "labor", + meta: { nav: 7 }, + component: () => + import(/* webpackChunkName: "labor" */ "../views/projectLabor.vue"), + }, { path: "/prjSafety", name: "prjSafety", diff --git a/yanzhu-bigscreen/src/views/projectLabor.vue b/yanzhu-bigscreen/src/views/projectLabor.vue new file mode 100644 index 00000000..2d8a2a86 --- /dev/null +++ b/yanzhu-bigscreen/src/views/projectLabor.vue @@ -0,0 +1,557 @@ + + + + + \ No newline at end of file diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml index bf45ba6f..5526e323 100644 --- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml +++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml @@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" psu.remark,psu.face_guid,sd.dept_name com_name,psu.work_type from pro_project_info_subdepts_users psu left join pro_project_info pi on pi.id = psu.project_id - left join pro_project_info_subdepts pdept on psu.sub_dept_id=pdept.id + join pro_project_info_subdepts pdept on psu.sub_dept_id=pdept.id left join sys_dept sd on sd.dept_id = psu.com_id left join sys_dict_data dic1 on psu.`craft_type`=dic1.`dict_value` and dic1.`dict_type`='pro_craft_type' left join sys_dict_data dic2 on psu.`craft_post`=dic2.`dict_value` and dic2.`dict_type`='pro_craft_post' diff --git a/yanzhu-modules/yanzhu-job/src/main/java/com/yanzhu/job/task/AttendanceJgwTask.java b/yanzhu-modules/yanzhu-job/src/main/java/com/yanzhu/job/task/AttendanceJgwTask.java index 4163d2da..eb32c096 100644 --- a/yanzhu-modules/yanzhu-job/src/main/java/com/yanzhu/job/task/AttendanceJgwTask.java +++ b/yanzhu-modules/yanzhu-job/src/main/java/com/yanzhu/job/task/AttendanceJgwTask.java @@ -193,6 +193,7 @@ public class AttendanceJgwTask { } public static void main(String[] args){ + Date d1= DateUtil.date(-86169600000L); String d="sxyzxx2024suc"; //System.out.println(Base64.encode(d)); //System.out.println(DateTime.now().year());