提交代码

This commit is contained in:
2024-09-24 11:28:27 +08:00
parent 24de50cd30
commit 0865c7e41e
54 changed files with 5535 additions and 784 deletions
@@ -23,7 +23,13 @@
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCheckDate" ShowRedStar="true" runat="server" Label="巡检日期" Required="true" LabelAlign="Right"
EnableEdit="false">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rbCheckResult" Label="检查结果" runat="server" ColumnNumber="1" ShowRedStar="true" Required="true" AutoPostBack="true" OnSelectedIndexChanged="rbCheckResult_SelectedIndexChanged">
@@ -36,10 +42,10 @@
<f:FormRow>
<Items>
<f:RadioButtonList ID="rbRectification" Label="整改情况" runat="server" ColumnNumber="1">
<f:RadioItem Text="A" Value="A" />
<f:RadioItem Text="B" Value="B" />
<f:RadioItem Text="C" Value="C" />
<f:RadioButtonList ID="rbRectification" Label="整改情况" runat="server" ColumnNumber="1" Hidden="true">
<f:RadioItem Text="A(隐患整改单)" Value="A" />
<f:RadioItem Text="B(安全巡检记录)" Value="B" />
<f:RadioItem Text="C(口头通知,现场已整改)" Value="C" />
</f:RadioButtonList>
</Items>
</f:FormRow>