refactor: add installment name for custom installment
This commit is contained in:
parent
e558a19350
commit
71e400a809
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
|||
paySplit: data.paySplit.map((p, index) => ({
|
||||
no: index + 1,
|
||||
invoiceId: p.invoiceId,
|
||||
name: p.name,
|
||||
amount: p.amount,
|
||||
})),
|
||||
worker: data.worker.map((v) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue