This commit is contained in:
2021-04-19 14:51:11 +00:00
parent 5ad8ea7fee
commit ac9c21adf1
3 changed files with 17 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
<template v-if="showTable">
<!-- ################################ SCHEDULED USERS TABLE ############################### -->
<v-col cols="12">
<v-col cols="12" class="mb-10">
<v-data-table
:headers="headerList"
:items="itemList"

View File

@@ -37,7 +37,7 @@
<template v-if="showTable">
<!-- ################################ WORK ORDER ITEMS TABLE ############################### -->
<v-col cols="12">
<v-col cols="12" class="mb-10">
<v-data-table
:headers="headerList"
:items="itemList"
@@ -59,7 +59,15 @@
</v-col>
</template>
<template v-if="activeItemIndex != null">
<h1 v-if="isDeleted">MARKED FOR DELETE</h1>
<v-btn
v-if="canDelete && isDeleted"
large
@click="unDeleteItem"
color="primary"
>{{ $ay.t("Undelete")
}}<v-icon right large>$ayiTrashRestoreAlt</v-icon></v-btn
>
<v-col v-if="form().showMe(this, 'WorkOrderItemSummary')" cols="12">
<v-textarea
v-model="value.items[activeItemIndex].notes"