This commit is contained in:
2021-07-12 13:53:48 +00:00
parent bb4cb6fbba
commit e8bd3be363
2 changed files with 33 additions and 17 deletions

View File

@@ -328,7 +328,26 @@ async function clickHandler(menuItem) {
case "add-dash":
m.vm.showSelector = true;
break;
case "WorkOrderItemScheduledUserList":
m.vm.$router.push({
name: "svc-workorder-item-scheduled-users",
params: {
aType: window.$gz.type.User,
objectId: m.vm.$store.state.userId,
name: m.vm.$store.state.userName
}
});
break;
case "WorkOrderItemLaborList":
m.vm.$router.push({
name: "svc-workorder-item-labors",
params: {
aType: window.$gz.type.User,
objectId: m.vm.$store.state.userId,
name: m.vm.$store.state.userName
}
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",