This commit is contained in:
2021-01-28 18:36:51 +00:00
parent 6459f2590b
commit 61433f0c18
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export default {
vm.rights = window.$gz.role.getRights(window.$gz.type.PartInventory);
window.$gz.eventBus.$on("menu-click", clickHandler);
//Generate client criteria to send if filtered by part, whs or both
//Generate client criteria to send if filtered by part, whs or both
//ClientCriteria is optional for this list, Format for this list is "PARTID,WAREHOUSEID" where the id is 0 if not filtered or the id to filter
if (vm.$route.params.filter) {
vm.clientCriteria = `${
@@ -39,7 +39,7 @@ export default {
},${
vm.$route.params.filter.PartWarehouseName
? vm.$route.params.filter.PartWarehouseName
: "0"
: ""
}`;
}

View File

@@ -41,7 +41,7 @@ export default {
},${
vm.$route.params.filter.PartWarehouseName
? vm.$route.params.filter.PartWarehouseName
: "0"
: ""
}`;
}