20230229
This commit is contained in:
@@ -48,7 +48,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
Funs.FineUIPleaseSelect(this.drpWorkArea);
|
||||
}
|
||||
BLL.Base_TestMediumService.InitMediumDropDownList(this.ddlService, true);//介质
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -104,8 +105,9 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
this.Grid1.RecordCount = tb.Rows.Count;
|
||||
var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
Grid1.DataBind();
|
||||
OutputSummaryData();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 改变索引事件
|
||||
@@ -248,7 +250,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
protected void BtnAnalyse_Click(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
OutputSummaryData();
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -344,8 +346,9 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
BLL.WorkAreaService.InitWorkAreaProjectUnitDropDownList(this.drpWorkArea, this.CurrUser.LoginProjectId, this.drpUnit.SelectedValue, true);
|
||||
this.drpWorkArea.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user