diff --git a/ayanova/src/components/work-order-item-outside-services.vue b/ayanova/src/components/work-order-item-outside-services.vue index bdfa96c1..300b5fa7 100644 --- a/ayanova/src/components/work-order-item-outside-services.vue +++ b/ayanova/src/components/work-order-item-outside-services.vue @@ -412,11 +412,8 @@ > - - - - - - ##################################################################################### - ##################################################################################### - ##################################################################################### - ##################################################################################### - ##################################################################################### - ##################################################################################### - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -949,20 +682,25 @@ export default { } }, methods: { - userChange(newName) { - this.value.items[this.activeWoItemIndex].outsideServices[ + unitChange(newName) { + this.value.items[this.activeWoItemIndex].units[ this.activeItemIndex - ].userViz = newName; + ].unitViz = newName; }, - rateChange(newName) { + vendorSentToChange(newName) { this.value.items[this.activeWoItemIndex].outsideServices[ this.activeItemIndex - ].serviceRateViz = newName; + ].vendorSentToViz = newName; + }, + vendorSentViaChange(newName) { + this.value.items[this.activeWoItemIndex].outsideServices[ + this.activeItemIndex + ].vendorSentViaViz = newName; }, taxCodeChange(newName) { this.value.items[this.activeWoItemIndex].outsideServices[ this.activeItemIndex - ].taxCodeSaleViz = newName; + ].taxCodeViz = newName; }, newItem() { let newIndex = this.value.items[this.activeWoItemIndex].outsideServices