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 @@
修改
删除
- 离场
- 进场
+ 离场
+ 进场
重新生成文件
文件重新签名
手机号变更
@@ -448,11 +448,13 @@ function handleEnter(row) {
let ids = [row.id]
if (row.useStatus == 0) {
updateEnterState(ids, 1).then((d) => {
- row.useStatus = 1
+ row.useStatus = 1;
+ proxy.$modal.msgSuccess("修改成功");
})
} else {
updateEnterState(ids, 0).then((d) => {
- row.useStatus = 0
+ row.useStatus = 0;
+ proxy.$modal.msgSuccess("修改成功");
})
}
}