This commit is contained in:
2021-04-02 23:36:20 +00:00
parent b2b5e9ce7b
commit 1c58bc5b8d
3 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<h2>WorkOrder items here</h2>
<div v-if="pvm != null">
<h2>WorkOrder items</h2>
<!-- items:{{ value.items }}<br /> -->
<span class="text-caption"
@@ -10,10 +10,12 @@
<h3>table of woitems here</h3>
itemcount:{{ value.items.length }}
</template>
<template v-if="pvm.selectedItemIndex != null">
<h4>woitemform here</h4>
<h5 class="ml-5">woitem grandchildren here</h5>
<GzWoItemScheduledUsers data-cy="woItemScheduledUsers" />
<template v-if="pvm.hasSelectedWoItem">
<GzWoItemScheduledUsers
v-model="value"
:pvm="pvm"
data-cy="woItemScheduledUsers"
/>
</template>
<template v-else>
<h5>select a woitem to view the form</h5>