Trusted Dispatch

Freeform Input

Make: {{ resultsFF.make }}
Model: {{ resultsFF.model }}
Weight: {{ Math.round(((this.resultsFF.weight === 0)?this.resultsFF.type.weight:this.resultsFF.weight) * 100) / 100 }} kg / {{ (Math.round(((this.resultsFF.weight === 0)?this.resultsFF.type.weight * 2.20462:this.resultsFF.weight * 2.20462) * 100) / 100) }} lbs.
Height: {{ Math.round(((this.resultsFF.height === 0)?this.resultsFF.type.height:this.resultsFF.height) * 100) / 100 }} m / {{ Math.floor((this.resultsFF.height === 0)?this.resultsFF.type.height * 3.28084:this.resultsFF.height * 3.28084) }} ft. {{ (this.resultsFF.height === 0) ? Math.floor((this.resultsFF.type.height * 3.28084 - Math.floor(this.resultsFF.height * 3.28084)) * 12) : Math.floor((this.resultsFF.height * 3.28084 - Math.floor(this.resultsFF.height * 3.28084)) * 12) }} in.
Width: {{ Math.round(((this.resultsFF.width === 0)?this.resultsFF.type.width:this.resultsFF.width) * 100) / 100 }} m / {{ Math.floor((this.resultsFF.width === 0)?this.resultsFF.type.width * 3.28084:this.resultsFF.width * 3.28084) }} ft. {{ (this.resultsFF.width === 0) ? Math.floor((this.resultsFF.type.width * 3.28084 - Math.floor(this.resultsFF.width * 3.28084)) * 12) : Math.floor((this.resultsFF.width * 3.28084 - Math.floor(this.resultsFF.width * 3.28084)) * 12) }} in.
Length: {{ Math.round(((this.resultsFF.length === 0)?this.resultsFF.type.length:this.resultsFF.length) * 100) / 100 }} m / {{ Math.floor((this.resultsFF.length === 0)?this.resultsFF.type.length * 3.28084:this.resultsFF.length * 3.28084) }} ft. {{ (this.resultsFF.length === 0) ? Math.floor((this.resultsFF.type.length * 3.28084 - Math.floor(this.resultsFF.length * 3.28084)) * 12) : Math.floor((this.resultsFF.length * 3.28084 - Math.floor(this.resultsFF.length * 3.28084)) * 12) }} in.

Autocomplete

{{ (result.name)?result.name.toUpperCase(): ((result.make)?result.make + ' ':'') + ((result.model)?result.model + ' ':'') }}