diff --git a/src/views/modules/quote/detail/primary/quoteDetailBom.vue b/src/views/modules/quote/detail/primary/quoteDetailBom.vue index 9f41abe..478f81c 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailBom.vue +++ b/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',