From 7ecf561fd348b8609985deb7d6c72325bcc7d1d5 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 21 八月 2024 11:12:43 +0800
Subject: [PATCH] 报表导出中文
---
_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
index d80aa59..dafddad 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
@@ -78,31 +78,31 @@
//Attribute
//澶栫搴撳叆搴撹垂鐢�
rententercostcellElement := xmlDOM.CreateElement( "cell" );
- rententercostcellElement.SetAttribute( "value", 'RentEnterCost' );
+ rententercostcellElement.SetAttribute( "value", '澶栫搴撳叆搴撹垂鐢�' );//RentEnterCost
attricolumnelement.AppendChild( rententercostcellElement );
//澶栫搴撳嚭搴撹垂鐢�
rentoutcostcellElement := xmlDOM.CreateElement( "cell" );
- rentoutcostcellElement.SetAttribute( "value", 'RentOutCost' );
+ rentoutcostcellElement.SetAttribute( "value", '澶栫搴撳嚭搴撹垂鐢�' );//RentOutCost
attricolumnelement.AppendChild( rentoutcostcellElement );
//鍘傚唴鍒板绉熷簱杩愯緭璐圭敤
factorytorenttranscostcellElement := xmlDOM.CreateElement( "cell" );
- factorytorenttranscostcellElement.SetAttribute( "value", 'FactoryToRentTransCost' );
+ factorytorenttranscostcellElement.SetAttribute( "value", '鍘傚唴鍒板绉熷簱杩愯緭璐圭敤' );//FactoryToRentTransCost
attricolumnelement.AppendChild( factorytorenttranscostcellElement );
//澶栫搴撲粨鍌ㄨ垂鐢�
rentstoragecostcellElement := xmlDOM.CreateElement( "cell" );
- rentstoragecostcellElement.SetAttribute( "value", 'RentStorageCost' );
+ rentstoragecostcellElement.SetAttribute( "value", '澶栫搴撲粨鍌ㄨ垂鐢�' );//RentStorageCost
attricolumnelement.AppendChild( rentstoragecostcellElement );
//棰勮鎬昏垂鐢�
estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" );
- estimatedtotalcostcellElement.SetAttribute( "value", 'EstimatedTotalCost' );
+ estimatedtotalcostcellElement.SetAttribute( "value", '棰勮鎬昏垂鐢�' );//EstimatedTotalCost
attricolumnelement.AppendChild( estimatedtotalcostcellElement );
//绯绘暟
coefficientcellElement := xmlDOM.CreateElement( "cell" );
- coefficientcellElement.SetAttribute( "value", 'Coefficient' );
+ coefficientcellElement.SetAttribute( "value", '绯绘暟' );//Coefficient
attricolumnelement.AppendChild( coefficientcellElement );
//鎬昏垂鐢�
totalcostcellElement := xmlDOM.CreateElement( "cell" );
- totalcostcellElement.SetAttribute( "value", 'TotalCost' );
+ totalcostcellElement.SetAttribute( "value", '鎬昏垂鐢�' );//TotalCost
attricolumnelement.AppendChild( totalcostcellElement );
}
//澶栫搴撳叆搴撹垂鐢�
--
Gitblit v1.9.3