This commit is contained in:
@@ -1505,7 +1505,7 @@ function generateMenu(vm) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//---- SHOW ALL ---
|
//---- SHOW ALL ---
|
||||||
//MIGRATE_OUTSTANDING show all: workorderlist, unitlist, quotelist, pmlist
|
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "WorkOrderList",
|
title: "WorkOrderList",
|
||||||
icon: "$ayiTools",
|
icon: "$ayiTools",
|
||||||
@@ -1513,6 +1513,7 @@ function generateMenu(vm) {
|
|||||||
vm: vm
|
vm: vm
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//MIGRATE_OUTSTANDING show all: unitlist, quotelist, pmlist
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "UnitList",
|
title: "UnitList",
|
||||||
icon: "$ayiFan",
|
icon: "$ayiFan",
|
||||||
|
|||||||
@@ -551,7 +551,16 @@ async function clickHandler(menuItem) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case "WorkOrderList":
|
||||||
|
m.vm.$router.push({
|
||||||
|
name: "svc-workorders",
|
||||||
|
params: {
|
||||||
|
aType: m.vm.ayaType,
|
||||||
|
objectId: m.vm.obj.id,
|
||||||
|
name: m.vm.obj.name
|
||||||
|
}
|
||||||
|
});
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
window.$gz.eventBus.$emit(
|
window.$gz.eventBus.$emit(
|
||||||
"notify-warning",
|
"notify-warning",
|
||||||
@@ -642,7 +651,6 @@ function generateMenu(vm) {
|
|||||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||||
|
|
||||||
//---- SHOW ALL ---
|
//---- SHOW ALL ---
|
||||||
//MIGRATE_OUTSTANDING show all: workorderlist, quotelist, pmlist
|
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "WorkOrderList",
|
title: "WorkOrderList",
|
||||||
icon: "$ayiTools",
|
icon: "$ayiTools",
|
||||||
@@ -650,6 +658,7 @@ function generateMenu(vm) {
|
|||||||
vm: vm
|
vm: vm
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//MIGRATE_OUTSTANDING show all: workorderlist, quotelist, pmlist
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "QuoteList",
|
title: "QuoteList",
|
||||||
icon: "$ayiPencilAlt",
|
icon: "$ayiPencilAlt",
|
||||||
|
|||||||
Reference in New Issue
Block a user