Check at least one of the check boxes of the OA process form

<script>
jQuery(document).ready(function(){
    
    
	checkCustomize = function (){
    
    
    if((jQuery("#field6614").attr("checked")==false)&&(jQuery("#field6615").attr("checked")==false))
{
    
    
alert("请勾选至少一个复选框!");
return false;

    }else{
    
    

return true;

    }
  };

});
</script>

Please leave a message in the comment area and discuss together~~~

If necessary, please contact WeChat: hdygzh2019 At the same time, please explain your intention and make progress together! ! !

Guess you like

Origin blog.csdn.net/Y_6155/article/details/109019173