If e.Col.name = "审核" Then For Each dr As DataRow In e.Row.DataRow.GetChildRows("订单明细") If dr("审核") = True Then
Exit For End If NextEnd If