!19 bo_dev更新

Merge pull request !19 from Bo/bo_dev
This commit is contained in:
Bo 2021-08-02 03:59:58 +00:00 committed by Gitee
commit bfc8da132e
2 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -231,8 +231,11 @@
}); });
//如果用户状态为02从OA同步则将相关信息不能做变更 //如果用户状态为02从OA同步则将相关信息不能做变更
if(userType=="02") { if(userType=="02") {
$("#email,#userName,#treeName,#phonenumber").attr("readonly", "readonly") $("#email,#userName,#treeName,#phonenumber").attr("readonly", "readonly");
} $("#status").click(function(){
this.checked = !this.checked;
});
};
}) })
</script> </script>
</body> </body>