If e.DataCol.Name = "应发数量" Then If e.DataRow("应发数量")>0 Then e.DataRow("应发数量")=Format(e.DataRow("应发数量"),"0.0") Else e.DataRow("应发数量")= Nothing End If End If
If e.DataCol.Name = "应发数量" Then If e.DataRow("应发数量")>0 Then e.DataRow("应发数量")=Format(e.DataRow("应发数量"),"0.0") Else e.DataRow("应发数量")= Nothing End If End If