This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user