_Main/BL/Type_CCEngineLogisticsCostReport/StaticMethod_Download.qbl
@@ -127,7 +127,7 @@ columnelement.AppendChild( estimatedtotalcostcellElement ); //系数 coefficientcellElement := xmlDOM.CreateElement( "cell" ); coefficientcellElement.SetAttribute( "value", c.Coefficient().Format( 'N(Dec)' ) ); coefficientcellElement.SetAttribute( "value", c.CoefficientValue() ); columnelement.AppendChild( coefficientcellElement ); //总费用 totalcostcellElement := xmlDOM.CreateElement( "cell" );