From aba03e679560ebc56380dda3b2de09cfaba97648 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 11 May 2021 15:25:22 +0000 Subject: [PATCH] --- .../src/components/work-order-item-labors.vue | 448 +++++++++++------- 1 file changed, 273 insertions(+), 175 deletions(-) diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index 4df5ffda..b582368f 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -68,272 +68,158 @@ }}$ayiTrashRestoreAlt - ------------------------------------------------------------- - - + > - - - - - - - - - + > - + > - - - - + + + + + + + + + + + + + + + + + + + + @@ -510,10 +603,15 @@ export default { this.activeItemIndex ].userViz = newName; }, + rateChange(newName) { + this.value.items[this.activeWoItemIndex].labors[ + this.activeItemIndex + ].serviceRateViz = newName; + }, taxCodeChange(newName) { this.value.items[this.activeWoItemIndex].labors[ this.activeItemIndex - ].chargeTaxCodeViz = newName; + ].taxCodeSaleViz = newName; }, newItem() { let newIndex = this.value.items[this.activeWoItemIndex].labors.length;