20230920人员信息中人员类型只有管理员能修改

This commit is contained in:
2023-09-20 10:30:15 +08:00
parent 8ff01fdd35
commit 017edfa146
5 changed files with 57 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<Items>
<f:DropDownList ID="drpWorkPost" runat="server" Label="岗位" EnableEdit="true">
</f:DropDownList>
<f:RadioButtonList ID="rbPersonType" runat="server" Label="员工类别">
<f:RadioButtonList ID="rbPersonType" runat="server" Label="员工类别" Readonly="true">
</f:RadioButtonList>
<f:CheckBox runat="server" ID="ckIsOffice" Label="本部"></f:CheckBox>
</Items>