This commit is contained in:
2021-04-29 23:59:52 +00:00
parent 528020f113
commit 2ffd889bd7
7 changed files with 34 additions and 7 deletions

View File

@@ -354,8 +354,8 @@
data-cy="popUpNotes"
@input="fieldValueChanged('popUpNotes')"
auto-grow
prepend-icon="$ayiExclamationCircle"
color="accent"
prepend-icon="$ayiInfoCircle"
color="primary"
></v-textarea>
</v-col>

View File

@@ -3,6 +3,7 @@
<gz-report-selector ref="reportSelector"></gz-report-selector>
<div v-if="formState.ready">
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<gz-alert :alert-message="obj.alertViz"></gz-alert>
<v-form ref="form">
<GzWoHeader
v-model="obj"
@@ -153,7 +154,8 @@ export default {
items: [],
states: [],
isDirty: true,
isLockedAtServer: false
isLockedAtServer: false,
alertViz: null
},
formState: {
ready: false,

View File

@@ -234,8 +234,8 @@
data-cy="popUpNotes"
@input="fieldValueChanged('popUpNotes')"
auto-grow
prepend-icon="$ayiExclamationCircle"
color="accent"
prepend-icon="$ayiInfoCircle"
color="primary"
></v-textarea>
</v-col>