feat(commercial) : saisie manuelle de la date de creation du client (ERP-119)
Champ « Date de creation » (foundedAt) en :editable sur les formulaires de creation et d'edition : saisie clavier JJ/MM/AAAA en plus du calendrier (prop MalioDate, @malio/layer-ui 1.7.8). Consultation inchangee (lecture seule).
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
v-model="information.foundedAt"
|
||||
:label="t('commercial.clients.form.information.foundedAt')"
|
||||
:readonly="businessReadonly"
|
||||
:editable="true"
|
||||
:error="informationErrors.errors.foundedAt"
|
||||
/>
|
||||
<MalioInputText
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
v-model="information.foundedAt"
|
||||
:label="t('commercial.clients.form.information.foundedAt')"
|
||||
:readonly="isValidated('information')"
|
||||
:editable="true"
|
||||
:error="informationErrors.errors.foundedAt"
|
||||
/>
|
||||
<MalioInputText
|
||||
|
||||
Reference in New Issue
Block a user