0915-gaofei
This commit is contained in:
@@ -624,6 +624,11 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
else
|
||||
{
|
||||
Grid1.DataSource = null;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -975,6 +980,7 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
if (costControl != null)
|
||||
{
|
||||
BLL.WbsSetMatchCostControlInitService.DeleteWbsSetMatchCostControlInitByWbsSetCodeAndCostControlInitCode(this.trWBS.SelectedNodeID,costControl.CostControlInitCode);
|
||||
BLL.CostControlInitService.DeleteCostControlInit(Grid1.SelectedRowID);
|
||||
BLL.LogService.AddSys_Log(this.CurrUser, Grid1.SelectedRowID, Grid1.SelectedRowID, BLL.Const.ProjectControlPointMenuId, "删除费用对应关系");
|
||||
Grid1.DataBind();
|
||||
BindGrid();
|
||||
|
||||
Reference in New Issue
Block a user