xj qian
2024-07-10 3ca84f3b4825092d7b411d5a0aaf75f8b076a631
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"通知日期")
            {