fix: form info split input
This commit is contained in:
parent
1c65c00c15
commit
a6955929e9
1 changed files with 1 additions and 2 deletions
|
|
@ -334,6 +334,7 @@ watch(
|
||||||
|
|
||||||
<q-field
|
<q-field
|
||||||
dense
|
dense
|
||||||
|
:readonly
|
||||||
outlined
|
outlined
|
||||||
class="col-12"
|
class="col-12"
|
||||||
v-if="payType === 'Split' || payType === 'BillSplit'"
|
v-if="payType === 'Split' || payType === 'BillSplit'"
|
||||||
|
|
@ -386,7 +387,6 @@ watch(
|
||||||
:model-value="commaInput(period.amount.toString())"
|
:model-value="commaInput(period.amount.toString())"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
bg-color="input-border"
|
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
(v) => {
|
(v) => {
|
||||||
if (typeof v === 'string') amount4Show[i] = commaInput(v);
|
if (typeof v === 'string') amount4Show[i] = commaInput(v);
|
||||||
|
|
@ -427,7 +427,6 @@ watch(
|
||||||
v-model="period.date"
|
v-model="period.date"
|
||||||
class="col-5"
|
class="col-5"
|
||||||
:label="$t('quotation.payDueDate')"
|
:label="$t('quotation.payDueDate')"
|
||||||
bg-color="input-border"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue