质量不符合清单
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
<f:DropDownList ID="drpDepart" runat="server" Label="部门" AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged"
|
||||
EnableEdit="true" Width="190px" LabelWidth="50px">
|
||||
</f:DropDownList>
|
||||
<f:ToolbarSeparator runat="server"></f:ToolbarSeparator>
|
||||
<f:RadioButtonList runat="server" ID="rblIsOffice" Label="本部人员" LabelWidth="80px" Width="290px" AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged">
|
||||
<f:RadioItem Value="" Text="全部" Selected="true" />
|
||||
<f:RadioItem Value="1" Text="是" />
|
||||
<f:RadioItem Value="0" Text="否" />
|
||||
</f:RadioButtonList>
|
||||
<f:ToolbarSeparator runat="server"></f:ToolbarSeparator>
|
||||
<f:DropDownList ID="drpRole" runat="server" Label="角色" EnableEdit="true" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="TextBox_TextChanged" LabelWidth="50px">
|
||||
</f:DropDownList>
|
||||
|
||||
Reference in New Issue
Block a user