This commit is contained in:
2021-10-04 19:49:02 +00:00
parent a82b9fca1c
commit c7f7c4fef9

View File

@@ -142,15 +142,9 @@
</v-row> </v-row>
</template> </template>
<!-- MORE INFO DIALOG --> <!-- MORE INFO DIALOG -->
<v-menu <template>
v-model="moreInfoDialog" <v-row justify="center">
:close-on-content-click="false" <v-dialog max-width="600px" v-model="moreInfoDialog">
:activator="selectedElement"
min-width="350px"
max-width="600"
absolute
close-on-click
>
<v-card color="grey lighten-4" flat> <v-card color="grey lighten-4" flat>
<v-toolbar> <v-toolbar>
<v-btn icon @click="openScheduledItem()"> <v-btn icon @click="openScheduledItem()">
@@ -166,7 +160,9 @@
<span class="text-body-1 ml-2">{{ evInfo.name }}</span> <span class="text-body-1 ml-2">{{ evInfo.name }}</span>
</div> </div>
<div> <div>
<span class="text-h6">{{ $ay.t("DashboardScheduled") }}:</span> <span class="text-h6"
>{{ $ay.t("DashboardScheduled") }}:</span
>
<span class="text-body-1 ml-2" <span class="text-body-1 ml-2"
>{{ $ay.dt(evInfo.startDate) }}&nbsp;&mdash;&nbsp;{{ >{{ $ay.dt(evInfo.startDate) }}&nbsp;&mdash;&nbsp;{{
$ay.dt(evInfo.stopDate) $ay.dt(evInfo.stopDate)
@@ -233,7 +229,9 @@
</template> </template>
<!--woitemscheduleduser --> <!--woitemscheduleduser -->
<template <template
v-if="selectedEvent.type == $ay.ayt().WorkOrderItemScheduledUser" v-if="
selectedEvent.type == $ay.ayt().WorkOrderItemScheduledUser
"
> >
<div> <div>
<span class="text-h6">{{ $ay.t("WorkOrder") }}:</span> <span class="text-h6">{{ $ay.t("WorkOrder") }}:</span>
@@ -248,7 +246,9 @@
}}</span> }}</span>
</div> </div>
<div> <div>
<span class="text-h6">{{ $ay.t("DashboardScheduled") }}:</span> <span class="text-h6"
>{{ $ay.t("DashboardScheduled") }}:</span
>
<span class="text-body-1 ml-2" <span class="text-body-1 ml-2"
>{{ $ay.dt(evInfo.startDate) }}&nbsp;&mdash;&nbsp;{{ >{{ $ay.dt(evInfo.startDate) }}&nbsp;&mdash;&nbsp;{{
$ay.dt(evInfo.stopDate) $ay.dt(evInfo.stopDate)
@@ -265,7 +265,9 @@
</div> </div>
<div> <div>
<span class="text-h6" <span class="text-h6"
>{{ $ay.t("WorkOrderItemScheduledUserServiceRateID") }}:</span >{{
$ay.t("WorkOrderItemScheduledUserServiceRateID")
}}:</span
> >
<span class="text-body-1 ml-2">{{ evInfo.rate }}</span> <span class="text-body-1 ml-2">{{ evInfo.rate }}</span>
</div> </div>
@@ -312,7 +314,9 @@
> >
</div> </div>
<div> <div>
<span class="text-h6">{{ $ay.t("WorkOrderItemTags") }}:</span> <span class="text-h6"
>{{ $ay.t("WorkOrderItemTags") }}:</span
>
<span class="text-body-1 ml-2">{{ <span class="text-body-1 ml-2">{{
$ay.util().formatTags(evInfo.woitemtags) $ay.util().formatTags(evInfo.woitemtags)
}}</span> }}</span>
@@ -331,7 +335,9 @@
</v-btn> </v-btn>
</v-card-actions> </v-card-actions>
</v-card> </v-card>
</v-menu> </v-dialog>
</v-row>
</template>
</v-sheet> </v-sheet>
<template> <template>
<v-row justify="center"> <v-row justify="center">