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