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 @@
关键字:
-
+