From 98022540127ca011a46ac14f7829b86755d939e5 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Mon, 18 Mar 2024 09:09:04 +0800 Subject: [PATCH] 2024-03-18 --- .../modules/proofing/requestForProofing.vue | 53 +++++++-------- .../modules/quotation/requestForQuote.vue | 2 +- .../modules/quotation/sellForQuotation.vue | 65 +++++++++++++++---- .../sellForQuotation/quoteDetail.vue | 29 ++++++++- src/views/modules/test/requestForTest.vue | 2 +- 5 files changed, 105 insertions(+), 46 deletions(-) diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 3c49c17..e6d2d90 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -1466,31 +1466,31 @@ { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3CustomerNo', + serialNumber: '102001Table3TestPartNo', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'customerNo', + columnProp: 'testPartNo', headerAlign: 'center', align: 'center', - columnLabel: '客户编码', + columnLabel: '产品编码', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 150 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3CustomerDesc', + serialNumber: '102001Table3PartDesc', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'customerDesc', + columnProp: 'partDesc', headerAlign: 'center', align: 'center', - columnLabel: '客户名称', + columnLabel: '产品名称', columnHidden: false, columnImage: false, columnSortable: false, @@ -1498,53 +1498,50 @@ status: true, fixed: '', columnWidth: 120 - }, - { + },{ userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3ProjectName', + serialNumber: '102001Table3PartSpec', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'projectId', + columnProp: 'partSpec', headerAlign: 'center', align: 'center', - columnLabel: '项目编码', + columnLabel: '产品规格', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 - }, - { + columnWidth: 120 + },{ userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3TestPartNo', + serialNumber: '102001Table3PartTypeDesc', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'testPartNo', + columnProp: 'partTypeDesc', headerAlign: 'center', align: 'center', - columnLabel: '产品编码', + columnLabel: '产品类型', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 150 - }, - { + columnWidth: 120 + },{ userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3PartDesc', + serialNumber: '102001Table3CodeNo', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'partDesc', + columnProp: 'codeNo', headerAlign: 'center', align: 'center', - columnLabel: '产品名称', + columnLabel: '模板编码', columnHidden: false, columnImage: false, columnSortable: false, @@ -1555,13 +1552,13 @@ },{ userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table3PartType', + serialNumber: '102001Table3CodeDesc', tableId: '102001Table3', tableName: '项目物料表', - columnProp: 'partType', + columnProp: 'codeDesc', headerAlign: 'center', align: 'center', - columnLabel: '产品类型', + columnLabel: '模板名称', columnHidden: false, columnImage: false, columnSortable: false, @@ -1910,7 +1907,7 @@ updateModal (row) { this.modalData = { flag: '2', - title: '打样编辑', + title: '打样编辑-'+row.proofingNo, site: row.site, proofingNo: row.proofingNo, customerNo: row.customerNo, diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index d811e62..fcba61d 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -1906,7 +1906,7 @@ updateModal (row) { this.modalData = { flag: '2', - title: '询价编辑', + title: '询价编辑-'+row.quotationNo, site: row.site, quotationNo: row.quotationNo, customerNo: row.customerNo, diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index a8a135e..f43845a 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -70,7 +70,7 @@ fixed width="160">