This commit is contained in:
2021-05-10 15:17:11 +00:00
parent ab9b953d9b
commit 021af706cf
4 changed files with 544 additions and 2 deletions

View File

@@ -361,6 +361,19 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<GzWoItemScheduledUsers
v-if="
pvm.subRights.scheduledUsers.visible &&
form().showMe(this, 'WorkOrderItemScheduledUserList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
data-cy="woItemScheduledUsers"
@change="$emit('change')"
/>
</v-col>
</template>
</v-row>
</div>
@@ -370,10 +383,12 @@
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-users.vue";
import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
export default {
components: {
GzWoItemScheduledUsers
GzWoItemScheduledUsers,
GzWoItemExpenses
},
created() {
this.setDefaultView();