关键事项优化;进度管理,月计划统计调整

This commit is contained in:
2025-03-14 20:12:23 +08:00
parent 8a7efa5b3a
commit fcab29b4fb
14 changed files with 335 additions and 137 deletions
@@ -19,7 +19,7 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:RadioButtonList runat="server" ID="ckCycle" AutoPostBack="True" Hidden="true" Width="320px"
<f:RadioButtonList runat="server" ID="ckCycle" AutoPostBack="True" Width="320px"
OnSelectedIndexChanged="ckCycle_SelectedIndexChanged">
<f:RadioItem Value="1" Text="按月度" Selected="True"></f:RadioItem>
<f:RadioItem Value="2" Text="按年度" ></f:RadioItem>