From e757faaebe10337619171d5e9c8e17e28ed651a7 Mon Sep 17 00:00:00 2001 From: axn9t9 <46301114+axn9t9@users.noreply.github.com> Date: Sat, 24 Apr 2021 17:22:28 -0400 Subject: [PATCH 1/3] Format --- .../VaccinationScreeningComponent.vue | 560 ++++++++++++------ 1 file changed, 365 insertions(+), 195 deletions(-) diff --git a/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue b/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue index ecee5501..b4db94f2 100644 --- a/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue +++ b/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue @@ -5,25 +5,38 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + - + @@ -32,48 +45,83 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + - - + - + - - - - - + + + + + @@ -86,10 +134,19 @@ @@ -97,78 +154,113 @@

- - + - - - + :disabled="isConsentScreeningPageReadOnly" + > + + - - + - - - + :disabled="isConsentScreeningPageReadOnly" + > + + - - + - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -181,10 +273,21 @@ @@ -193,13 +296,22 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -212,22 +324,38 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -240,21 +368,34 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -267,21 +408,35 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -294,21 +449,35 @@ - - - + :disabled="isConsentScreeningPageReadOnly" + > + + @@ -316,70 +485,70 @@ - - - - Proceed with vaccination? - - - - - - - - - + + + + Proceed with vaccination? + + + + + + + + + From e51072057348de02dcf65182657126304ffa1d25 Mon Sep 17 00:00:00 2001 From: axn9t9 <46301114+axn9t9@users.noreply.github.com> Date: Sat, 24 Apr 2021 17:27:36 -0400 Subject: [PATCH 2/3] Validate with vue forms --- .../VaccinationScreeningComponent.vue | 37 +++++++++---------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue b/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue index b4db94f2..5d43a940 100644 --- a/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue +++ b/PointOfDispensingApp/src/components/VaccinationScreeningComponent.vue @@ -1,5 +1,6 @@