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
|
CURRENTLY DOING: WorkOrderItemTravel
|
||||||
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
|
ORDER: Travel, tasks, parts, loans, units, outside service
|
||||||
|
|
||||||
|
|||||||
@@ -466,7 +466,7 @@ export default {
|
|||||||
taxCodeChange(newName) {
|
taxCodeChange(newName) {
|
||||||
this.value.items[this.activeWoItemIndex].expenses[
|
this.value.items[this.activeWoItemIndex].expenses[
|
||||||
this.activeItemIndex
|
this.activeItemIndex
|
||||||
].taxName = newName;
|
].chargeTaxCodeViz = newName;
|
||||||
},
|
},
|
||||||
newItem() {
|
newItem() {
|
||||||
let newIndex = this.value.items[this.activeWoItemIndex].expenses.length;
|
let newIndex = this.value.items[this.activeWoItemIndex].expenses.length;
|
||||||
|
|||||||
Reference in New Issue
Block a user