This commit is contained in:
2025-09-01 16:42:53 +08:00
parent b6441c52e1
commit edd4372957
15 changed files with 3854 additions and 2607 deletions
@@ -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>