case 4357

This commit is contained in:
2022-12-20 22:11:12 +00:00
parent e2697a1f37
commit 3d176421b5
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +0,0 @@
test new

View File

@@ -49,7 +49,8 @@ export default {
//NOTE: if extension doesn't support a particular object add it here to the NoType default //NOTE: if extension doesn't support a particular object add it here to the NoType default
if ( if (
vm.dataListSelection.AType != 0 && vm.dataListSelection.AType != 0 &&
vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock &&
vm.dataListSelection.AType != window.$gz.type.PartInventoryDataList
) { ) {
vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType); vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType);
} }

View File

@@ -71,7 +71,8 @@ export default {
if ( if (
vm.dataListSelection.AType != 0 && vm.dataListSelection.AType != 0 &&
vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock &&
vm.dataListSelection.AType != window.$gz.type.PartInventoryDataList
) { ) {
vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType); vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType);
} }