From c39c6bce6d945bd0878d82a5eca4c39f15a09301 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 13 九月 2024 11:21:24 +0800
Subject: [PATCH] update

---
 jrj/project/start.vframe.vbusiness.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/jrj/project/start.vframe.vbusiness.cpp b/jrj/project/start.vframe.vbusiness.cpp
index 87c8560..3f2c1eb 100644
--- a/jrj/project/start.vframe.vbusiness.cpp
+++ b/jrj/project/start.vframe.vbusiness.cpp
@@ -123,8 +123,7 @@
 		{
 			//return frame::GetReason(pr);
 			arg.AddArg(L"EntityID", GetEntityID(2));
-			arg.AddArg(L"_ModuelPage", L"dev:xpage[workflow.chkdlg.vx]");
-			OpenWindow(L"dev:xpage[vindexforold.vx]", arg);
+			OpenWindow(L"dev:xpage[workflow.chkdlg.vx]", arg);
 			//openUrl(L"/sale/view/workflow.view/xpage/chkdlg", arg);									
 			xstring comdid2 = arg.GetArgString(L"comdid");
 			if (comdid2 == L"xmOK")
@@ -957,7 +956,7 @@
 	{
 		//alert(L"xxxxxxxxxxx");
 		//SetAgent();
-		AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus);
+		//AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus);
 		//绑定工具条点击事件
 		AttachEvent(L"WM_XCOMMAND", (FEvent)&startvframevbusiness::OnXCommand);
 		//AttachEvent(L"WM_TIMER",OnTimer);

--
Gitblit v1.9.3