refactor: handle btn installment
This commit is contained in:
parent
ac1f034bfa
commit
e902bcce8d
2 changed files with 4 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
|||
payBillDate: data.payBillDate ? new Date(data.payBillDate) : undefined,
|
||||
paySplit: data.paySplit.map((p) => ({
|
||||
no: p.no,
|
||||
invoiceId: p.invoiceId,
|
||||
invoiceId: p.invoiceId || undefined,
|
||||
name: p.name,
|
||||
amount: p.amount,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue