This commit is contained in:
2021-03-01 18:50:06 +00:00
parent 3520a12205
commit 7498ebe1b1
3 changed files with 12 additions and 12 deletions

View File

@@ -427,7 +427,7 @@ function initNavPanel() {
//**** INVENTORY (TOP GROUP) //**** INVENTORY (TOP GROUP)
if (sub.length > 0) { if (sub.length > 0) {
addNavItem("Inventory", "$ayiBox", undefined, sub, key++, "inventory"); addNavItem("Inventory", "$ayiDolly", undefined, sub, key++, "inventory");
} }
//######### VENDORS (TOP GROUP) //######### VENDORS (TOP GROUP)

View File

@@ -61,7 +61,7 @@ import {
faCopy, faCopy,
faDiceD20, faDiceD20,
faDolly, faDolly,
faDollyFlatbed, //faDollyFlatbed,
faDoorOpen, faDoorOpen,
faDraftingCompass, faDraftingCompass,
faDragon, faDragon,
@@ -237,7 +237,7 @@ library.add(
faCopy, faCopy,
faDiceD20, faDiceD20,
faDolly, faDolly,
faDollyFlatbed, //faDollyFlatbed,
faDoorOpen, faDoorOpen,
farDotCircle, farDotCircle,
faDraftingCompass, faDraftingCompass,
@@ -588,12 +588,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "dolly"] icon: ["fas", "dolly"]
} }
}, },
ayiDollyFlatbed: { // ayiDollyFlatbed: {
component: FontAwesomeIcon, // component: FontAwesomeIcon,
props: { // props: {
icon: ["fas", "dolly-flatbed"] // icon: ["fas", "dolly-flatbed"]
} // }
}, // },
ayiDoorOpen: { ayiDoorOpen: {
component: FontAwesomeIcon, component: FontAwesomeIcon,
props: { props: {

View File

@@ -243,7 +243,7 @@
<span class="text-h6"> <span class="text-h6">
{{ $ay.t("PurchaseOrderItemList") }}</span {{ $ay.t("PurchaseOrderItemList") }}</span
><v-btn icon v-bind="attrs" v-on="on"> ><v-btn icon v-bind="attrs" v-on="on">
<v-icon small>$ayiEllipsisV</v-icon> <v-icon color="primary">$ayiEllipsisV</v-icon>
</v-btn> </v-btn>
</template> </template>
<v-list> <v-list>
@@ -1295,8 +1295,8 @@ export default {
window.$gz.errorHandler.handleFormError(error, vm); window.$gz.errorHandler.handleFormError(error, vm);
} }
}, },
showRequestSelectDialgo() { showRequestSelectDialog() {
requestSelectDialog = true; this.requestSelectDialog = true;
}, },
poItemsRowClasses: function(item) { poItemsRowClasses: function(item) {
if (this.form().childRowHasError(this, "Items", item.index)) { if (this.form().childRowHasError(this, "Items", item.index)) {