| | |
| | | } |
| | | //长春外租库入库费用 |
| | | ccrententercostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrententercostcellElement.SetAttribute( "value", [String]c.CCRentEnterCost() ); |
| | | ccrententercostcellElement.SetAttribute( "value", [String]c.CCRentInCost() ); |
| | | columnelement.AppendChild( ccrententercostcellElement ); |
| | | //长春外租库出库费用 |
| | | ccrentoutcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrentoutcostcellElement.SetAttribute( "value", [String]c.CCRentOutCost() ); |
| | | ccrentoutcostcellElement.SetAttribute( "value", [String]c.CCRentOutOfCost() ); |
| | | columnelement.AppendChild( ccrentoutcostcellElement ); |
| | | //长春长途运输费用 |
| | | cclongtranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | cclongtranscostcellElement.SetAttribute( "value", [String]c.CCLongTransCoat() ); |
| | | cclongtranscostcellElement.SetAttribute( "value", [String]c.CCLongTransCost() ); |
| | | columnelement.AppendChild( cclongtranscostcellElement ); |
| | | //长春短途运输费用 |
| | | ccshorttranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccshorttranscostcellElement.SetAttribute( "value", [String]c.CCShortTransCost() ); |
| | | ccshorttranscostcellElement.SetAttribute( "value", [String]c.CCShorTransCost() ); |
| | | columnelement.AppendChild( ccshorttranscostcellElement ); |
| | | //长春外租库仓储费用 |
| | | ccrentstoragecostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrentstoragecostcellElement.SetAttribute( "value", [String]c.CCRentStorageCost() ); |
| | | ccrentstoragecostcellElement.SetAttribute( "value", [String]c.CCRentStorCost() ); |
| | | columnelement.AppendChild( ccrentstoragecostcellElement ); |
| | | //大连外租库入库费用 |
| | | dlrententercostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrententercostcellElement.SetAttribute( "value", [String]c.DLRentEnterCost() ); |
| | | dlrententercostcellElement.SetAttribute( "value", [String]c.DLRentInCost() ); |
| | | columnelement.AppendChild( dlrententercostcellElement ); |
| | | //大连外租库出库费用 |
| | | dlrentoutcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrentoutcostcellElement.SetAttribute( "value", [String]c.DLRentOutCost() ); |
| | | dlrentoutcostcellElement.SetAttribute( "value", [String]c.DLRentOutOfCost() ); |
| | | columnelement.AppendChild( dlrentoutcostcellElement ); |
| | | //厂内到外租库运输费用 |
| | | factorytorenttranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | factorytorenttranscostcellElement.SetAttribute( "value", [String]c.FactoryToDLRentTransCost() ); |
| | | factorytorenttranscostcellElement.SetAttribute( "value", [String]c.WerkToDLRentTransCost() ); |
| | | columnelement.AppendChild( factorytorenttranscostcellElement ); |
| | | //大连外租库仓储费用 |
| | | dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrentstoragecostcellElement.SetAttribute( "value", [String]c.DLRentStorageCost() ); |
| | | dlrentstoragecostcellElement.SetAttribute( "value", [String]c.DLRentStorCost() ); |
| | | columnelement.AppendChild( dlrentstoragecostcellElement ); |
| | | //预计总费用 |
| | | estimatedtotalcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | estimatedtotalcostcellElement.SetAttribute( "value", [String]c.EstimatedTotalCost() ); |
| | | estimatedtotalcostcellElement.SetAttribute( "value", [String]c.EstimateTotalCost() ); |
| | | columnelement.AppendChild( estimatedtotalcostcellElement ); |
| | | //系数 |
| | | coefficientcellElement := xmlDOM.CreateElement( "cell" ); |
| | |
| | | columnelement.AppendChild( coefficientcellElement ); |
| | | //总费用 |
| | | totalcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | totalcostcellElement.SetAttribute( "value", [String]c.TotalCost() ); |
| | | totalcostcellElement.SetAttribute( "value", [String]c.AllCost() ); |
| | | columnelement.AppendChild( totalcostcellElement ); |
| | | } |
| | | tableElement.AppendChild( columnelement ); |