If E.DataCol.name = "外协加工通知单_外协确认" AndAlso e.DataRow("外协加工通知单_外协确认" ) = True Then e.DataRow("外协加工通知单_外协确认" ) = User.Name End If
不知道错误错在哪了
-- 作者:有点灰2
-- 发布时间:2022/5/21 11:02:00
--
If E.DataCol.name = "外协加工通知单_外协确认" AndAlso e.DataRow("外协加工通知单_外协确认" ) = True Then Dim st As String = e.DataRow("外协加工通知单_采购人员" ) st = User.Name End If