{{(cargoTransportDO.fromCityId == cargoTransportDO.toCityId ?"Şehir içi ":"Şehirler arası ")+ (cargoTransportDO.cargoType == '1'? cargoTransportDO.otherTypeText.toLowerCase() : cargoTransportDO.cargoTypeNavigation.name.toLowerCase())}} yükü
Taşınması istenilen araç tipi: {{cargoTransportDO.vehicleTypeId >0 ?cargoTransportDO.vehicleType.name:"Diğer"}}
Yük Ağırlığı: {{cargoTransportDO.cargoWeight+"/"+cargoTransportDO.transportUnit.name}}
Tarih: {{cargoTransportDO.transportDate.toTurkishDate("dd/MM/yyyy HH:mm")}}