This commit is contained in:
2021-08-20 23:12:37 +00:00
parent f2a0f12bcc
commit 1c6b6716dc
7 changed files with 128 additions and 63 deletions

View File

@@ -1405,6 +1405,26 @@ async function clickHandler(menuItem) {
}
});
break;
case "QuoteList":
m.vm.$router.push({
name: "svc-quotes",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.name
}
});
break;
case "PMList":
m.vm.$router.push({
name: "svc-pms",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.name
}
});
break;
case "UnitList":
m.vm.$router.push({
name: "svc-units",