From b73d36095f35b4dd549ba59018bc674ca5a4c7a8 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Sun, 13 Oct 2024 12:48:06 +0800 Subject: [PATCH] 2024-10-12 --- src/views/modules/quotation/requestForQuote.vue | 1 + 1 file changed, 1 insertion(+) 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,