From 7f864c826045674138a201b8e44fbd6a90c7f2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Fri, 31 Oct 2025 09:29:06 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f0c062d..01098ff 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 @@ -226,9 +226,9 @@ function startCutToPlace() { if($("#subId").val() ==='' || $("#subContractId").val() ==='' || $("#projectId").val() ==='' || $("#teamId").val() === ''){ return layer.msg("选择转入的工程、分包、班组"); } - if(isRegularPersonOnly !== '0'){ + /*if(isRegularPersonOnly !== '0'){ return layer.msg("只能转场非固定人员"); - } + }*/ var my_switch = document.getElementById("isRegularPerson") let isRegularPerson = 0;