施工月报新 增加3、4、5、6节点内容

This commit is contained in:
2024-03-19 10:46:55 +08:00
parent c3f952cc79
commit c4c2b07321
33 changed files with 5338 additions and 169 deletions
@@ -66,6 +66,17 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
return date;
}
/// <summary>
/// Grid行双击事件
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Grid1_RowDoubleClick(object sender, GridRowClickEventArgs e)
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("MonthReportEdit.aspx?reportId=" + Grid1.SelectedRowID, "添加 - ")));
}
protected void btnNew_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("MonthReportEdit.aspx", "添加 - ")));