diff --git a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html index 0a4fcd130..79c8cfa7f 100644 --- a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html +++ b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html @@ -73,6 +73,36 @@

+ +
+
+ + Date of first use + + +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
@@ -215,6 +245,15 @@

+
+ + + +
@@ -258,7 +297,34 @@

+
+ + + +
+ +
+

+ +

+ +
@@ -306,6 +372,17 @@

+ +
+ + + +
+
@@ -457,8 +534,6 @@

- -
diff --git a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.ts b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.ts index 83ad8bc2f..204b21ed7 100644 --- a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.ts +++ b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.ts @@ -16,6 +16,7 @@ import { FuelPropulsionSystem } from '@dvsa/cvs-type-definitions/types/v3/tech-r import { TechRecordType } from '@dvsa/cvs-type-definitions/types/v3/tech-record/tech-record-vehicle-type'; import { getOptionsFromEnum } from '@forms/utils/enum-map'; import { CommonValidatorsService } from '@forms/validators/common-validators.service'; +import { CouplingTypeOptions } from '@models/coupling-type-enum'; import { MultiOptions } from '@models/options.model'; import { EmissionStandard } from '@models/test-types/emissions.enum'; import { @@ -24,7 +25,13 @@ import { VehicleConfiguration, } from '@models/vehicle-configuration.enum'; import { VehicleSize } from '@models/vehicle-size.enum'; -import { FuelTypes, V3TechRecordModel, VehicleSubclass, VehicleTypes } from '@models/vehicle-tech-record.model'; +import { + FrameDescriptions, + FuelTypes, + V3TechRecordModel, + VehicleSubclass, + VehicleTypes, +} from '@models/vehicle-tech-record.model'; import { Store } from '@ngrx/store'; import { FormNodeWidth, TagTypeLabels } from '@services/dynamic-forms/dynamic-form.types'; import { TechnicalRecordService } from '@services/technical-record/technical-record.service'; @@ -38,6 +45,7 @@ type VehicleSectionForm = Partial