From 65dfa3d300ec95e9531283d0a3fc07558c844078 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期一, 23 九月 2024 20:43:45 +0800
Subject: [PATCH] 成本参数优化
---
_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl b/_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl
index 3d8b591..2ab17f3 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl
@@ -15,6 +15,6 @@
cost := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice();
value := cell.DLRentOutCost() + cost;
- cell.DLRentOutCost( value );
+ cell.DLRentOutCost( 0 ); // 灞炴�х被鍨嬩慨鏀�
*]
}
--
Gitblit v1.9.3