This commit is contained in:
2021-07-26 21:52:09 +00:00
parent 29cd9e8541
commit 41303e7726
13 changed files with 8426 additions and 86 deletions

View File

@@ -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,