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
@@ -166,7 +166,7 @@
<Items>
<f:DatePicker ID="txtInTime" runat="server" Label="入场时间" ShowRedStar="true" Required="true">
</f:DatePicker>
<f:RadioButtonList ID="rbPersonType" runat="server" Label="人员类型">
<f:RadioButtonList ID="rbPersonType" runat="server" Label="人员类型" Readonly="true">
</f:RadioButtonList>
<f:CheckBox runat="server" ID="ckIsSafetyMonitoring" Label="安全监护"></f:CheckBox>
</Items>