This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user