修改进度计划编制

This commit is contained in:
2023-09-01 15:12:14 +08:00
parent 14c5600240
commit 06e3944166
7 changed files with 140 additions and 28 deletions
+7 -2
View File
@@ -15,8 +15,8 @@
word-break: break-all;
}
.f-grid-row.red {
background-color: red;
.f-grid-row.yellow {
background-color: yellow;
}
</style>
</head>
@@ -39,6 +39,11 @@
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="结束日期" ID="txtEndTime"
LabelAlign="right" >
</f:DatePicker>
<f:RadioButtonList runat="server" ID="rblIsOK" AutoColumnWidth="true">
<f:RadioItem Value="0" Selected="true" Text="全部" />
<f:RadioItem Value="1" Text="已完成" />
<f:RadioItem Value="2" Text="未完成" />
</f:RadioButtonList>
<f:Button ID="btnQuery" OnClick="btnQuery_Click" ToolTip="查询" Icon="SystemSearch" EnablePostBack="true" runat="server" >
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>