This commit is contained in:
2020-11-20 23:01:02 +00:00
parent c1ae81fe29
commit e9180cfed0
2 changed files with 42 additions and 28 deletions

View File

@@ -420,7 +420,7 @@
<span class="text-h6">
{{ $ay.t("AddressTypePhysical") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon>$ayiEllipsisV</v-icon>
<v-icon small>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
@@ -578,7 +578,7 @@
<span class="text-h6">
{{ $ay.t("AddressTypePostal") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon>$ayiEllipsisV</v-icon>
<v-icon small>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
@@ -1484,32 +1484,39 @@ function generateMenu(vm) {
key: FORM_KEY + ":duplicate",
vm: vm
});
// menuOptions.menuItems.push({
// title: "AddressCopyToPostal",
// icon: null,
// key: FORM_KEY + ":addresscopytopostal",
// vm: vm
// });
// menuOptions.menuItems.push({
// title: "AddressCopyToPhysical",
// icon: null,
// key: FORM_KEY + ":addresscopytophysical",
// vm: vm
// });
// if (navigator.geolocation) {
// // geolocation is available
// menuOptions.menuItems.push({
// title: "GeoCapture",
// icon: "$ayiMapMarker",
// key: FORM_KEY + ":geocapture",
// vm: vm
// });
// }
}
//---- SHOW ALL ---
//MIGRATE_OUTSTANDING show all: workorderlist, unitlist, quotelist, pmlist
menuOptions.menuItems.push({
title: "WorkOrderList",
icon: "$ayiTools",
key: FORM_KEY + ":WorkOrderList",
vm: vm
});
menuOptions.menuItems.push({
title: "UnitList",
icon: "$ayiFan",
key: FORM_KEY + ":UnitList",
vm: vm
});
menuOptions.menuItems.push({
title: "QuoteList",
icon: "$ayiPencilAlt",
key: FORM_KEY + ":QuoteList",
vm: vm
});
menuOptions.menuItems.push({
title: "PMList",
icon: "$ayiBusinessTime",
key: FORM_KEY + ":PMList",
vm: vm
});
//--- /show all ---
menuOptions.menuItems.push({
title: "GeoView",
icon: "$ayiMapMarked",