2023-05-22-001

This commit is contained in:
2023-05-22 18:45:58 +08:00
parent e16d0cfca5
commit a198785bd4
56 changed files with 10090 additions and 61 deletions
@@ -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"