This commit is contained in:
@@ -481,7 +481,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].expenses[
|
||||
this.activeItemIndex
|
||||
].chargeTaxCodeViz = newName;
|
||||
].taxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].expenses.length;
|
||||
@@ -495,7 +495,7 @@ export default {
|
||||
chargeAmount: 0,
|
||||
taxPaid: 0,
|
||||
chargeTaxCodeId: null,
|
||||
chargeTaxCodeViz: null,
|
||||
taxCodeViz: null,
|
||||
reimburseUser: false,
|
||||
userId: null,
|
||||
userViz: null,
|
||||
@@ -646,7 +646,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "chargeTaxCodeViz"
|
||||
value: "taxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -714,7 +714,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
chargeTaxCodeViz: x.chargeTaxCodeViz,
|
||||
taxCodeViz: x.taxCodeViz,
|
||||
taxAViz: window.$gz.locale.currencyLocalized(
|
||||
x.taxAViz,
|
||||
this.pvm.languageName,
|
||||
|
||||
@@ -484,7 +484,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].labors[
|
||||
this.activeItemIndex
|
||||
].TaxCodeViz = newName;
|
||||
].taxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].labors.length;
|
||||
@@ -775,7 +775,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "TaxCodeViz"
|
||||
value: "taxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -856,7 +856,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
TaxCodeViz: x.TaxCodeViz,
|
||||
taxCodeViz: x.taxCodeViz,
|
||||
priceOverride: window.$gz.locale.currencyLocalized(
|
||||
x.priceOverride,
|
||||
this.pvm.languageName,
|
||||
|
||||
@@ -476,7 +476,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].parts[
|
||||
this.activeItemIndex
|
||||
].taxPartSaleViz = newName;
|
||||
].taxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].parts.length;
|
||||
@@ -717,7 +717,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "taxPartSaleViz"
|
||||
value: "taxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -787,7 +787,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
taxPartSaleViz: x.taxPartSaleViz,
|
||||
taxCodeViz: x.taxCodeViz,
|
||||
priceOverride: window.$gz.locale.currencyLocalized(
|
||||
x.priceOverride,
|
||||
this.pvm.languageName,
|
||||
|
||||
@@ -484,7 +484,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].travels[
|
||||
this.activeItemIndex
|
||||
].TaxCodeViz = newName;
|
||||
].taxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].travels.length;
|
||||
@@ -776,7 +776,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Tax"),
|
||||
align: "left",
|
||||
value: "TaxCodeViz"
|
||||
value: "taxCodeViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -857,7 +857,7 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.currencyName
|
||||
),
|
||||
TaxCodeViz: x.TaxCodeViz,
|
||||
taxCodeViz: x.taxCodeViz,
|
||||
priceOverride: window.$gz.locale.currencyLocalized(
|
||||
x.priceOverride,
|
||||
this.pvm.languageName,
|
||||
|
||||
Reference in New Issue
Block a user