你既然是想加入,你是不是要赋值?
For Each rr2 As DataRow In rr2s
Dim ndr As DataRow = DataTables("扫描配货明细").AddNew
ndr("第一列") = rr2("第一列")
Next