质量月报
This commit is contained in:
@@ -795,10 +795,11 @@ namespace FineUIPro.Web.CQMS.ManageReport
|
||||
sb.Append("</tr>");
|
||||
foreach (GridRow row in grid.Rows)
|
||||
{
|
||||
if (column.Hidden == false)
|
||||
|
||||
sb.Append("<tr>");
|
||||
foreach (GridColumn column in grid.Columns)
|
||||
{
|
||||
sb.Append("<tr>");
|
||||
foreach (GridColumn column in grid.Columns)
|
||||
if (column.Hidden == false)
|
||||
{
|
||||
string html = row.Values[column.ColumnIndex].ToString();
|
||||
if (column.ColumnID == "tfNumber")
|
||||
@@ -807,9 +808,9 @@ namespace FineUIPro.Web.CQMS.ManageReport
|
||||
}
|
||||
sb.AppendFormat("<td>{0}</td>", html);
|
||||
}
|
||||
|
||||
sb.Append("</tr>");
|
||||
}
|
||||
sb.Append("</tr>");
|
||||
|
||||
}
|
||||
|
||||
sb.Append("</table>");
|
||||
|
||||
Reference in New Issue
Block a user