Browse Source

2025-11-19

销售报价-条目明细页签中增加最终交易价
master
fengyuan_yang 2 months ago
parent
commit
edc432ef3d
  1. 18
      src/views/modules/quote/detail/quoteDetail.vue

18
src/views/modules/quote/detail/quoteDetail.vue

@ -361,6 +361,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
}, },
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2FinalTransactionPrice',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'finalTransactionPrice',
headerAlign: 'center',
align: 'right',
columnLabel: '最终交易价',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 5011, functionId: 5011,

Loading…
Cancel
Save