case 3976
This commit is contained in:
@@ -224,15 +224,15 @@
|
||||
></v-textarea>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'PopUpNotes')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'VendorAlertNotes')" 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')"
|
||||
:error-messages="form().serverErrors(this, 'alertNotes')"
|
||||
ref="alertNotes"
|
||||
data-cy="alertNotes"
|
||||
@input="fieldValueChanged('alertNotes')"
|
||||
auto-grow
|
||||
prepend-icon="$ayiInfoCircle"
|
||||
color="primary"
|
||||
@@ -665,7 +665,7 @@ export default {
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
webAddress: null,
|
||||
popUpNotes: null,
|
||||
alertNotes: null,
|
||||
contactNotes: null,
|
||||
contact: null,
|
||||
accountNumber: null,
|
||||
@@ -1169,7 +1169,7 @@ async function fetchTranslatedText(vm) {
|
||||
"VendorName",
|
||||
"VendorNotes",
|
||||
"WebAddress",
|
||||
"AlertNotes",
|
||||
"VendorAlertNotes",
|
||||
"VendorAccountNumber",
|
||||
"VendorContact",
|
||||
"VendorContactNotes",
|
||||
|
||||
Reference in New Issue
Block a user