xj qian
2024-08-05 b8b0912fb9385f08c55e7055f37564c21e98fa50
jrj/project/business/Enquiry/Entity.Product.Select.cpp
@@ -848,8 +848,8 @@
         if (Name == L"") Name = e.getAttribute(L"cname");
         arg.AddArg(L"No", No);
         arg.AddArg(L"CName", Name);
         int p = arg;
         OpenWindow(L"dev:xpage[Quick.Input.NewProductEx.vx]", p);
         OpenWindow(L"dev:xpage[Quick.Input.NewProductEx.vx]", arg);
         if (arg.GetArgString(L"data.modify") == L"1")RetrieveItem(hItem);
         return 1;
      }