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->
|
- make minimal front end enough for POC wokorder->
|
||||||
woitem ->
|
woitem ->
|
||||||
woitemscheduleduser collection
|
woitemscheduleduser collection
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="pvm.hasSelectedScheduledUserItem">
|
<template v-if="pvm.hasSelectedScheduledUserItem">
|
||||||
|
[DELETE BUTTON HERE]
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<gz-decimal
|
<gz-decimal
|
||||||
v-model="
|
v-model="
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="pvm.hasSelectedWoItem">
|
<template v-if="pvm.hasSelectedWoItem">
|
||||||
|
[DELETE BUTTON HERE]
|
||||||
<v-col v-if="form().showMe(this, 'TechNotes')" cols="12">
|
<v-col v-if="form().showMe(this, 'TechNotes')" cols="12">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
v-model="value.items[pvm.selectedItemIndex].techNotes"
|
v-model="value.items[pvm.selectedItemIndex].techNotes"
|
||||||
|
|||||||
Reference in New Issue
Block a user