This commit is contained in:
2025-08-01 09:56:48 +08:00
parent 404ab72e55
commit d634dbd732
7 changed files with 194 additions and 131 deletions
@@ -162,13 +162,14 @@
</f:DropDownBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="50% 35% 15%">
<f:FormRow ColumnWidths="50% 30% 10% 10%">
<Items>
<f:DatePicker ID="txtInTime" runat="server" Label="入场时间" ShowRedStar="true" Required="true">
</f:DatePicker>
<f:RadioButtonList ID="rbPersonType" runat="server" Label="人员类型" Readonly="true">
</f:RadioButtonList>
<f:CheckBox runat="server" ID="ckIsSafetyMonitoring" Label="安全监护"></f:CheckBox>
<f:CheckBox runat="server" ID="ckIsCQMSCheck" Label="质量报验"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>