This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user