This commit is contained in:
2025-03-14 12:45:42 +08:00
parent 535156e260
commit 320316e3f2
3 changed files with 80 additions and 17 deletions
@@ -19,9 +19,18 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:RadioButtonList runat="server" ID="ckCycle" AutoPostBack="True" Hidden="true" Width="320px"
OnSelectedIndexChanged="ckCycle_SelectedIndexChanged">
<f:RadioItem Value="1" Text="按月度" Selected="True"></f:RadioItem>
<f:RadioItem Value="2" Text="按年度" ></f:RadioItem>
<f:RadioItem Value="3" Text="按项目周期" ></f:RadioItem>
</f:RadioButtonList>
<f:DatePicker runat="server" ID="txtMonths" DateFormatString="yyyy-MM" DisplayType="Month" AutoPostBack="true" OnTextChanged="ckType_SelectedIndexChanged"
Label="月份" LabelWidth="50px" Width="150px">
</f:DatePicker>
<f:DatePicker runat="server" ID="txtYear" DateFormatString="yyyy" DisplayType="Year" AutoPostBack="true" OnTextChanged="ckType_SelectedIndexChanged"
Label="年份" LabelWidth="50px" Width="150px" Hidden="true">
</f:DatePicker>
<f:RadioButtonList runat="server" ID="ckType" AutoPostBack="True" Width="300px"
OnSelectedIndexChanged="ckType_SelectedIndexChanged">