This commit is contained in:
2019-02-21 23:15:05 +00:00
parent 303f2edcb1
commit 2a85a773dc
2 changed files with 8 additions and 3 deletions

View File

@@ -14,8 +14,13 @@ TODO CLIENT STUFF
TODO NEXT
Choose a validation library (or none at all)
consider the workorder when doing that as it's the most complex to validate
Put all the widget fields on the form
Check rights when navigating to the form
Fetch the record when the form opens
Localize the validations
Ensure my own validations work to match the biz rules for the widget form.
Add update and save code
Make all fields work according to specs below
Make a basic crud form with all the fields necessary, then iterate over it adding the items below.

View File

@@ -73,7 +73,7 @@
<v-flex xs1>
<v-btn @click="clear">clear</v-btn>
</v-flex>
<v-flex xs1 ><!--offset-xs7 offset-sm9 -->
<v-flex xs1>
<v-btn @click="submit">submit</v-btn>
</v-flex>
</v-layout>