From 488b7ed1eb8fffe00f7c8cddd98e786c0e49e34a Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 10 Jun 2026 09:59:59 +0800
Subject: [PATCH] =?UTF-8?q?2026-06-10=20RoHs=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/rohs/rohsRecord.vue | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue
index 4466a88..d116d2d 100644
--- a/src/views/modules/rohs/rohsRecord.vue
+++ b/src/views/modules/rohs/rohsRecord.vue
@@ -100,7 +100,11 @@
-
+
+
+ {{ normalizeDateOnly(scope.row.expectReportTime) }}
+
+
@@ -271,7 +275,7 @@
-
+
@@ -280,7 +284,7 @@
-
+
@@ -792,13 +796,13 @@
-
+
-
+
@@ -1217,7 +1221,7 @@ export default {
isFiberMaterial: '',
materialThickness: '',
buyer: '',
- expectReportTime: 0,
+ expectReportTime: '',
qualificationDocumentsNeeded: '',
qualificationDocumentsNeededList: [],
testReportIncludingItems: '',
@@ -2112,7 +2116,7 @@ export default {
}
row.applicationDate = this.normalizeDateOnly(row.applicationDate)
row.plannedMassProductionDate = this.normalizeDateOnly(row.plannedMassProductionDate)
- row.materialValidityTime = this.normalizeDateOnly(row.materialValidityTime)
+ row.expectReportTime = this.normalizeDateOnly(row.expectReportTime)
row.expiredDate = this.normalizeDateOnly(row.expiredDate)
row.validUntilDisplay = this.getValidUntilDisplay(row.validUntilValue, row.validUntil)
return row
@@ -2278,7 +2282,7 @@ export default {
materialThickness: '',
buyer: '',
buyerName: '',
- expectReportTime: 0,
+ expectReportTime: '',
qualificationDocumentsNeeded: '',
qualificationDocumentsNeededList: [],
testReportIncludingItems: '',