xj qian
2024-10-29 bb4dc0fab56e542e784311f95ae6d7e7dd785a8f
jrj/project/business/SO/Product.Select.SO.cpp
@@ -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);
         }
         */
@@ -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);