This commit is contained in:
@@ -532,7 +532,7 @@ export default {
|
|||||||
taxCodeChange(newName) {
|
taxCodeChange(newName) {
|
||||||
this.value.items[this.activeWoItemIndex].labors[
|
this.value.items[this.activeWoItemIndex].labors[
|
||||||
this.activeItemIndex
|
this.activeItemIndex
|
||||||
].taxCodeSaleViz = newName;
|
].taxName = newName;
|
||||||
},
|
},
|
||||||
newItem() {
|
newItem() {
|
||||||
let newIndex = this.value.items[this.activeWoItemIndex].labors.length;
|
let newIndex = this.value.items[this.activeWoItemIndex].labors.length;
|
||||||
@@ -550,10 +550,16 @@ export default {
|
|||||||
noChargeQuantity: 0,
|
noChargeQuantity: 0,
|
||||||
serviceBankId: null,
|
serviceBankId: null,
|
||||||
taxCodeSaleId: null,
|
taxCodeSaleId: null,
|
||||||
taxCodeSaleViz: null,
|
taxName: null,
|
||||||
basePrice: 0,
|
|
||||||
price: 0,
|
price: 0,
|
||||||
manualDiscountPct: 0,
|
cost: 0,
|
||||||
|
listPrice: 0,
|
||||||
|
taxAPct: 0,
|
||||||
|
taxBPct: 0,
|
||||||
|
taxOnTax: false,
|
||||||
|
taxAViz: 0,
|
||||||
|
taxBViz: 0,
|
||||||
|
lineTotalViz: 0,
|
||||||
isDirty: true,
|
isDirty: true,
|
||||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||||
uid: Date.now() //used for error tracking / display
|
uid: Date.now() //used for error tracking / display
|
||||||
|
|||||||
Reference in New Issue
Block a user