查询类型组合框SelectedIndexChanged事件
Dim leixing = e.sender.text
Dim gys As WinForm.ComboBox = e.Form.Controls("供应商")
Dim str As String = ""
If leixing = "零配件采购" Then
str = DataTables("采购总表").SQLGetComboListString("供应商")
ElseIf leixing = "其它采购" Then
str = DataTables("其它采购总表").SQLGetComboListString("供应商")
End If
gys.ComboList = str