From ce4b4cb32e4a99e088d96dc431db02cf401bc99c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 May 2021 19:32:12 +0000 Subject: [PATCH] --- .../work-order-item-outside-services.vue | 322 ++---------------- 1 file changed, 30 insertions(+), 292 deletions(-) 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