dr = DataTables("检测项目列表").Find("[水剂浆料颜色] = \'" & e.Row("配方名称") & "\'")
If dr IsNot Nothing Then
If e.Row.IsNull(e.Col.Name) = False
If e.Row("浆料颜色") <> "正常" Then
e.Style = "不合格"
Else
dr = DataTables("检测项目列表").Find("[水剂浆料颜色] = \'" & e.Row("配方名称") & "\'")
If dr Is Nothing Then
e.Style = "不需要"