From bffe12203a8aff7b6e159bf11a89eb89f9e8ea9f Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 18 Oct 2024 10:36:06 +0800 Subject: [PATCH] 2024-10-18 --- .../sellForQuotation/quoteDetail.vue | 65 +++++++------------ 1 file changed, 25 insertions(+), 40 deletions(-) diff --git a/src/views/modules/quotation/sellForQuotation/quoteDetail.vue b/src/views/modules/quotation/sellForQuotation/quoteDetail.vue index c9e9d6b..e2c6210 100644 --- a/src/views/modules/quotation/sellForQuotation/quoteDetail.vue +++ b/src/views/modules/quotation/sellForQuotation/quoteDetail.vue @@ -577,41 +577,44 @@ export default { status: true, fixed: '', columnWidth: 120 - },{ + }, + { userId: this.$store.state.user.name, functionId: 102003, - serialNumber: '102003Table3PartSpec', + serialNumber: '102003Table3CustomerPartNo', tableId: '102003Table3', tableName: '项目物料表', - columnProp: 'partSpec', + columnProp: 'customerPartNo', headerAlign: 'center', align: 'center', - columnLabel: '产品规格', + columnLabel: '客户料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 120 - },{ + columnWidth: 150 + }, + { userId: this.$store.state.user.name, functionId: 102003, - serialNumber: '102003Table3PartTypeDesc', + serialNumber: '102003Table3FinalPartNo', tableId: '102003Table3', tableName: '项目物料表', - columnProp: 'partTypeDesc', + columnProp: 'finalPartNo', headerAlign: 'center', align: 'center', - columnLabel: '产品类型', + columnLabel: '正式料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 120 - }, { + columnWidth: 150 + }, + { userId: this.$store.state.user.name, functionId: 102001, serialNumber: '102001Table3Type', @@ -664,24 +667,7 @@ export default { status: true, fixed: '', columnWidth: 120 - },{ - userId: this.$store.state.user.name, - functionId: 102003, - serialNumber: '102003Table3CodeDesc', - tableId: '102003Table3', - tableName: '项目物料表', - columnProp: 'codeDesc', - headerAlign: 'center', - align: 'center', - columnLabel: '模板名称', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 120 - } + }, ], //报价明细新增对象 quotationDetail: { @@ -1192,11 +1178,11 @@ export default { + :visible.sync="quotationLeadIntoDetailFlag" width="500px" :close-on-click-modal="false"> - + 产品编码 @@ -1209,29 +1195,28 @@ export default { - + - + - + 保存进入报价界面 - - - + + + -