LiFan
2024-07-09 81db5004dec768f2f06b1277c81b13f1043e1bd5
jrj/project/business/VATNotify/list.vatnotify.cpp
@@ -239,7 +239,7 @@
         }
         else if (comdid == L"find")
         {
            m_QueryTxt = GetControl(L"txt").GetText();
            m_QueryTxt = xcontrol(GetControl(L"txt")).GetText();
            return OnRetrieve(DatePicker);
         }
         else if (comdid == L"xmRefresh")
@@ -286,10 +286,10 @@
         
         DWNMHDR& hdr = *(DWNMHDR*)evt->notify.pnmh;
         int h = xcombobox::GetCurSel(evt.hCtrl);
         int h = xcombobox::GetCurSel(evt->command.hCtrl);
         if (h > -1)
         {
            xstring txt = xcombobox::GetLBText(evt.hCtrl, h);
            xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
            if (txt == L"通知日期")
            {