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