From 6788b139f376b4aecb365daf72d39c064f359f95 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 29 十月 2024 09:42:23 +0800
Subject: [PATCH] update

---
 jrj/project/business/QuoteFile.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jrj/project/business/QuoteFile.cpp b/jrj/project/business/QuoteFile.cpp
index db00942..8f048b2 100644
--- a/jrj/project/business/QuoteFile.cpp
+++ b/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;
 	}

--
Gitblit v1.9.3