From e219477893c5e25319370a8497ef05bb3887b677 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Fri, 27 Mar 2026 15:18:49 +0800
Subject: [PATCH] =?UTF-8?q?2026-03-27=20IQC=E6=A3=80=E9=AA=8C=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E7=BC=BA=E9=99=B7=E8=B7=9F=E8=B8=AA=E6=A0=87=E8=AF=86?=
=?UTF-8?q?=20=E7=89=A9=E6=96=99=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86-?=
=?UTF-8?q?=E3=80=8B=E7=BC=BA=E9=99=B7=E8=B7=9F=E8=B8=AA=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/IQCResultEntry.vue | 31 +++++++++++++---
src/views/modules/qc/qcPartAttribute.vue | 46 ++++++++++++------------
2 files changed, 49 insertions(+), 28 deletions(-)
diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 5c4cc22..1a8edd0 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -280,6 +280,18 @@
@row-click="IQCClickRow"
@selection-change="selectionIQC"
style="width: 100%;">
+
+
+
+
+
{
@@ -4484,11 +4497,21 @@
}
.info-item label {
+ color: #909399;
+ font-size: 13px;
+ line-height: 1.5;
+ margin-bottom: 4px;
display: block;
- margin-bottom: 6px;
- font-size: 12px;
- font-weight: 500;
- color: #606266;
+}
+
+/* 红旗列样式 */
+.el-table /deep/ th.defect-flag-header {
+ background-color: #ffffff !important;
+ border-bottom: 1px solid #ebeef5;
+}
+
+.el-table /deep/ td.defect-flag-column {
+ background-color: #ffffff !important;
}
.info-item label a {
diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue
index e903d1e..29c7815 100644
--- a/src/views/modules/qc/qcPartAttribute.vue
+++ b/src/views/modules/qc/qcPartAttribute.vue
@@ -657,15 +657,7 @@
min-width="100"
label="当前不合格次数">
-
- scope.row.currentDefectCount = value.match(/^[1-9]\d*$/) ? value.match(/^[1-9]\d*$/)[0] : ''"
- style="height: 11px; width: 98%;">
-
-
-
- {{scope.row[scope.column.property]}}
-
+ {{scope.row[scope.column.property]}}
-
- scope.row.lastDefectCount = value.match(/^[1-9]\d*$/) ? value.match(/^[1-9]\d*$/)[0] : ''"
- style="height: 11px; width: 98%;">
-
-
-
- {{scope.row[scope.column.property]}}
-
+ {{scope.row[scope.column.property]}}
+
+
+
+
+ {{scope.row.remainingTrackingBatches}}
+
+
+
+
+ {{scope.row.lastTriggerTime}}
-
-
-
-
-
-
保存