From 5d16fa127ab2005b56ddb9c8d8c2ff1ff0f5826d Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期二, 22 十月 2024 17:47:43 +0800
Subject: [PATCH] 发动机物流成本报表导入报错处理

---
 _Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Download.qbl |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Download.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Download.qbl
index 04d5dbc..b289258 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Download.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Download.qbl
@@ -95,6 +95,10 @@
           product12cellElement := xmlDOM.CreateElement( "cell" );
           product12cellElement.SetAttribute( "value", row.Name() );
           productcolumnelement.AppendChild( product12cellElement );
+          
+          product13cellElement := xmlDOM.CreateElement( "cell" );
+          product13cellElement.SetAttribute( "value", row.Name() );
+          productcolumnelement.AppendChild( product13cellElement );
           //Attribute
           //闀挎槬澶栫搴撳叆搴撹垂鐢�
           ccrententercostcellElement := xmlDOM.CreateElement( "cell" );
@@ -131,6 +135,10 @@
           //澶ц繛澶栫搴撲粨鍌ㄨ垂鐢�
           dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
           dlrentstoragecostcellElement.SetAttribute( "value", '澶ц繛澶栫搴撲粨鍌ㄨ垂鐢�' );//DLRentStorageCost
+          attricolumnelement.AppendChild( dlrentstoragecostcellElement );
+          //澶ц繛澶栫搴撳叾浠栬垂鐢�
+          dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
+          dlrentstoragecostcellElement.SetAttribute( "value", '澶ц繛澶栫搴撳叾浠栬垂鐢�' );//DLRentStorageCost
           attricolumnelement.AppendChild( dlrentstoragecostcellElement );
           //棰勮鎬昏垂鐢�
           estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
@@ -181,6 +189,10 @@
         dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
         dlrentstoragecostcellElement.SetAttribute( "value", c.DLRentStorCost().Format( 'N(Dec)' ) );
         columnelement.AppendChild( dlrentstoragecostcellElement );
+        //澶ц繛澶栫搴撳叾浠栬垂鐢�
+        dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
+        dlrentstoragecostcellElement.SetAttribute( "value", c.DLRentOtherCost().Format( 'N(Dec)' ) );
+        columnelement.AppendChild( dlrentstoragecostcellElement );
         //棰勮鎬昏垂鐢�
         estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
         estimatedtotalcostcellElement.SetAttribute( "value", c.EstimateTotalCost().Format( 'N(Dec)' ) );

--
Gitblit v1.9.3