This commit is contained in:
@@ -29,7 +29,7 @@ export default {
|
|||||||
vm.rights = window.$gz.role.getRights(window.$gz.type.PartInventory);
|
vm.rights = window.$gz.role.getRights(window.$gz.type.PartInventory);
|
||||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
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
|
//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) {
|
if (vm.$route.params.filter) {
|
||||||
vm.clientCriteria = `${
|
vm.clientCriteria = `${
|
||||||
@@ -39,7 +39,7 @@ export default {
|
|||||||
},${
|
},${
|
||||||
vm.$route.params.filter.PartWarehouseName
|
vm.$route.params.filter.PartWarehouseName
|
||||||
? vm.$route.params.filter.PartWarehouseName
|
? vm.$route.params.filter.PartWarehouseName
|
||||||
: "0"
|
: ""
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export default {
|
|||||||
},${
|
},${
|
||||||
vm.$route.params.filter.PartWarehouseName
|
vm.$route.params.filter.PartWarehouseName
|
||||||
? vm.$route.params.filter.PartWarehouseName
|
? vm.$route.params.filter.PartWarehouseName
|
||||||
: "0"
|
: ""
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user