If e.Row("面料") = True Then If e.Col.Name = "面料" Or e.Col.Name = "面料日期" Then e.Style = "OK" End If Else Return End If If e.Row("辅料") = True Then If e.Col.Name = "辅料" Or e.Col.Name = "辅料日期" Then e.Style = "OK" End If Else Return End If If e.Row("布料工艺") = 1 Then If e.Col.Name = "布料工艺" Or e.Col.Name = "布料工艺名称" Then e.Style = "OK" End If Else Return End If If e.Row("裁数审核") = True Then If e.Col.Name = "裁剪数量" Or e.Col.Name = "裁剪日期" Or e.Col.Name = "裁剪" Or e.Col.Name = "裁数审核" Then e.Style = "OK" End If Else Return End If
|