This commit is contained in:
2021-02-26 19:30:14 +00:00
parent 6b59585c89
commit 80133e98f2
14 changed files with 137 additions and 66 deletions

View File

@@ -316,7 +316,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "MoveSelected",
icon: "$ayiPeopleCarry",
icon: "$ayiExchangeAlt",
surface: false,
key: FORM_KEY + ":MOVE_SELECTED",
vm: vm

View File

@@ -278,7 +278,7 @@ function generateMenu(vm) {
let menuOptions = {
isMain: false,
readOnly: vm.formState.readOnly,
icon: "$ayiDolly",
icon: "$ayiPeopleCarry",
title: "PartInventoryAdjustment",
helpUrl: "inv-part-inventory-transactions",
formData: {

View File

@@ -137,7 +137,7 @@ async function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "$ayiDolly",
icon: "$ayiPeopleCarry",
title: "PartInventoryTransactionList",
helpUrl: "inv-part-inventory-transactions",
menuItems: [],

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiPaperPlane",
icon: "$ayiParachuteBox",
title: "WorkOrderItemPartRequestList",
helpUrl: "inv-part-requests"
});

View File

@@ -0,0 +1,21 @@
<template>
<UnderConstruction data-cy="underconstruction" />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiClipboardList",
title: "PurchaseOrderUIRestockList",
helpUrl: "inv-part-restocks"
});
}
};
</script>

View File

@@ -610,7 +610,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "PartInventoryTransactionList",
icon: "$ayiDolly",
icon: "$ayiPeopleCarry",
key: FORM_KEY + ":PartInventoryTransactionList",
vm: vm
});

View File

@@ -833,7 +833,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "PartInventoryTransactionList",
icon: "$ayiDolly",
icon: "$ayiPeopleCarry",
key: FORM_KEY + ":PartInventoryTransactionList",
vm: vm
});

View File

@@ -1399,7 +1399,7 @@ function generateMenu(vm) {
let menuOptions = {
isMain: false,
readOnly: vm.formState.readOnly,
icon: "$ayiDollyFlatbed",
icon: "$ayiTruckLoading",
title: "PurchaseOrder",
helpUrl: "inv-purchase-orders",
formData: {

View File

@@ -119,7 +119,7 @@ async function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "$ayiDollyFlatbed",
icon: "$ayiTruckLoading",
title: "InventoryPurchaseOrders",
helpUrl: "inv-purchase-orders",
menuItems: [],