xj qian
2024-10-18 fb3ecc5c5fb16024f14d494d7f263639551d29b4
update
已修改2个文件
7 ■■■■■ 文件已修改
jrj/project/business/Quote/QuoteFilePurch2Select.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/QuoteFile.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }
jrj/project/business/QuoteFile.cpp
@@ -3760,9 +3760,10 @@
        arg.AddArg(L"EntityID", entityID);
        OpenWindow(L"dev:xpage[QuoteFilePurch2Select.vx]", arg);
        xstring taskID = arg.GetArgString(L"TaskID");
        xstring reason = arg.GetArgString(L"Reason");
        if (taskID != L"")
        {
            ProcessSendMessage(L"/task/quote/repurch", taskID, L"", L"", true);
            ProcessSendMessage(L"/task/quote/repurch", taskID, reason, L"", true);
        }
        return 1;
    }