This commit is contained in:
2021-05-21 23:46:42 +00:00
parent 3f8e6d9385
commit 81699cd61e
2 changed files with 5 additions and 2 deletions

View File

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

View File

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