diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index fb2ef090..8a2d3211 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -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) =>