This commit is contained in:
@@ -69,13 +69,14 @@
|
|||||||
<!-- append-outer-icon="$ayiPlus"
|
<!-- append-outer-icon="$ayiPlus"
|
||||||
@click:append-outer="addState()" -->
|
@click:append-outer="addState()" -->
|
||||||
<template v-if="canAdd">
|
<template v-if="canAdd">
|
||||||
<div class="mt-4">
|
<div class="mt-8">
|
||||||
<v-autocomplete
|
<v-autocomplete
|
||||||
v-model="selectedStatus"
|
v-model="selectedStatus"
|
||||||
:items="pvm.selectLists.allowedwostatus"
|
:items="pvm.selectLists.allowedwostatus"
|
||||||
item-text="name"
|
item-text="name"
|
||||||
item-value="id"
|
item-value="id"
|
||||||
dense
|
dense
|
||||||
|
:label="$ay.t('NewStatus')"
|
||||||
>
|
>
|
||||||
<template v-slot:item="data">
|
<template v-slot:item="data">
|
||||||
<v-list-item-avatar>
|
<v-list-item-avatar>
|
||||||
@@ -111,22 +112,7 @@
|
|||||||
</v-autocomplete>
|
</v-autocomplete>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<!-- <v-select
|
|
||||||
v-model="moveType"
|
|
||||||
:items="selectLists.objectTypes"
|
|
||||||
item-text="name"
|
|
||||||
item-value="id"
|
|
||||||
:label="$ay.t('AyaType')"
|
|
||||||
></v-select>
|
|
||||||
|
|
||||||
<gz-pick-list
|
|
||||||
v-if="moveType != 0"
|
|
||||||
:aya-type="moveType"
|
|
||||||
:show-edit-icon="false"
|
|
||||||
:include-inactive="true"
|
|
||||||
v-model="moveId"
|
|
||||||
label="Id"
|
|
||||||
></gz-pick-list> -->
|
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
@@ -145,49 +131,6 @@
|
|||||||
</v-dialog>
|
</v-dialog>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<!-- <template v-if="canAdd">
|
|
||||||
<div>
|
|
||||||
<v-autocomplete
|
|
||||||
v-model="selectedStatus"
|
|
||||||
:items="pvm.selectLists.allowedwostatus"
|
|
||||||
item-text="name"
|
|
||||||
item-value="id"
|
|
||||||
append-outer-icon="$ayiPlus"
|
|
||||||
@click:append-outer="addState()"
|
|
||||||
dense
|
|
||||||
>
|
|
||||||
<template v-slot:item="data">
|
|
||||||
<v-list-item-avatar>
|
|
||||||
<v-icon :color="data.item.color">$ayiFlag</v-icon>
|
|
||||||
</v-list-item-avatar>
|
|
||||||
<v-list-item-content>
|
|
||||||
<v-list-item-title
|
|
||||||
><span class="text-subtitle-2">{{ data.item.name }}</span
|
|
||||||
><v-icon
|
|
||||||
small
|
|
||||||
color="disabled"
|
|
||||||
class="ml-2"
|
|
||||||
v-if="data.item.locked"
|
|
||||||
>$ayiLock</v-icon
|
|
||||||
>
|
|
||||||
<v-icon
|
|
||||||
color="disabled"
|
|
||||||
class="ml-1"
|
|
||||||
small
|
|
||||||
v-if="data.item.completed"
|
|
||||||
>$ayiCheckCircle</v-icon
|
|
||||||
></v-list-item-title
|
|
||||||
>
|
|
||||||
|
|
||||||
<v-list-item-subtitle>
|
|
||||||
{{ data.item.notes }}</v-list-item-subtitle
|
|
||||||
>
|
|
||||||
</v-list-item-content>
|
|
||||||
<v-list-item-action> </v-list-item-action>
|
|
||||||
</template>
|
|
||||||
</v-autocomplete>
|
|
||||||
</div>
|
|
||||||
</template> -->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
fixup status control
|
fixup status control
|
||||||
|
|||||||
Reference in New Issue
Block a user