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
|
||||
dense
|
||||
:readonly
|
||||
outlined
|
||||
class="col-12"
|
||||
v-if="payType === 'Split' || payType === 'BillSplit'"
|
||||
|
|
@ -386,7 +387,6 @@ watch(
|
|||
:model-value="commaInput(period.amount.toString())"
|
||||
dense
|
||||
outlined
|
||||
bg-color="input-border"
|
||||
@update:model-value="
|
||||
(v) => {
|
||||
if (typeof v === 'string') amount4Show[i] = commaInput(v);
|
||||
|
|
@ -427,7 +427,6 @@ watch(
|
|||
v-model="period.date"
|
||||
class="col-5"
|
||||
:label="$t('quotation.payDueDate')"
|
||||
bg-color="input-border"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue