This commit is contained in:
2020-11-20 19:32:32 +00:00
parent 97c664cbfe
commit d62b071595
2 changed files with 12 additions and 20 deletions

View File

@@ -85,6 +85,8 @@ todo: TESTING After customer form is made
Specifically test apple maps on the iPad because on other devices it redirects to google!?
Test maps seperately for address and coordinates versions
Test setting coords from phone
Test the customer form as read only user
make sure can't use action menu for address etc
NEXT UP: misc items above before next object because of the 'implication'

View File

@@ -415,24 +415,7 @@
<v-tab-item class="mt-4">
<v-row>
<v-col cols="12">
<!-- <h3>{{ $ay.t("AddressTypePhysical") }}</h3> -->
<!-- <v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn outlined v-bind="attrs" v-on="on">
{{ $ay.t("AddressTypePhysical") }}
</v-btn>
</template>
<v-list>
<v-list-item>
<v-list-item-title>ITEM ONE</v-list-item-title>
</v-list-item>
<v-list-item>
<v-list-item-title>ITEM TWO</v-list-item-title>
</v-list-item>
</v-list>
</v-menu> -->
<v-menu offset-y>
<v-menu offset-y v-if="rights.change">
<template v-slot:activator="{ on, attrs }">
<span class="text-h6">
{{ $ay.t("AddressTypePhysical") }}</span
@@ -442,13 +425,20 @@
</template>
<v-list>
<v-list-item>
<v-list-item-title>ITEM ONE</v-list-item-title>
<v-list-item-title>{{
$ay.t("AddressCopyToPostal")
}}</v-list-item-title>
</v-list-item>
<v-list-item>
<v-list-item-title>ITEM TWO</v-list-item-title>
<v-list-item-title>{{
$ay.t("GeoCapture")
}}</v-list-item-title>
</v-list-item>
</v-list>
</v-menu>
<span class="text-h6" v-else>
{{ $ay.t("AddressTypePhysical") }}</span
>
</v-col>
<v-col
v-if="form().showMe(this, 'Address')"