This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user