车次管理修改
This commit is contained in:
@@ -18,6 +18,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
{
|
||||
this.GetButtonPower();
|
||||
this.ddlPageSize.SelectedValue = this.Grid1.PageSize.ToString();
|
||||
Funs.FineUIPleaseSelect(ddlState);
|
||||
// 绑定表格
|
||||
this.BindGrid();
|
||||
}
|
||||
@@ -49,7 +50,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
table.TrainNumber = txtTrainNumber.Text.Trim();
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(ddlState.SelectedValue))
|
||||
if (!string.IsNullOrEmpty(ddlState.SelectedValue)&& ddlState.SelectedValue !=Const._Null)
|
||||
{
|
||||
table.State = Convert.ToInt32(ddlState.SelectedValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user