fix: readonly quotation info
This commit is contained in:
parent
4878e5f751
commit
8f069de610
3 changed files with 6 additions and 2 deletions
|
|
@ -373,6 +373,7 @@ watch(
|
|||
>
|
||||
{{ `${$t('quotation.periodNo')} ${i + 1}` }}
|
||||
<q-input
|
||||
:readonly
|
||||
class="col q-mx-sm"
|
||||
:label="$t('quotation.amount')"
|
||||
:model-value="commaInput(period.amount.toString())"
|
||||
|
|
@ -415,6 +416,7 @@ watch(
|
|||
</template>
|
||||
</q-input>
|
||||
<DatePicker
|
||||
:readonly
|
||||
v-model="period.date"
|
||||
class="col-5"
|
||||
:label="$t('quotation.payDueDate')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue