This commit is contained in:
2026-03-26 14:44:30 +08:00
parent 58f23e59d1
commit 3ea6859aa4
8 changed files with 112 additions and 5 deletions
@@ -164,7 +164,7 @@ namespace FineUIPro.Web.DCGL.ServerCheck
{
newCheckRectifyItem.RealEndDate = item.RealEndDate;
newCheckRectifyItem.OrderEndPerson = item.OrderEndPerson;
//newCheckRectifyItem.Verification = item.Verification;
newCheckRectifyItem.Verification = null;
BLL.DCGLCheckRectifyItemService.UpdateCheckRectifyItem(newCheckRectifyItem);
}
}
@@ -319,7 +319,7 @@ namespace FineUIPro.Web.DCGL.ServerCheck
}
if (column.ColumnID == "tfImageUrl2")
{
html = (row.FindControl("tfImageUrl2") as AspNet.Label).Text;
html = (row.FindControl("lbImageUrl2") as AspNet.Label).Text;
}
sb.AppendFormat("<td>{0}</td>", html);
}