xj qian
2024-10-29 bb4dc0fab56e542e784311f95ae6d7e7dd785a8f
jrj/project/business/SO/Product.Select.SO.cpp
@@ -160,7 +160,7 @@
      {
         xml x;
         xaserverarg arg ;
         arg.setNativePointer(arg.CreateInstance());
         arg.AddArg(L"guid", guid);
         if (xurl::get(L"/sale/data/SO/goods/goodsprop/list", arg.GetString(), x) != 1)
         {
@@ -538,7 +538,7 @@
            OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]");
         }else
         {
            int pr = g_xdoc_product;
            LPARAM  pr = g_xdoc_product;
            OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr);
         }
         */
@@ -570,7 +570,7 @@
         xstring guid = e.getAttribute(L"guid");
         if (guid == L"") return 1;
         xaserverarg arg;
         arg.setNativePointer(arg.CreateInstance());
         arg.AddArg(L"guid", e.getAttribute(L"guid"));
         arg.AddArg(L"No", e.getAttribute(L"CategoryNo"));
         arg.AddArg(L"CName", e.getAttribute(L"CName"));
@@ -599,9 +599,9 @@
            while (rw>0)
            {
               ls_nos += L",L"+dw_list.GetItemString(rw, L"SKUNo");
               //ls_nos += L",L"+dw_list.GetItemString(rw, L"GoodsNo");
               //ls_nos += L",L"+dw_list.GetItemString(rw, L"GoodNo");
               ls_nos += L","+dw_list.GetItemString(rw, L"SKUNo");
               //ls_nos += L","+dw_list.GetItemString(rw, L"GoodsNo");
               //ls_nos += L","+dw_list.GetItemString(rw, L"GoodNo");
               rw =  dw_list.GetNextSelectRow(rw + 1);
            }
            dw_list.SelectRow(0,false);