case 4123

This commit is contained in:
2022-03-10 00:56:15 +00:00
parent 99cce1ebb8
commit 1face7dc2f
3 changed files with 3 additions and 3 deletions

View File

@@ -478,7 +478,7 @@ function initNavPanel() {
window.$gz.role.canOpen(window.$gz.type.PartInventory) window.$gz.role.canOpen(window.$gz.type.PartInventory)
) { ) {
sub.push({ sub.push({
title: "PartInventoryList", title: "PartInventoryDataList",
icon: "$ayiPallet", icon: "$ayiPallet",
route: "/inv-part-inventory", route: "/inv-part-inventory",
key: key++ key: key++

View File

@@ -134,7 +134,7 @@ export default {
"LoanUnitList", "LoanUnitList",
"PartList", "PartList",
"PartAssemblyList", "PartAssemblyList",
"PartInventoryList", "PartInventoryDataList",
"InventoryPurchaseOrders", "InventoryPurchaseOrders",
"PartInventoryTransactionList", "PartInventoryTransactionList",
"PartWarehouseList", "PartWarehouseList",

View File

@@ -136,7 +136,7 @@ function generateMenu(vm) {
const menuOptions = { const menuOptions = {
isMain: true, isMain: true,
icon: "$ayiPallet", icon: "$ayiPallet",
title: "PartInventoryList", title: "PartInventoryDataList",
helpUrl: "inv-part-inventory", helpUrl: "inv-part-inventory",
menuItems: [], menuItems: [],
formData: { formData: {