| | |
| | | //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 ); |
| | | } |
| | | //外租库入库费用 |