LiFan
2024-07-08 0a9a7113e7f8f07e79e8bfa65efb0a513a81a4d6
jrj/project/business/AP/APNew3.warizd.cpp
@@ -352,7 +352,7 @@
            index++;
            if (index == 1)
            {
               GetControl(L"sle_filter").SetText(L"");
               xcontrol(GetControl(L"sle_filter")).SetText(L"");
               xstring str = L"";
               if (str != searchStr)
               {
@@ -460,7 +460,7 @@
            if (NInvoiceNo != InvoiceNo)
            {
               hdr.mask = DMS_CSSSTYLE;
               hdr.cssstyle = L"color:#ff0000";
               hdr.pCssStyle = (LPTSTR)L"color:#ff0000";
            }
         }
         return 1;
@@ -575,7 +575,7 @@
         
         xaserverarg arg;
         
         arg.AddArg(L"QueryTxt", GetControl(L"sle_search").GetText());
         arg.AddArg(L"QueryTxt", xcontrol(GetControl(L"sle_search")).GetText());
         xcombobox cbx_type = GetControl(L"cbx_ship");
         int h = xcombobox::GetCurSel(cbx_type.GetHWND());
@@ -601,7 +601,7 @@
      int OnFilter()
      {
         xstring str = GetControl(L"sle_filter").GetText();
         xstring str = xcontrol(GetControl(L"sle_filter")).GetText();
         if (str != searchStr)
         {
            searchStr = str;