提交代码

This commit is contained in:
2023-12-20 15:48:05 +08:00
parent 2516cfbe69
commit f49eba5e5f
58 changed files with 8868 additions and 1411 deletions
@@ -45,9 +45,16 @@
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<f:FormRow runat="server" id="group" Hidden="true">
<Items>
<f:DropDownList ID="ddlGroup" runat="server" Required="true" Label="分组类型" LabelAlign="Right" EmptyText="--请选择--">
<f:ListItem Text="设备、管道系统" Value="设备、管道系统" />
<f:ListItem Text="电仪系统" Value="电仪系统" />
<f:ListItem Text="公用系统" Value="公用系统" />
<f:ListItem Text="消防、安全、环境保护系统" Value="消防、安全、环境保护系统" />
<f:ListItem Text="分析化验" Value="分析化验" />
<f:ListItem Text="组织、人员、通讯、方案、规定" Value="组织、人员、通讯、方案、规定" />
<f:ListItem Text="保运、后勤保障" Value="保运、后勤保障" />
</f:DropDownList>
</Items>
</f:FormRow>