diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 688dc5e1f5..15f73479b1 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", @@ -50,7 +50,7 @@ "@types/vuelidate": "^0.7.13", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "@volar-plugins/vetur": "*", + "@volar-plugins/vetur": "latest", "@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-typescript": "^4.0.0", "@vue/test-utils": "1.3.6", diff --git a/auth-web/package.json b/auth-web/package.json index def954efbc..1264b2b92a 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/staff/review-task/QsApplication.vue b/auth-web/src/components/auth/staff/review-task/QsApplication.vue index fcac5cfff3..10bd2f7bcd 100644 --- a/auth-web/src/components/auth/staff/review-task/QsApplication.vue +++ b/auth-web/src/components/auth/staff/review-task/QsApplication.vue @@ -24,46 +24,76 @@ - - -

Qualified Supplier ({{ qsApplicationTypeDisplay }}) Information

-
-
- - - Qualified Supplier Name - - - {{ qsApplicantData && qsApplicantData.businessName }} - - - - - Phone Number - - + + +

Qualified Supplier ({{ qsApplicationTypeDisplay }}) Information

+
+
+ + + Qualified Supplier Name + + + {{ qsApplicantData.businessName }} + + + + + DBA / Operating Name + + + {{ qsApplicantData.dbaName || '(Not Entered)' }} + + + + + Phone Number + + + {{ qsApplicantPhone }} + + + + + Mailing Address + + + + + + - {{ qsApplicantData && qsApplicantPhone }} -
-
- - - Mailing Address - - - - - + + Location of the Manufactured Home(s) + + + + + + @@ -147,7 +177,7 @@ - + - Legal name of the person authorized to complete and submit this application. Note: The authorized person - must be an active B.C. lawyer or notary in good standing. + Legal name of the person authorized to complete and submit this application. + + Note: The authorized person must be an active B.C. lawyer or notary in good standing. + @@ -199,7 +231,11 @@