表ADataColChanged事件
If e.DataCol.name = "是否审批" Then For Each dr As DataRow In e.DataRow.GetChildRows("表B") dr("是否审批") = e.DataRow("是否审批") NextEnd If