refactor: add installment name for custom installment

This commit is contained in:
Methapon Metanipat 2024-10-31 13:40:31 +07:00
parent e558a19350
commit 71e400a809

View file

@ -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) =>