From 958ef84eeb24aa77ac535cf70aa3d3f30cb2a59d Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 20 九月 2024 14:23:23 +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