| | |
| | | //Attribute |
| | | //长春外租库入库费用 |
| | | ccrententercostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrententercostcellElement.SetAttribute( "value", 'CCRentEnterCost' ); |
| | | ccrententercostcellElement.SetAttribute( "value", '长春外租库入库费用' );//CCRentEnterCost |
| | | attricolumnelement.AppendChild( ccrententercostcellElement ); |
| | | //长春外租库出库费用 |
| | | ccrentoutcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrentoutcostcellElement.SetAttribute( "value", 'CCRentOutCost' ); |
| | | ccrentoutcostcellElement.SetAttribute( "value", '长春外租库出库费用' );//CCRentOutCost |
| | | attricolumnelement.AppendChild( ccrentoutcostcellElement ); |
| | | //长春长途运输费用 |
| | | cclongtranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | cclongtranscostcellElement.SetAttribute( "value", 'CCLongTransCost' ); |
| | | cclongtranscostcellElement.SetAttribute( "value", '长春长途运输费用' );//CCLongTransCost |
| | | attricolumnelement.AppendChild( cclongtranscostcellElement ); |
| | | //长春短途运输费用 |
| | | ccshorttranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccshorttranscostcellElement.SetAttribute( "value", 'CCShortTransCost' ); |
| | | ccshorttranscostcellElement.SetAttribute( "value", '长春短途运输费用' );//CCShortTransCost |
| | | attricolumnelement.AppendChild( ccshorttranscostcellElement ); |
| | | //长春外租库仓储费用 |
| | | ccrentstoragecostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | ccrentstoragecostcellElement.SetAttribute( "value", 'CCRentStorageCost' ); |
| | | ccrentstoragecostcellElement.SetAttribute( "value", '长春外租库仓储费用' );//CCRentStorageCost |
| | | attricolumnelement.AppendChild( ccrentstoragecostcellElement ); |
| | | //大连外租库入库费用 |
| | | dlrententercostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrententercostcellElement.SetAttribute( "value", 'DLRentEnterCost' ); |
| | | dlrententercostcellElement.SetAttribute( "value", '大连外租库入库费用' );//DLRentEnterCost |
| | | attricolumnelement.AppendChild( dlrententercostcellElement ); |
| | | //大连外租库出库费用 |
| | | dlrentoutcostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrentoutcostcellElement.SetAttribute( "value", 'DLRentOutCost' ); |
| | | dlrentoutcostcellElement.SetAttribute( "value", '大连外租库出库费用' );//DLRentOutCost |
| | | attricolumnelement.AppendChild( dlrentoutcostcellElement ); |
| | | //厂内到外租库运输费用 |
| | | factorytorenttranscostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | factorytorenttranscostcellElement.SetAttribute( "value", 'FactoryToRentTransCost' ); |
| | | factorytorenttranscostcellElement.SetAttribute( "value", '厂内到外租库运输费用' );//FactoryToRentTransCost |
| | | attricolumnelement.AppendChild( factorytorenttranscostcellElement ); |
| | | //大连外租库仓储费用 |
| | | dlrentstoragecostcellElement := xmlDOM.CreateElement( "cell" ); |
| | | dlrentstoragecostcellElement.SetAttribute( "value", 'DLRentStorageCost' ); |
| | | dlrentstoragecostcellElement.SetAttribute( "value", '大连外租库仓储费用' );//DLRentStorageCost |
| | | attricolumnelement.AppendChild( dlrentstoragecostcellElement ); |
| | | //预计总费用 |
| | | 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 ); |
| | | } |
| | | //长春外租库入库费用 |