If e.DataRow("生产数").Type = "整数" Then
else e.DataRow("生产数") = Nothing
End If
我想生产数录入如果是整理我就不去管它,如果不是清空,应该如何编写代码。