0915-gaofei
This commit is contained in:
@@ -862,6 +862,21 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
PageContext.RegisterStartupScript(Window4.GetShowReference(String.Format("CostControlDetailEdit.aspx?Id={0}", this.Grid1.SelectedRowID, "修改 - ")));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 设置周计划按钮
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnMenuWeekDetail_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Grid1.SelectedRowIndexArray.Length == 0)
|
||||
{
|
||||
Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
PageContext.RegisterStartupScript(Window4.GetShowReference(String.Format("CostControlWeekDetailEdit.aspx?Id={0}", this.Grid1.SelectedRowID, "修改 - ")));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 拷贝
|
||||
/// </summary>
|
||||
@@ -1398,6 +1413,11 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
else
|
||||
{
|
||||
Grid1.DataSource = null;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -2282,6 +2302,7 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
this.btnAdd.Hidden = false;
|
||||
this.btnMenuCopy.Hidden = false;
|
||||
this.btnMenuDetail.Hidden = false;
|
||||
this.btnMenuWeekDetail.Hidden = false;
|
||||
//this.btnMenuCopy2.Hidden = false;
|
||||
}
|
||||
if (buttonList.Contains(BLL.Const.BtnModify))
|
||||
|
||||
Reference in New Issue
Block a user