This commit is contained in:
2020-11-24 20:29:14 +00:00
parent 58706f6bc3
commit 9c7b8e1d59
4 changed files with 11 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ export default {
try {
await initForm(vm);
vm.rights = window.$gz.role.getRights(window.$gz.type.Customer);
vm.rights = window.$gz.role.getRights(window.$gz.type.CustomerNote);
vm.formState.readOnly = !vm.rights.change;
window.$gz.eventBus.$on("menu-click", clickHandler);
this.customername = this.$route.params.customername;