bug修复

This commit is contained in:
马三炮 2025-10-31 09:29:06 +08:00
parent e10b5a9283
commit 7f864c8260
1 changed files with 2 additions and 2 deletions

View File

@ -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;