代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
@@ -178,7 +176,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
/// </summary>
|
||||
private void BindGrid()
|
||||
{
|
||||
this.Grid1.DataSource =ProjectUnitService.GetProjectUnitItemList(this.ProjectId, this.UnitId);
|
||||
this.Grid1.DataSource = ProjectUnitService.GetProjectUnitItemList(this.ProjectId, this.UnitId);
|
||||
this.Grid1.PageIndex = 0;
|
||||
this.Grid1.DataBind();
|
||||
}
|
||||
@@ -204,7 +202,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
reSetTable(true);
|
||||
var trainTypeItem = ProjectUnitService.GetProjectUnitItemById(Grid1.SelectedRowID);
|
||||
if (trainTypeItem != null)
|
||||
{
|
||||
{
|
||||
this.txtContractNum.Text = trainTypeItem.ContractNum.ToString();
|
||||
this.txtTotalMoney.Text = trainTypeItem.TotalMoney.ToString();
|
||||
this.txtHSEMoney.Text = trainTypeItem.HSEMoney.ToString();
|
||||
@@ -263,7 +261,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
reSetTable(false);
|
||||
this.ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
this.BindGrid();
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user