case 4123
This commit is contained in:
@@ -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++
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ export default {
|
|||||||
"LoanUnitList",
|
"LoanUnitList",
|
||||||
"PartList",
|
"PartList",
|
||||||
"PartAssemblyList",
|
"PartAssemblyList",
|
||||||
"PartInventoryList",
|
"PartInventoryDataList",
|
||||||
"InventoryPurchaseOrders",
|
"InventoryPurchaseOrders",
|
||||||
"PartInventoryTransactionList",
|
"PartInventoryTransactionList",
|
||||||
"PartWarehouseList",
|
"PartWarehouseList",
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user