This commit is contained in:
2023-09-26 15:40:48 +08:00
parent 9942cdcf6f
commit 5768f1cc2e
5 changed files with 221 additions and 193 deletions
@@ -383,9 +383,19 @@ namespace FineUIPro.Web.HSSE.SitePerson
}
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("DayReportView.aspx?DayReportId={0}&nowData=-1", Grid1.SelectedRowID, "查看 - ")));
}
}
protected void btnEdit_Click(object sender, EventArgs e)
{
if (Grid1.SelectedRowIndexArray.Length == 0)
{
Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
return;
}
public string DayReportId
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("DayReportEdit.aspx?DayReportId={0}", Grid1.SelectedRowID, "查看 - ")));
}
public string DayReportId
{
get
{