This commit is contained in:
2021-04-07 00:15:50 +00:00
parent aed8271f95
commit c7c9a09d4a
3 changed files with 5 additions and 1 deletions

View File

@@ -212,7 +212,9 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: workorder front POC
CURRENTLY DOING: add delete button, add Add() methods for item and scheduser then is ready to test full graph partial updating system
- confirm Create, Retrieve, Update, Delete works completely
- try to start with a new workorder if possible
- make minimal front end enough for POC wokorder->
woitem ->
woitemscheduleduser collection

View File

@@ -56,6 +56,7 @@
</v-col>
</template>
<template v-if="pvm.hasSelectedScheduledUserItem">
[DELETE BUTTON HERE]
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-decimal
v-model="

View File

@@ -54,6 +54,7 @@
</v-col>
</template>
<template v-if="pvm.hasSelectedWoItem">
[DELETE BUTTON HERE]
<v-col v-if="form().showMe(this, 'TechNotes')" cols="12">
<v-textarea
v-model="value.items[pvm.selectedItemIndex].techNotes"