This commit is contained in:
@@ -656,7 +656,7 @@ export default {
|
||||
});
|
||||
break;
|
||||
case window.$gz.type.WorkOrderItemPartRequest:
|
||||
z.parts.forEach((x, childindex) => {
|
||||
z.partRequests.forEach((x, childindex) => {
|
||||
if (x.id == val.id) {
|
||||
navto.woitemindex = itemindex;
|
||||
navto.childindex = childindex;
|
||||
|
||||
@@ -100,6 +100,7 @@ export default {
|
||||
vm.formState.ready = true;
|
||||
//navigate somewhere??
|
||||
if (this.$route.params.gotype != null) {
|
||||
//console.log("wo-go:", this.$route.params);
|
||||
//find out which woitem and then find out which type to set and then set them as the active item somehow
|
||||
const gotype = Number(this.$route.params.gotype);
|
||||
const goid = Number(this.$route.params.goid);
|
||||
|
||||
Reference in New Issue
Block a user