This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
21
ayanova/src/views/inv-part-restocks.vue
Normal file
21
ayanova/src/views/inv-part-restocks.vue
Normal 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>
|
||||
@@ -610,7 +610,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "PartInventoryTransactionList",
|
||||
icon: "$ayiDolly",
|
||||
icon: "$ayiPeopleCarry",
|
||||
key: FORM_KEY + ":PartInventoryTransactionList",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -833,7 +833,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "PartInventoryTransactionList",
|
||||
icon: "$ayiDolly",
|
||||
icon: "$ayiPeopleCarry",
|
||||
key: FORM_KEY + ":PartInventoryTransactionList",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user