LiFan
2024-08-16 f6572c39eb697b2a0fe9d4f4c46c605c72428dfa
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;
      }