提交代码
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user