修改进度计划编制
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user