If e.DataRow.IsNull("日工资") AndAlso e.DataRow.IsNll("出勤") Then
e.DataRow("实际工资") = e.DataRow("基本工资")
Else
e.DataRow("实际工资") = e.DataRow("日工资") * e.DataRow("出勤")
End If