feat: disable some field
This commit is contained in:
parent
f790df0ea9
commit
ae6c1fd285
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ watch(
|
||||||
for="input-quotation"
|
for="input-quotation"
|
||||||
:label="$t('general.itemNo', { msg: $t('quotation.title') })"
|
:label="$t('general.itemNo', { msg: $t('quotation.title') })"
|
||||||
:readonly
|
:readonly
|
||||||
v-model="quotationNo"
|
:model-value="!quotationNo ? $t('general.generated') : quotationNo"
|
||||||
|
disable
|
||||||
class="col-12"
|
class="col-12"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
|
|
@ -122,6 +123,7 @@ watch(
|
||||||
:label="$t('quotation.actor')"
|
:label="$t('quotation.actor')"
|
||||||
:readonly
|
:readonly
|
||||||
v-model="actor"
|
v-model="actor"
|
||||||
|
disable
|
||||||
class="col-12"
|
class="col-12"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue