bug修复
This commit is contained in:
parent
e10b5a9283
commit
7f864c8260
|
|
@ -226,9 +226,9 @@ function startCutToPlace() {
|
||||||
if($("#subId").val() ==='' || $("#subContractId").val() ==='' || $("#projectId").val() ==='' || $("#teamId").val() === ''){
|
if($("#subId").val() ==='' || $("#subContractId").val() ==='' || $("#projectId").val() ==='' || $("#teamId").val() === ''){
|
||||||
return layer.msg("选择转入的工程、分包、班组");
|
return layer.msg("选择转入的工程、分包、班组");
|
||||||
}
|
}
|
||||||
if(isRegularPersonOnly !== '0'){
|
/*if(isRegularPersonOnly !== '0'){
|
||||||
return layer.msg("只能转场非固定人员");
|
return layer.msg("只能转场非固定人员");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
var my_switch = document.getElementById("isRegularPerson")
|
var my_switch = document.getElementById("isRegularPerson")
|
||||||
let isRegularPerson = 0;
|
let isRegularPerson = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue