This commit is contained in:
2026-03-23 14:33:54 +08:00
parent 1454442fd8
commit 58f23e59d1
68 changed files with 5316 additions and 432 deletions
@@ -48,7 +48,7 @@
<f:RadioButtonList ID="rblIsSuperLargerHazard" runat="server" Label="超危大工程" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:RadioButtonList>
<f:NumberBox runat="server" ID="txtTrainPersonNum" NoDecimal="true" NoNegative="true" Label="培训人次" LabelWidth="100px"></f:NumberBox>
<f:DropDownList ID="drpStates" runat="server" Label="状态" LabelAlign="Right">
<f:DropDownList ID="drpStates" runat="server" Label="作业状态" LabelAlign="Right">
<f:ListItem Text="未开始" Value="1" />
<f:ListItem Text="作业中" Value="2" />
<f:ListItem Text="已完工" Value="3" />
@@ -59,7 +59,11 @@
<f:FormRow>
<Items>
<f:NumberBox runat="server" ID="txtOperativesNum" NoDecimal="true" NoNegative="true" Label="作业人员数" LabelWidth="100px"></f:NumberBox>
<f:Label runat="server" ID="txtOperativesNum1"></f:Label>
<f:DropDownList ID="drpApprovalState" runat="server" Label="审批状态" LabelAlign="Right">
<f:ListItem Text="待审核" Value="0" />
<f:ListItem Text="审核中" Value="1" />
<f:ListItem Text="已完成" Value="2" />
</f:DropDownList>
<f:Label runat="server" ID="txtOperativesNum2"></f:Label>
</Items>
</f:FormRow>