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,