1
This commit is contained in:
@@ -114,6 +114,11 @@
|
||||
</f:Label>
|
||||
<f:DatePicker runat="server" ID="txtEndPrintTime" LabelAlign="Right" LabelWidth="80px" Width="110px">
|
||||
</f:DatePicker>
|
||||
<f:RadioButtonList ID="rbType" Label="下发情况" runat="server" LabelWidth="80px" Width="280px" AutoPostBack="true" OnSelectedIndexChanged="rbType_SelectedIndexChanged">
|
||||
<f:RadioItem Text="全部" Value="2" Selected="true" />
|
||||
<f:RadioItem Text="未下发" Value="0" />
|
||||
<f:RadioItem Text="已下发" Value="1" />
|
||||
</f:RadioButtonList>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
|
||||
Reference in New Issue
Block a user