This commit is contained in:
@@ -401,6 +401,8 @@ export default {
|
||||
return "$ayiCustomize";
|
||||
case window.$gz.type.Part:
|
||||
return "$ayiBoxes";
|
||||
case window.$gz.type.PartAssembly:
|
||||
return "$ayiObjectGroup";
|
||||
case window.$gz.type.PM:
|
||||
return "$ayiBusinessTime";
|
||||
case window.$gz.type.PMItem:
|
||||
|
||||
@@ -649,31 +649,7 @@ function generateMenu(vm) {
|
||||
});
|
||||
}
|
||||
|
||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
//---- SHOW ALL ---
|
||||
//MIGRATE_OUTSTANDING show all: workorderlist, quotelist, pmlist
|
||||
menuOptions.menuItems.push({
|
||||
title: "WorkOrderList",
|
||||
icon: "$ayiTools",
|
||||
key: FORM_KEY + ":WorkOrderList",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "QuoteList",
|
||||
icon: "$ayiPencilAlt",
|
||||
key: FORM_KEY + ":QuoteList",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "PMList",
|
||||
icon: "$ayiBusinessTime",
|
||||
key: FORM_KEY + ":PMList",
|
||||
vm: vm
|
||||
});
|
||||
//--- /show all ---
|
||||
|
||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user