| | |
| | | int h = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h > -1) |
| | | { |
| | | xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | apType = L"---"; |
| | | if (txt == L"已付货款") |
| | | { |
| | |
| | | int h = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h > -1) |
| | | { |
| | | xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | if (txt == L"出运日期") |
| | | { |
| | | apType = L"000"; |
| | |
| | | int h1 = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h1 > -1) |
| | | { |
| | | xstring txt1 = xcombobox::GetLBText(evt->command.hCtrl, h1); |
| | | xstring txt1 = (string)xcombobox::GetLBText(evt->command.hCtrl, h1); |
| | | if (txt1 == L"出运日期") |
| | | { |
| | | apType = L"001"; |
| | |
| | | int h2 = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h2 > -1) |
| | | { |
| | | xstring txt2 = xcombobox::GetLBText(evt->command.hCtrl, h2); |
| | | xstring txt2 = (string)xcombobox::GetLBText(evt->command.hCtrl, h2); |
| | | if (txt2 == L"出运日期") |
| | | { |
| | | apType = L"001"; |