Browse Source

2025-03-12

master
qiezi 10 months ago
parent
commit
ad6942aea2
  1. 36
      src/views/modules/quote/detail/primary/quoteDetailBom.vue

36
src/views/modules/quote/detail/primary/quoteDetailBom.vue

@ -218,24 +218,24 @@ export default {
fixed: 'right',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table4LevelCost',
tableId: "5011Table4",
tableName: "报价材料信息",
columnProp: 'levelCost',
headerAlign: "center",
align: "right",
columnLabel: '本层成本',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: 'right',
columnWidth: 100,
},
// {
// userId: this.$store.state.user.name,
// functionId: 5011,
// serialNumber: '5011Table4LevelCost',
// tableId: "5011Table4",
// tableName: "",
// columnProp: 'levelCost',
// headerAlign: "center",
// align: "right",
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: 'right',
// columnWidth: 100,
// },
],
props: {
children: 'list',

Loading…
Cancel
Save