This commit is contained in:
@@ -35,6 +35,19 @@
|
||||
@input="fieldValueChanged('tags')"
|
||||
></gz-tag-picker>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<gz-date-time-picker
|
||||
:label="$ay.t('CustomerNoteNoteDate')"
|
||||
v-model="obj.noteDate"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
ref="noteDate"
|
||||
testId="noteDate"
|
||||
:error-messages="form().serverErrors(this, 'noteDate')"
|
||||
@input="fieldValueChanged('noteDate')"
|
||||
></gz-date-time-picker>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-form>
|
||||
|
||||
|
||||
@@ -1620,7 +1620,8 @@ async function fetchTranslatedText(vm) {
|
||||
"Contact",
|
||||
"LastLogin",
|
||||
"CustomerNoteList",
|
||||
"CustomerNoteNotes"
|
||||
"CustomerNoteNotes",
|
||||
"CustomerNoteNoteDate"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user