From c375028da68ab93a0e5c5b8111374cc34223e996 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 8 Jul 2026 09:54:21 +0800
Subject: [PATCH] =?UTF-8?q?2026-07-07=20RoHS=E4=BC=98=E5=8C=96=EF=BC=8C?=
=?UTF-8?q?=E4=B8=BB=E4=BF=A1=E6=81=AF=E5=88=97=E9=A1=BA=E5=BA=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/rohs/rohsRecord.vue | 90 +++++++--------------------
1 file changed, 21 insertions(+), 69 deletions(-)
diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue
index 5b1dc01..22caf71 100644
--- a/src/views/modules/rohs/rohsRecord.vue
+++ b/src/views/modules/rohs/rohsRecord.vue
@@ -74,84 +74,36 @@
v-loading="dataListLoading"
style="width: 100%;">
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ normalizeDateOnly(scope.row.plannedMassProductionDate) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ normalizeDateOnly(scope.row.expectReportTime) }}
-
-
-
-
-
-
- {{ getValidUntilDisplay(scope.row.validUntilValue, scope.row.validUntil) }}
-
-
-
-
-
-
-
- {{ scope.row.hsfApproverName || scope.row.hsfApprover || '' }}
-
-
-
-
- {{ scope.row.relatedPeopleName || scope.row.relatedPeople || '' }}
+ {{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}
-
-
+
- {{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}
+ {{ scope.row.mainPartDesc || scope.row.materialDesc || '' }}
-
+
+
- {{ scope.row.mainPartDesc || scope.row.materialDesc || '' }}
+ {{ normalizeDateOnly(scope.row.expiryDate) }}
-
编辑