From 45a080b02874cda99211e4ec37e79720e7f1ad8d Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 31 Mar 2025 17:43:38 +0800 Subject: [PATCH] 2025-03-31 --- .../project/projectPart/projectPartQuote.vue | 18 ++++++++++++++++++ .../quotation/inquiry/inquiryQuoteDetail.vue | 18 ++++++++++++++++++ .../modules/quote/detail/quoteGroupDetail.vue | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/src/views/modules/project/projectPart/projectPartQuote.vue b/src/views/modules/project/projectPart/projectPartQuote.vue index 536926b..dc6096b 100644 --- a/src/views/modules/project/projectPart/projectPartQuote.vue +++ b/src/views/modules/project/projectPart/projectPartQuote.vue @@ -80,6 +80,24 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 101002002, + serialNumber: '101002002Table2PLMPartNo', + tableId: '101002002Table2', + tableName: '报价详情信息表', + columnProp: 'plmPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'PLM 物料编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 101002002, diff --git a/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue b/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue index 5bff7cd..ebfda2d 100644 --- a/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue +++ b/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue @@ -72,6 +72,24 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table2PLMPartNo', + tableId: '102001Table2', + tableName: '报价详情信息表', + columnProp: 'plmPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'PLM 物料编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 102001, diff --git a/src/views/modules/quote/detail/quoteGroupDetail.vue b/src/views/modules/quote/detail/quoteGroupDetail.vue index 87a19ab..35b7b66 100644 --- a/src/views/modules/quote/detail/quoteGroupDetail.vue +++ b/src/views/modules/quote/detail/quoteGroupDetail.vue @@ -133,6 +133,24 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2PLMPartNo', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'plmPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'PLM 物料编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 5011,