From 703d27d52ba0ac373b62aedb93f9cfe9f8857ed2 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 25 九月 2024 17:19:56 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/ProcessManagement.cpp | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/SystemSettings/ProcessManagement.cpp b/jrj/project/business/SystemSettings/ProcessManagement.cpp index 5239d23..12ce011 100644 --- a/jrj/project/business/SystemSettings/ProcessManagement.cpp +++ b/jrj/project/business/SystemSettings/ProcessManagement.cpp @@ -101,6 +101,7 @@ //alert(FobUnitPriceEx.find(L"$").toString()); if (FobUnitPriceEx.find(L"$") >= 0) FobUnitPriceEx = FobUnitPriceEx.right(FobUnitPriceEx.length() - 1); trace(FobUnitPriceEx); + return 1; } //触发鼠标离开后tran事件,通过查找某个参数得到对应的列 int OnBaseItemChanged(TEvent* evt, int p) @@ -136,7 +137,6 @@ AttachEvent(L"dw_list", L"DWV_ITEMCHANGED", (FEvent)&ProcessManagement::OnBaseItemChanged); return 1; } - int OnRetrieve() { @@ -176,8 +176,6 @@ int onloaded() { SetAgent(); - - return 1; } -- Gitblit v1.9.3