DataColChanged
If e.DataCol.Name = "产品名称" AndAlso e.DataRow.IsNull(e.DataCol) = False Then e.DataRow("产品代码") = GetPY(e.DataRow(e.DataCol),True)End If