This commit is contained in:
@@ -888,7 +888,7 @@ export default {
|
||||
);
|
||||
|
||||
this.pvm.washWorkOrderItem(wi);
|
||||
wi.workOrderId = this.value.id;
|
||||
wi.quoteId = this.value.id;
|
||||
wi.sequence = newIndex + 1;
|
||||
this.value.items.push(wi);
|
||||
this.$emit("change");
|
||||
@@ -931,7 +931,7 @@ export default {
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
workOrderId: this.value.id,
|
||||
quoteId: this.value.id,
|
||||
techNotes: null,
|
||||
workorderItemStatusId: null,
|
||||
workorderItemPriorityId: null,
|
||||
|
||||
Reference in New Issue
Block a user