Shortcut prerequisites if a submitted order is already present.
This commit is contained in:
parent
11ec8df5da
commit
560ad28597
1 changed files with 4 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() {
|
||||
if(store.getters.hasSubmittedOrder) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// Service Location
|
||||
const serviceLocation = store.getters.order.serviceLocation;
|
||||
const mobileReqs = !!(
|
||||
|
|
|
|||
Loading…
Reference in a new issue