From 81699cd61ec3e997f2a85418c234cd123be05e3d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 21 May 2021 23:46:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/src/components/work-order-item-labors.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 28a970ce..e97a02b0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -339,7 +339,10 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: WorkOrderItemTravel +CURRENTLY DOING: Instant viz update in form when select, currently labor rate and user do this, but pretty much nothing else afaIct + decision is to show it from pick list instantly in table as user may be moving around filling it all out + +WorkOrderItemTravel ORDER: Travel, tasks, parts, loans, units, outside service diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index e1dbc1c0..12c4fb24 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -470,7 +470,7 @@ export default { taxCodeChange(newName) { this.value.items[this.activeWoItemIndex].labors[ this.activeItemIndex - ].taxName = newName; + ].taxCodeSaleViz = newName; }, newItem() { let newIndex = this.value.items[this.activeWoItemIndex].labors.length;