This commit is contained in:
2025-11-10 16:47:03 +08:00
parent abaf104093
commit fe666b788b
4 changed files with 85 additions and 81 deletions
@@ -630,7 +630,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
jointInfo.ISO_IsoNumber,
jointInfo.WorkAreaId,
jointInfo.WorkAreaCode,
jointInfo.JOT_WeldDate,
CONVERT(VARCHAR(10), jointInfo.JOT_WeldDate, 23) as JOT_WeldDate,
jointInfo.JOT_DailyReportNo,
jointInfo.STE_Name1,
jointInfo.STE_Name2,
@@ -1762,5 +1762,13 @@ namespace FineUIPro.Web.HJGL.WeldingManage
return url;
}
#endregion
protected void Grid1_RowCommand(object sender, GridCommandEventArgs e)
{
if (e.CommandName== "dailyReport")
{
}
}
}
}