2023-05-22-001
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:RadioButtonList runat="server" ID="rblType" ShowRedStar="true" AutoPostBack="true" Width="210px" OnSelectedIndexChanged="rblType_SelectedIndexChanged">
|
||||
<f:RadioButtonList runat="server" ID="rblType" ShowRedStar="true" AutoPostBack="true" Width="300px" OnSelectedIndexChanged="rblType_SelectedIndexChanged">
|
||||
<f:RadioItem Text="集团" Value="集团" Selected="true" />
|
||||
<f:RadioItem Text="公司" Value="公司" />
|
||||
<f:RadioItem Text="项目" Value="项目" />
|
||||
<f:RadioItem Text="分包商" Value="分包商" />
|
||||
</f:RadioButtonList>
|
||||
<f:TextBox runat="server" Label="编号" ID="txtManageRuleCode" EmptyText="输入查询条件"
|
||||
Width="210px" LabelWidth="60px"
|
||||
|
||||
Reference in New Issue
Block a user