This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h3 class="ml-6">WorkOrderItemScheduledUsers here</h3>
|
<h5 class="ml-12">WorkOrderItemScheduledUsers here</h5>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h2>WorkOrder items here</h2>
|
<h2>WorkOrder items here</h2>
|
||||||
<template v-if="value.items.count > 1">
|
|
||||||
table of woitems here
|
|
||||||
</template>
|
|
||||||
<template v-if="pvm.selectedItemIndex">
|
|
||||||
woitem is selected
|
|
||||||
</template>
|
|
||||||
|
|
||||||
woitemfields
|
items:{{ value.items }}<br />
|
||||||
<GzWoItemScheduledUsers data-cy="woItemScheduledUsers" />
|
|
||||||
|
<template v-if="value.items && value.items.length > 0">
|
||||||
|
<h3>table of woitems here</h3>
|
||||||
|
itemcount:{{ value.items.length }}
|
||||||
|
</template>
|
||||||
|
<template v-if="pvm.selectedItemIndex != null">
|
||||||
|
selected index: {{ pvm.selectedItemIndex }}
|
||||||
|
<h4>woitemform here</h4>
|
||||||
|
<h5 class="ml-5">woitem grandchildren here</h5>
|
||||||
|
<GzWoItemScheduledUsers data-cy="woItemScheduledUsers" />
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user