在订单明细表BeforeAddRow事件加入代码:
Dim r As Row = Tables("订单").Current
If r Is Nothing OrElse r("审核") = False Then
e.Cancel = True
End If