20251110
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user