Browse Source

20241216

java8
qiezi 1 year ago
parent
commit
a8088d238e
  1. 94
      src/views/modules/quote/detail/quoteDetail.vue

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

@ -131,7 +131,7 @@ export default {
sortLv: 0,
status: true,
fixed: '',
columnWidth: 240
columnWidth: 320
},
{
userId: this.$store.state.user.name,
@ -241,6 +241,96 @@ export default {
fixed: '',
columnWidth: 140
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2QuoteProfitRate',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'quoteProfitRate',
headerAlign: 'center',
align: 'right',
columnLabel: 'markup',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2Weighted',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'weighted',
headerAlign: 'center',
align: 'right',
columnLabel: 'Weighted TP for MOQ>250K(USD/KCT)',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 260
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2Weighted2',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'weighted2',
headerAlign: 'center',
align: 'right',
columnLabel: 'Weighted TP for MOQ>5M(USD/KCT)',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 260
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2Weighted',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'weighted',
headerAlign: 'center',
align: 'right',
columnLabel: 'Standard TP for MOQ>250K(USD/KCT)',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 260
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2Weighted2',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'weighted2',
headerAlign: 'center',
align: 'right',
columnLabel: 'Standard TP for MOQ>5M(USD/KCT)',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 260
},
{
userId: this.$store.state.user.name,
functionId: 5011,
@ -257,7 +347,7 @@ export default {
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
columnWidth: 200
},
],
partVisible:false,

Loading…
Cancel
Save