LiFan
2024-07-25 5442aa2a75d2f40287ebeecd0afb9d1576661603
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;
      }