This commit is contained in:
@@ -366,7 +366,7 @@ function initDataObject(vm) {
|
|||||||
if (res.error) {
|
if (res.error) {
|
||||||
throw res.error;
|
throw res.error;
|
||||||
}
|
}
|
||||||
debugger;
|
|
||||||
//set vm.obj to the combined synthesized snapshot array of template and availble fields for working data for this form
|
//set vm.obj to the combined synthesized snapshot array of template and availble fields for working data for this form
|
||||||
// - {key, ltdisplay, hideable, custom, required, hide, type}
|
// - {key, ltdisplay, hideable, custom, required, hide, type}
|
||||||
//Iterate ObjectFields
|
//Iterate ObjectFields
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'WidgetSerial')"
|
v-if="form().showMe(this, 'Serial')"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'WidgetCount')"
|
v-if="form().showMe(this, 'Count')"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'WidgetDollarAmount')"
|
v-if="form().showMe(this, 'DollarAmount')"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'WidgetUserType')"
|
v-if="form().showMe(this, 'UserType')"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
></v-select>
|
></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col v-if="form().showMe(this, 'WidgetNotes')" cols="12">
|
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
v-model="obj.notes"
|
v-model="obj.notes"
|
||||||
:readonly="this.formState.readOnly"
|
:readonly="this.formState.readOnly"
|
||||||
|
|||||||
Reference in New Issue
Block a user