diff --git a/src/views/modules/qc/qcItem.vue b/src/views/modules/qc/qcItem.vue index 8b64537..ba33746 100644 --- a/src/views/modules/qc/qcItem.vue +++ b/src/views/modules/qc/qcItem.vue @@ -721,42 +721,42 @@ fixed: '', columnWidth: 120, },*/ - { - userId: this.$store.state.user.name, - functionId: 301002, - serialNumber: '301002TableItemSamplingQuantity', - tableId: "301002Table", - tableName: "检验项目维护表", - columnProp: 'itemSamplingQuantity', - headerAlign: 'center', - align: "right", - columnLabel: '抽样数量', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100, - }, - { - userId: this.$store.state.user.name, - functionId: 301002, - serialNumber: '301002TableDefaultSamplingProportion', - tableId: "301002Table", - tableName: "检验项目维护表", - columnProp: 'defaultSamplingProportion', - headerAlign: 'center', - align: "right", - columnLabel: '抽样比例', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100, - }, + // { + // userId: this.$store.state.user.name, + // functionId: 301002, + // serialNumber: '301002TableItemSamplingQuantity', + // tableId: "301002Table", + // tableName: "检验项目维护表", + // columnProp: 'itemSamplingQuantity', + // headerAlign: 'center', + // align: "right", + // columnLabel: '抽样数量', + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 100, + // }, + // { + // userId: this.$store.state.user.name, + // functionId: 301002, + // serialNumber: '301002TableDefaultSamplingProportion', + // tableId: "301002Table", + // tableName: "检验项目维护表", + // columnProp: 'defaultSamplingProportion', + // headerAlign: 'center', + // align: "right", + // columnLabel: '抽样比例', + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 100, + // }, { userId: this.$store.state.user.name, functionId: 301002,