prepareEdit事件
If e.col.name = "职务" Then Dim s As String = e.Row("个人类别") If s > "" Then e.Col.combolist = DataTables("表C").GetComboListString(s) End IfEnd If