diff --git a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java index b165e843..9b5b0cff 100644 --- a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java +++ b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java @@ -262,6 +262,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu proProjectInfoSubdeptsUsers.setUserId(userId); int res = addProProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); String userPost = proProjectInfoSubdeptsUsers.getUserPost(); if(res>0 && (Objects.equals(UserPostEnums.WTDL.getCode(),userPost) || Objects.equals(UserPostEnums.XMJL.getCode(),userPost) || Objects.equals(UserPostEnums.BZZ.getCode(),userPost))){ // 生成二维码 @@ -343,6 +345,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu proProjectInfoSubdeptsUsers.setSubDeptGroupName(proProjectInfoSubdeptsGroup.getGroupName()); addProProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); }else { ProProjectInfoSubdeptsUsers deptUser = users.get(0); deptUser.setUserName(proProjectInfoSubdeptsUsers.getUserName()); @@ -591,6 +595,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu } } uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); } return proProjectInfoSubdeptsUsers; } @@ -1299,6 +1305,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu updateProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); // 人员入场信息 uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); } /** diff --git a/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue index 428cfde7..cc27ad10 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue @@ -25,9 +25,14 @@ /> - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue index ca358e4d..9fb2e2ca 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue @@ -25,9 +25,14 @@ /> - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue index 04767ea0..966ad540 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue @@ -24,10 +24,16 @@ @keyup.enter="handleQuery" /> + - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue index 9ba9f62b..63be840b 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue @@ -25,10 +25,15 @@ /> - - + + 搜索 重置 diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue index c24cc4ae..51a6451f 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue @@ -79,8 +79,8 @@ diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue index ec03eb0d..6bf009a9 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue @@ -104,9 +104,9 @@ diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue index 32381c43..535f89c6 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue @@ -134,8 +134,8 @@