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