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

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