If e.DataCol.Name = "是否批准" Then If e.DataRow("是否批准") = True Then
e.DataRow("批准时间") = Date.Today Else e.DataRow("批准时间") = Nothing End If
End If