This commit is contained in:
2021-07-19 23:47:08 +00:00
parent 8a078c9114
commit 7d5bf2b185
3 changed files with 46 additions and 4 deletions

View File

@@ -1409,6 +1409,16 @@ async function clickHandler(menuItem) {
}
});
break;
case "UnitList":
m.vm.$router.push({
name: "svc-units",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.name
}
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",
@@ -1513,7 +1523,6 @@ function generateMenu(vm) {
vm: vm
});
//MIGRATE_OUTSTANDING show all: unitlist, quotelist, pmlist
menuOptions.menuItems.push({
title: "UnitList",
icon: "$ayiFan",
@@ -1521,6 +1530,7 @@ function generateMenu(vm) {
vm: vm
});
//MIGRATE_OUTSTANDING show all: unitlist, quotelist, pmlist
menuOptions.menuItems.push({
title: "QuoteList",
icon: "$ayiPencilAlt",