This commit is contained in:
2021-05-21 23:48:39 +00:00
parent 81699cd61e
commit a4579c93c6
2 changed files with 2 additions and 5 deletions

View File

@@ -339,10 +339,7 @@ todo: many biz objects are not using new PUT methodology
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
CURRENTLY DOING: WorkOrderItemTravel
ORDER: Travel, tasks, parts, loans, units, outside service

View File

@@ -466,7 +466,7 @@ export default {
taxCodeChange(newName) {
this.value.items[this.activeWoItemIndex].expenses[
this.activeItemIndex
].taxName = newName;
].chargeTaxCodeViz = newName;
},
newItem() {
let newIndex = this.value.items[this.activeWoItemIndex].expenses.length;