Browse Source

2025-03-31

master
qiezi 10 months ago
parent
commit
45a080b028
  1. 18
      src/views/modules/project/projectPart/projectPartQuote.vue
  2. 18
      src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue
  3. 18
      src/views/modules/quote/detail/quoteGroupDetail.vue

18
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,

18
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,

18
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,

Loading…
Cancel
Save