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;