1
This commit is contained in:
@@ -54,8 +54,8 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
|
||||
Funs.DropDownPageSize(this.ddlPageSize);
|
||||
|
||||
this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.AddDays(-1));
|
||||
this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.AddMinutes(1));
|
||||
this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.Date);
|
||||
this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd 23:59}", DateTime.Now.Date);
|
||||
|
||||
// 绑定表格
|
||||
BindGrid();
|
||||
|
||||
Reference in New Issue
Block a user