xj qian
2024-08-21 9ac9cc9e9cd91b97d35a6e28400df71630765e40
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;
      }