jrj/project/business/VATNotify/list.vatinvoice.cpp
@@ -98,7 +98,7 @@ 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"增值税票") { dw_list.openUrl(L"/sale/view/VATNotify/template/VATInvoice/list"); @@ -203,7 +203,7 @@ 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"出运日期") {