From 76a5680228a72f8cf151831d177824b375d39be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 7 Jul 2026 17:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcItem.vue | 72 ++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) 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,