case 3976

This commit is contained in:
2021-09-24 23:42:59 +00:00
parent 98e4d8ce4b
commit 01523a4344
4 changed files with 22 additions and 18 deletions

View File

@@ -344,15 +344,18 @@
></v-textarea>
</v-col>
<v-col v-if="form().showMe(this, 'PopUpNotes')" cols="12">
<v-col
v-if="form().showMe(this, 'CustomerAlertNotes')"
cols="12"
>
<v-textarea
v-model="obj.popUpNotes"
v-model="obj.alertNotes"
:readonly="formState.readOnly"
:label="$ay.t('AlertNotes')"
:error-messages="form().serverErrors(this, 'popUpNotes')"
ref="popUpNotes"
data-cy="popUpNotes"
@input="fieldValueChanged('popUpNotes')"
:label="$ay.t('CustomerAlertNotes')"
:error-messages="form().serverErrors(this, 'alertNotes')"
ref="alertNotes"
data-cy="alertNotes"
@input="fieldValueChanged('alertNotes')"
auto-grow
prepend-icon="$ayiInfoCircle"
color="primary"
@@ -852,7 +855,7 @@ export default {
customFields: "{}",
tags: [],
webAddress: null,
popUpNotes: null,
alertNotes: null,
billHeadOffice: false,
headOfficeId: null,
techNotes: null,
@@ -1592,7 +1595,7 @@ async function fetchTranslatedText(vm) {
"CustomerName",
"CustomerNotes",
"WebAddress",
"AlertNotes",
"CustomerAlertNotes",
"CustomerBillHeadOffice",
"HeadOffice",
"CustomerTechNotes",