| | |
| | | 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' ); |
| | |
| | | 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() ); |