LiFan
2025-04-18 67c0065492e33c9936f12f46f9e2ebcdfb4f98ab
jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp
@@ -71,7 +71,7 @@
            rw = dw_list.GetNextSelectRow(rw + 1);
         }
         content += L"</data>";
         xaserverarg  arg;
         xaserverarg  arg=GetArg();
         arg.AddArg(L"process", L"ok");
         arg.AddArg(L"result", content);
         CloseWindow();
@@ -119,8 +119,7 @@
      int  OnRetrieve()
      {
         xml x ;
         xaserverarg  arg;
         xaserverarg  arg=GetArg();
         if (getUrl(L"/sale/data/Enquiry/folder/listitems", arg.GetString(), x) != 1)
         {
            trace(x.text());