Browse Source

20240303

java8
qiezi 11 months ago
parent
commit
1ff8d4b170
  1. 18
      src/views/modules/quote/detail/quoteGroupDetail.vue

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

@ -105,6 +105,24 @@ export default {
costModel: [{required: true, message: '请选择Cost Model', trigger: ['blur','change']}], costModel: [{required: true, message: '请选择Cost Model', trigger: ['blur','change']}],
}, },
columns: [ columns: [
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2CostModel',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'costModel',
headerAlign: 'center',
align: 'center',
columnLabel: 'Cost Model',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 5011, functionId: 5011,

Loading…
Cancel
Save