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 @@ - + + + @@ -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: '',