From fd89ce9b4dbe5243b01b7d0da1af9fc3ff045641 Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Mon, 9 Feb 2026 15:51:13 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=8C=89=E5=9B=BA=E5=AE=9A=E4=BA=BA=E5=91=98?=
=?UTF-8?q?=E8=80=83=E5=8B=A4=E3=80=81=E4=B8=B4=E6=97=B6=E4=BA=BA=E5=91=98?=
=?UTF-8?q?=E8=80=83=E5=8B=A4=E5=8C=BA=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Person/PersonCutToPlace/PersonCutToPlaceList.js | 12 ++++++------
.../PersonCutToPlace/PersonCutToPlaceList.html | 6 +++---
.../pages/work/Person/safeguardingAppealList.html | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js b/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js
index 6ccfcb6..56429ce 100644
--- a/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js
+++ b/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js
@@ -88,7 +88,7 @@ layui.use(['table','form'], function(){
,{field: 'teamName', title: '所属班组', width: '20%'}
,{field: 'einTime', title: '入场时间', width: '12%'}
,{field: 'exitTime', title: '出场时间', width: '12%'}
- ,{field:'isRegularPerson', title: '是否为固定人员',templet: d => {
+ /*,{field:'isRegularPerson', title: '是否为固定人员',templet: d => {
let text = "";
if (d.isRegularPerson === '0') {
text = "否";
@@ -99,7 +99,7 @@ layui.use(['table','form'], function(){
}
return text;
},width: '8%'
- }
+ }*/
]]
,loading: true //数据加载中。。。
,response: {
@@ -114,7 +114,7 @@ layui.use(['table','form'], function(){
obj.proName = res.data[0].proName;
obj.postId = res.data[0].postId;
obj.teamId = res.data[0].teamId;
- isRegularPersonOnly = res.data[0].isRegularPerson;
+ // isRegularPersonOnly = res.data[0].isRegularPerson;
}
return {
"code": res.code, //解析接口状态
@@ -230,11 +230,11 @@ function startCutToPlace() {
return layer.msg("只能转场非固定人员");
}*/
- var my_switch = document.getElementById("isRegularPerson")
+ // var my_switch = document.getElementById("isRegularPerson")
let isRegularPerson = 0;
- if(my_switch.checked){
+ /*if(my_switch.checked){
isRegularPerson = 1;
- }
+ }*/
obj.orgNameN = $("#orgName").val();
obj.roleNameN = $('select[name="roleId"] option:selected').text();
//页面展示的数据
diff --git a/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html b/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html
index 9feab3c..a0a21b4 100644
--- a/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html
+++ b/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html
@@ -82,9 +82,9 @@
lay-filter="teamId" lay-search>
-
-
+
+
+
diff --git a/modules/bmw/src/main/resources/static/pages/work/Person/safeguardingAppealList.html b/modules/bmw/src/main/resources/static/pages/work/Person/safeguardingAppealList.html
index 7c34eba..eb1f9c4 100644
--- a/modules/bmw/src/main/resources/static/pages/work/Person/safeguardingAppealList.html
+++ b/modules/bmw/src/main/resources/static/pages/work/Person/safeguardingAppealList.html
@@ -27,7 +27,7 @@
关键字:
-
+