This commit is contained in:
@@ -525,7 +525,10 @@ export default {
|
|||||||
priceOverride: null,
|
priceOverride: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
loanUnitViz: null,
|
||||||
|
taxCodeViz: null,
|
||||||
|
unitOfMeasureViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -683,7 +683,11 @@ export default {
|
|||||||
taxCodeId: null,
|
taxCodeId: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
unitViz: null,
|
||||||
|
vendorSentToViz: null,
|
||||||
|
vendorSentViaViz: null,
|
||||||
|
taxCodeViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -447,7 +447,8 @@ export default {
|
|||||||
quantity: requestQuantity,
|
quantity: requestQuantity,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
requestAmountViz: null
|
||||||
});
|
});
|
||||||
|
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
@@ -497,7 +498,10 @@ export default {
|
|||||||
listPrice: 0,
|
listPrice: 0,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
partWarehouseViz: null,
|
||||||
|
partViz: null,
|
||||||
|
taxCodeViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -348,7 +348,9 @@ export default {
|
|||||||
serviceRateId: null,
|
serviceRateId: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
userViz: null,
|
||||||
|
serviceRateViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -384,7 +384,8 @@ export default {
|
|||||||
completedDate: null,
|
completedDate: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now()
|
uid: Date.now(),
|
||||||
|
completedByUserViz: null
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
@@ -429,7 +430,9 @@ export default {
|
|||||||
completedDate: null,
|
completedDate: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
completedByUserViz: null,
|
||||||
|
statusViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -504,7 +504,10 @@ export default {
|
|||||||
priceOverride: null,
|
priceOverride: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now(),
|
||||||
|
userViz: null,
|
||||||
|
travelRateViz: null,
|
||||||
|
taxCodeViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
this.selectedRow = [{ index: newIndex }];
|
this.selectedRow = [{ index: newIndex }];
|
||||||
|
|||||||
@@ -296,7 +296,7 @@ export default {
|
|||||||
serviceRateId: null,
|
serviceRateId: null,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now(), //used for error tracking / display
|
uid: Date.now(),
|
||||||
unitViz: null
|
unitViz: null
|
||||||
});
|
});
|
||||||
this.$emit("change");
|
this.$emit("change");
|
||||||
|
|||||||
Reference in New Issue
Block a user