LiFan
2024-12-26 bcf8dbd1059a51efe85fc9350b0ed27f84341703
jrj/project/business/Quote/QuoteFilePurch2Select.cpp
@@ -79,10 +79,10 @@
      xaserverarg arg;
      arg.AddArg(L"EntityID", GetEntityID(2),L"xs:string");
      openUrl(L"/sale/view/workflow.view/xpage/chkdlg_vd", &arg);   //---openUrl("/sale/view/workflow.view/xpage/chkdlg", arg);                        
      string comdid = arg.GetArgString(L"comdid");
      xstring comdid = arg.GetArgString(L"comdid");
      if (comdid == L"xmOK")
      {
         string value = arg.GetArgString(L"content");
         xstring value = arg.GetArgString(L"content");
         if (value == L"")value = L".";
         return value;
      }