Browse Source

2024-10-12

master
qiezi 1 year ago
parent
commit
b73d36095f
  1. 1
      src/views/modules/quotation/requestForQuote.vue

1
src/views/modules/quotation/requestForQuote.vue

@ -2410,6 +2410,7 @@ export default {
quoteType: row.quoteType, quoteType: row.quoteType,
site: row.site, site: row.site,
quotationNo: row.quotationNo, quotationNo: row.quotationNo,
quotationBatchNo: row.quotationBatchNo,
customerNo: row.customerNo, customerNo: row.customerNo,
customerDesc: row.customerDesc, customerDesc: row.customerDesc,
projectId: row.projectId, projectId: row.projectId,

Loading…
Cancel
Save