This commit is contained in:
2021-05-19 17:49:38 +00:00
parent cdaf7f1dee
commit 121f134dec
3 changed files with 15 additions and 10 deletions

View File

@@ -57,6 +57,19 @@
:show-select="$vuetify.breakpoint.xs"
single-select
>
<template v-slot:[`item.reimburseUser`]="{ item }">
<v-simple-checkbox
v-model="item.reimburseUser"
disabled
></v-simple-checkbox>
</template>
<template v-slot:[`item.chargeToCustomer`]="{ item }">
<v-simple-checkbox
v-model="item.chargeToCustomer"
disabled
></v-simple-checkbox>
</template>
</v-data-table>
</v-col>
</template>
@@ -620,7 +633,7 @@ export default {
if (this.form().showMe(this, "WorkOrderItemExpenseName")) {
headers.push({
text: this.$ay.t("WorkOrderItemExpenseName"),
align: "left",
align: "start",
value: "name"
});
}

View File

@@ -743,7 +743,7 @@ export default {
});
}
if (this.form().showMe(this, "LaborTaxName")) {
if (this.form().showMe(this, "WorkOrderItemLaborTaxRateSaleID")) {
headers.push({
text: this.$ay.t("Tax"),
align: "left",