From f6a108e67cf221fe34a2338a44c9cb7894c9e07e Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期二, 13 八月 2024 18:38:46 +0800
Subject: [PATCH] 大连发动机物流成本报表
---
_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
index 8af34f9..d80aa59 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
@@ -89,13 +89,13 @@
factorytorenttranscostcellElement.SetAttribute( "value", 'FactoryToRentTransCost' );
attricolumnelement.AppendChild( factorytorenttranscostcellElement );
//澶栫搴撲粨鍌ㄨ垂鐢�
- estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
- estimatedtotalcostcellElement.SetAttribute( "value", 'EstimatedTotalCost' );
- attricolumnelement.AppendChild( estimatedtotalcostcellElement );
- //棰勮鎬昏垂鐢�
rentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
rentstoragecostcellElement.SetAttribute( "value", 'RentStorageCost' );
attricolumnelement.AppendChild( rentstoragecostcellElement );
+ //棰勮鎬昏垂鐢�
+ estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
+ estimatedtotalcostcellElement.SetAttribute( "value", 'EstimatedTotalCost' );
+ attricolumnelement.AppendChild( estimatedtotalcostcellElement );
//绯绘暟
coefficientcellElement := xmlDOM.CreateElement( "cell" );
coefficientcellElement.SetAttribute( "value", 'Coefficient' );
@@ -118,13 +118,13 @@
factorytorenttranscostcellElement.SetAttribute( "value", [String]c.FactoryToRentTransCost() );
columnelement.AppendChild( factorytorenttranscostcellElement );
//澶栫搴撲粨鍌ㄨ垂鐢�
+ rentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
+ rentstoragecostcellElement.SetAttribute( "value", [String]c.RentStorageCost() );
+ columnelement.AppendChild( rentstoragecostcellElement );
+ //棰勮鎬昏垂鐢�
estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
estimatedtotalcostcellElement.SetAttribute( "value", [String]c.EstimatedTotalCost() );
columnelement.AppendChild( estimatedtotalcostcellElement );
- //棰勮鎬昏垂鐢�
- rentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
- rentstoragecostcellElement.SetAttribute( "value", [String]c.EstimatedTotalCost() );
- columnelement.AppendChild( rentstoragecostcellElement );
//绯绘暟
coefficientcellElement := xmlDOM.CreateElement( "cell" );
coefficientcellElement.SetAttribute( "value", [String]c.Coefficient() );
--
Gitblit v1.9.3