From ee8ce391f8ee400130b49645a7717b62a7bf73cf Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 11 十一月 2024 12:43:38 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/BL/Type_CCEngineLogisticsCostCell/Method_CalcEstimateTotalCost.qbl |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/_Main/BL/Type_CCEngineLogisticsCostCell/Function_CalcEstimateTotalCost.qbl b/_Main/BL/Type_CCEngineLogisticsCostCell/Method_CalcEstimateTotalCost.qbl
similarity index 61%
rename from _Main/BL/Type_CCEngineLogisticsCostCell/Function_CalcEstimateTotalCost.qbl
rename to _Main/BL/Type_CCEngineLogisticsCostCell/Method_CalcEstimateTotalCost.qbl
index f4cd10b..d8a256e 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostCell/Function_CalcEstimateTotalCost.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostCell/Method_CalcEstimateTotalCost.qbl
@@ -1,13 +1,12 @@
 Quintiq file version 2.0
 #parent: #root
-Function CalcEstimateTotalCost
+Method CalcEstimateTotalCost () as Real
 {
   TextBody:
   [*
-    // 鐢勫叞楦� Sep-24-2024 (created)
-    
+    // 鐢勫叞楦� Nov-11-2024 (created)
     value := this.RentInCost() + this.RentOutOfCost() + this.WerkToRentTransCost() + this.RentStorCost();
     
-    this.EstimateTotalCost( value );
+    return value;
   *]
 }

--
Gitblit v1.9.3