This commit is contained in:
2021-04-09 17:14:53 +00:00
parent efe1b2bf2b
commit a1feb78c13
4 changed files with 40 additions and 64 deletions

View File

@@ -1,8 +1,6 @@
<template>
<div v-if="pvm != null">
<!-- implement the "four states" here -->
<!-- HIDDEN(already taken care of, just three I guess), EMPTY, SINGLE, MULTIPLE -->
selected row: {{ selectedRow }}
<!-- Title and menu -->
<v-col cols="12">
<v-menu offset-y>
@@ -97,17 +95,18 @@
></gz-decimal>
</v-col>
</template>
<!-- {{ pvm.hasSelectedScheduledUserItem }}<br />
{{ pvm.hasSelectedWoItem }}<br />
{{ pvm.selectedScheduledUserItemIndex }}<br />
{{ value.items[pvm.selectedItemIndex].scheduledUsers }}<br /> -->
</div>
</template>
<script>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
todo: sometimes grid row is not highlighted when edit form is exposed to match
I think after a new record is added it's not highlighting, needs some id wizardry I think
*/
export default {
data() {
return { selectedRow: [] };