This commit is contained in:
@@ -112,8 +112,19 @@
|
|||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-dialog max-width="360px" persistent v-model="newItemDialog">
|
<v-dialog max-width="360px" persistent v-model="newItemDialog">
|
||||||
<v-card>
|
<v-card>
|
||||||
|
<v-card-title>{{ $ay.t("New") }}</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
create workorder create reminder
|
<v-col cols="12">
|
||||||
|
<v-btn block
|
||||||
|
><v-icon left>$ayiTools</v-icon
|
||||||
|
>{{ $ay.t("WorkOrder") }}</v-btn
|
||||||
|
> </v-col
|
||||||
|
><v-col cols="12">
|
||||||
|
<v-btn block
|
||||||
|
><v-icon left>$ayiStickyNote</v-icon
|
||||||
|
>{{ $ay.t("Reminder") }}</v-btn
|
||||||
|
>
|
||||||
|
</v-col>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn text @click="cancelAddNew" color="primary">{{
|
<v-btn text @click="cancelAddNew" color="primary">{{
|
||||||
@@ -425,11 +436,11 @@ export default {
|
|||||||
//on extend then extendEvent (actual event), extendOriginal and createStart are set, dragEvent is null
|
//on extend then extendEvent (actual event), extendOriginal and createStart are set, dragEvent is null
|
||||||
//on create then createStart is only value set, dragEvent is null and extendEvent is null
|
//on create then createStart is only value set, dragEvent is null and extendEvent is null
|
||||||
|
|
||||||
console.log("endDragExtend ", {
|
// console.log("endDragExtend ", {
|
||||||
dragEvent: this.dragEvent,
|
// dragEvent: this.dragEvent,
|
||||||
extendEvent: this.extendEvent,
|
// extendEvent: this.extendEvent,
|
||||||
createStart: this.createStart
|
// createStart: this.createStart
|
||||||
});
|
// });
|
||||||
|
|
||||||
//Handle the event, could be one of three things: changing an event start time, changing an event length or creating a new event
|
//Handle the event, could be one of three things: changing an event start time, changing an event length or creating a new event
|
||||||
|
|
||||||
@@ -962,6 +973,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"ScheduleWeek",
|
"ScheduleWeek",
|
||||||
"Schedule4Day",
|
"Schedule4Day",
|
||||||
"WorkOrder",
|
"WorkOrder",
|
||||||
|
"Reminder",
|
||||||
|
"Review",
|
||||||
"DashboardScheduled",
|
"DashboardScheduled",
|
||||||
"WorkOrderItemPriorityID",
|
"WorkOrderItemPriorityID",
|
||||||
"WorkOrderItemSummary",
|
"WorkOrderItemSummary",
|
||||||
|
|||||||
Reference in New Issue
Block a user