diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index a7f9375..3d12cbd 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -2410,6 +2410,7 @@ export default { quoteType: row.quoteType, site: row.site, quotationNo: row.quotationNo, + quotationBatchNo: row.quotationBatchNo, customerNo: row.customerNo, customerDesc: row.customerDesc, projectId: row.projectId,