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

@@ -738,6 +738,26 @@ async function clickHandler(menuItem) {
}
});
break;
case "QuoteList":
m.vm.$router.push({
name: "svc-quote-item-parts",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.partNumber
}
});
break;
case "PMList":
m.vm.$router.push({
name: "svc-pm-item-parts",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.partNumber
}
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",