Driver: @ViewData["UserFullName"]
+ + + +| Import Status | ++ | Vehicle ID | +End Odometer | +Type | +Destination City | +Purpose | +Notes | +Gas Purchased | +Date | +
|---|---|---|---|---|---|---|---|---|---|
| + + | @Html.ValueFor(x => viewModel.VehicleId) | +@Html.ValueFor(x => viewModel.EndOdometer) | +@Html.ValueFor(x => viewModel.LogType) | +@Html.ValueFor(x => viewModel.CityName) | +@Html.ValueFor(x => viewModel.Purpose) | +@Html.ValueFor(x => viewModel.Notes) | +@Html.ValueFor(x => viewModel.GasPurchased) | +@Html.ValueFor(x => viewModel.Date) | +