If e.DataCol.Name = "销售价" Then If e.DataRow("销售价") > e.DataRow("payedpr") Then e.DataRow("佣金")=(e.DataRow("销售价")-e.DataRow("payedpr"))*0.4 Else e.DataRow("佣金")=0 End IfEnd If
上面代码,为什么出现调度的目标出现异常?