This commit is contained in:
2021-06-17 19:20:04 +00:00
parent 461689ceac
commit 910e404aad
5 changed files with 28 additions and 13 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,