If e.DataCol.name="审核通过" Then If e.DataRow("审核通过") Then If r.IsNull("邮件通知") = True Then MessageBox.show("请对邮件通知下拉列选择通知人员","提示",MessageBoxButtons.OK,MessageBoxIcon.Warning) e.DataRow("审核通过") = "false" Else If MessageBox.show("请核实已审核的需求","打勾前请确认",MessageBoxButtons.OKCancel,MessageBoxIcon.Question)=DialogResult.OK Then