From e3be809e286304dc5e3f6ea4cddbfa894f9df95c Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 09 十月 2024 09:36:43 +0800
Subject: [PATCH] 机加管线的装配线数量bug

---
 _Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl
index ae69bdb..5dab725 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostReport0/Method_Generate.qbl
@@ -51,7 +51,7 @@
                                       , WerkToDLRentTransCost        := cell.WerkToDLRentTransCost()
                                       , DLRentStorCost            := cell.DLRentStorCost() );
           column.Cell( relinsert, showcell );
-          sumcell.CCRentOutOfCost( cell.CCRentOutOfCost() + sumcell.CCRentOutOfCost() );
+          sumcell.CCRentInCost( cell.CCRentInCost() + sumcell.CCRentInCost() );
           sumcell.CCRentOutOfCost( cell.CCRentOutOfCost() + sumcell.CCRentOutOfCost() );
           sumcell.CCLongTransCost( cell.CCLongTransCost() + sumcell.CCLongTransCost() );
           sumcell.CCShorTransCost( cell.CCShorTransCost() + sumcell.CCShorTransCost() );

--
Gitblit v1.9.3