This commit is contained in:
@@ -427,7 +427,7 @@ function initNavPanel() {
|
||||
|
||||
//**** INVENTORY (TOP GROUP)
|
||||
if (sub.length > 0) {
|
||||
addNavItem("Inventory", "$ayiBox", undefined, sub, key++, "inventory");
|
||||
addNavItem("Inventory", "$ayiDolly", undefined, sub, key++, "inventory");
|
||||
}
|
||||
|
||||
//######### VENDORS (TOP GROUP)
|
||||
|
||||
@@ -61,7 +61,7 @@ import {
|
||||
faCopy,
|
||||
faDiceD20,
|
||||
faDolly,
|
||||
faDollyFlatbed,
|
||||
//faDollyFlatbed,
|
||||
faDoorOpen,
|
||||
faDraftingCompass,
|
||||
faDragon,
|
||||
@@ -237,7 +237,7 @@ library.add(
|
||||
faCopy,
|
||||
faDiceD20,
|
||||
faDolly,
|
||||
faDollyFlatbed,
|
||||
//faDollyFlatbed,
|
||||
faDoorOpen,
|
||||
farDotCircle,
|
||||
faDraftingCompass,
|
||||
@@ -588,12 +588,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "dolly"]
|
||||
}
|
||||
},
|
||||
ayiDollyFlatbed: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "dolly-flatbed"]
|
||||
}
|
||||
},
|
||||
// ayiDollyFlatbed: {
|
||||
// component: FontAwesomeIcon,
|
||||
// props: {
|
||||
// icon: ["fas", "dolly-flatbed"]
|
||||
// }
|
||||
// },
|
||||
ayiDoorOpen: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
@@ -243,7 +243,7 @@
|
||||
<span class="text-h6">
|
||||
{{ $ay.t("PurchaseOrderItemList") }}</span
|
||||
><v-btn icon v-bind="attrs" v-on="on">
|
||||
<v-icon small>$ayiEllipsisV</v-icon>
|
||||
<v-icon color="primary">$ayiEllipsisV</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
<v-list>
|
||||
@@ -1295,8 +1295,8 @@ export default {
|
||||
window.$gz.errorHandler.handleFormError(error, vm);
|
||||
}
|
||||
},
|
||||
showRequestSelectDialgo() {
|
||||
requestSelectDialog = true;
|
||||
showRequestSelectDialog() {
|
||||
this.requestSelectDialog = true;
|
||||
},
|
||||
poItemsRowClasses: function(item) {
|
||||
if (this.form().childRowHasError(this, "Items", item.index)) {
|
||||
|
||||
Reference in New Issue
Block a user