From 95a8f05145bbaca4b6e5db363fdd9c0a44bec023 Mon Sep 17 00:00:00 2001 From: wangzhijiang <12345678> Date: Wed, 27 Jul 2022 09:24:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=BF=BB=E8=AF=91-?= =?UTF-8?q?=E8=B0=83=E5=8F=96=E5=B7=B2=E5=85=A5=E5=BA=93=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E6=A1=A3=E5=BA=93id=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../document/service/impl/BussDocumentLibraryEOServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java index 55d9aa986..d5f5e01a7 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java @@ -3411,7 +3411,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl Date: Wed, 27 Jul 2022 09:46:34 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 271 +++++++++--------- .../components/RetrieveFilesList.vue | 4 +- .../documentTranslation/index.vue | 33 ++- 4 files changed, 163 insertions(+), 146 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 937d655fd..478f0c50f 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1190,4 +1190,5 @@ module.exports = { selectDirectorylocation: 'Please select the directory location to add the folder', Fileuploaded:'File uploaded, please wait', uploadedbyyourself:'You can only delete files and data uploaded by yourself', + doNotHavePermissionDeleteData:'Do not have permission to delete this data,' } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index d03b7b2da..807e2b639 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -178,9 +178,9 @@ module.exports = { MenuType: '菜单类型', menu: '菜单', ButtonsPermissions: '按钮/权限', - ConventionalExport:'常规导出', - CustomExport:'自定义导出', - CustomTemplateName:'自定义模板名称', + ConventionalExport: '常规导出', + CustomExport: '自定义导出', + CustomTemplateName: '自定义模板名称', assembly: '组件', route: '路径', AddSubmenu: '添加子菜单', @@ -393,8 +393,8 @@ module.exports = { StandardDetails: '标准详情', whole: '全部', DocumentLibrary: '文档库', - GeneralExportInformation:'常规导出信息', - CustomizeExportInformation:'自定义导出信息', + GeneralExportInformation: '常规导出信息', + CustomizeExportInformation: '自定义导出信息', DocumentComparisonLibrary: '文档对比库', weekly: '周报', SyncLibrary: '同步至文档库', @@ -689,11 +689,11 @@ module.exports = { listConfirmation: '清单确认', ListConfirmationDeadline: '清单确认截止时间', dataConfirmation: '请选择清单确认状态为未发起或拒绝的数据,以及法规工程师、认证工程师不为空', - pleaseSelectinitiatedOrRejected:'请选择清单确认状态为未发起或拒绝的数据', - TheEngineerAndCertification:'的法规工程师、认证工程师不能为空', + pleaseSelectinitiatedOrRejected: '请选择清单确认状态为未发起或拒绝的数据', + TheEngineerAndCertification: '的法规工程师、认证工程师不能为空', taskDataConfirmation: '请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据,以及工程接口人不为空', - theProjectContactEmpty:'的工程接口人不能为空', - PleaseTaskConfirmationRejected:'请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据', + theProjectContactEmpty: '的工程接口人不能为空', + PleaseTaskConfirmationRejected: '请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据', pleaseSelectPersonFirst: '请先选择人员', onlyOnePersonCanBeSelected: '只能选择一个人员', overrule: '驳回', @@ -750,7 +750,7 @@ module.exports = { // 参数收集 MaintainConfigureInfo: '维护配置信息', ParameteItemCollectionList: '参数项收集清单', - ParameterViewPage:'参数项查看页', + ParameterViewPage: '参数项查看页', Areyousureparameteritems: '确认提交所选参数项嘛?', Theselectedconfiguration: '参数清单中参数项均为待发起收集或变更时,才能添加配置', NoConfigurationNotStart: '未添加任何配置,无法开始收集,请检查', @@ -817,10 +817,10 @@ module.exports = { releaseVersion: '发布版本', parameterTemplate: '参数模板', contentDescription: '内容说明', - WhetherMergeParameters:'是否合并参数', - merge:'合并', - nonjoinder:'不合并', - MergeSeparator:'合并分隔符', + WhetherMergeParameters: '是否合并参数', + merge: '合并', + nonjoinder: '不合并', + MergeSeparator: '合并分隔符', parameterTemplateExportName: '参数项列表', parameterDataExport: '参数项导出数据', // 参数收集结束 @@ -983,10 +983,10 @@ module.exports = { documentLibraryDetails: '文档库详情', question: '催办', ConfirmQuestion: '确认催办?', - OnlyOrTaskconfirmationOut:'只有清单确认状态或任务确认状态为待确认时才可以进行催办', - disableInput:'禁止输入', - taskConfirmationDeadline:'任务确认截止时间', - taskConfirmationResponsiblePerson:'责任人任务确认', + OnlyOrTaskconfirmationOut: '只有清单确认状态或任务确认状态为待确认时才可以进行催办', + disableInput: '禁止输入', + taskConfirmationDeadline: '任务确认截止时间', + taskConfirmationResponsiblePerson: '责任人任务确认', or: '或', warningTime: '预警时间', RegulationMonthlyManagement: '法规月报管理', @@ -1025,23 +1025,23 @@ module.exports = { closingDate: '截止日期', viewProcess: '查看流程', evaluationResults: '评估结果', - regulatoryTechnicalEvaluationResults:'法规技术评估结果', - Assessor:'评估人', - collectionOfRegulatoryOpinions:'法规意见收集', - collectionOfRegulatoryOpinionsProcess:'法规意见收集流程', - feedbackInformation:'反馈信息', - relevantSections:'相关章节', - questionsSuggestions:'问题/建议', + regulatoryTechnicalEvaluationResults: '法规技术评估结果', + Assessor: '评估人', + collectionOfRegulatoryOpinions: '法规意见收集', + collectionOfRegulatoryOpinionsProcess: '法规意见收集流程', + feedbackInformation: '反馈信息', + relevantSections: '相关章节', + questionsSuggestions: '问题/建议', link: '链接', - reason:'理由', - planNoChinese:'计划号', - feedbackPoint:'反馈点', - standardNameCn:'标准名称中文', - standardNameEn:'标准名称英文', - deadlineForComments:'征求意见截止日期', - proposedTime:'提出时间', - standardNo:'标准编号', - implemenDate:'实施日期', + reason: '理由', + planNoChinese: '计划号', + feedbackPoint: '反馈点', + standardNameCn: '标准名称中文', + standardNameEn: '标准名称英文', + deadlineForComments: '征求意见截止日期', + proposedTime: '提出时间', + standardNo: '标准编号', + implemenDate: '实施日期', // 上报库 Enable: '启用', Latestupdatetime: '最新更新时间', @@ -1078,7 +1078,7 @@ module.exports = { Btext: '文本+下拉多选', Ctext: '文本+附件', Dtext: '下拉单选+附件', - Etext:'下拉多选+附件', + Etext: '下拉多选+附件', Ftext: '文本+下拉单选+附件', Gtext: '标题', Nnothing: '无', @@ -1093,104 +1093,105 @@ module.exports = { Copyparameterlist: '复制参数清单', Templatenamelist: '模板名称-参数项收集清单', newNiONumber: 'NIO编号', - English:'英文', - requiredParametersEmpty:'必填参数不能为空', - theResponsiblePersonAndDeadlineClank:'的责任人、截止时间不能为空', - bringInTheProjectInterface:'带入工程接口人', - theCurrentListSaved:'当前列表数据已全部提交,无法进行暂存', - defaultTemplate:'默认模板', - newRequestCommentListTemplate:'新征求意见清单模板', - NewReleasedStandardTemplate:'新发布标准模板', - pleaseSelectStandard:'请选择标准', - theResponsiblePersonEmpty:'的责任人不能为空', - theDeadlineEmpty:'的截止时间不能为空', - theDeliveryTypeCannotBeEmpty:'的交付物类型不能为空', - For:'针对于', - markedRejection:'标注的驳回意见', - RegulationListConfirmationTask:'清单确认任务', - RegulationListConfirmationNotification:'清单确认通知', - RegulationTaskConfirmation:'任务确认任务', - DesignComplianceTask:'设计符合性任务', - PreHomoTask:'Pre-Homo任务', - ValidationTask:'验证符合性任务', - DesignComplianceNotification:'设计符合性通知', - PreHomoNotification:'Pre-Homo通知', - ValidationComplianceNotification:'验证符合性通知', - RegulationTaskConfirmationNotification:'任务确认通知', - evaluationMethod:'评估方式', - uploadRelevantMaterials:'相关资料上传', - RelevantMaterials:'相关资料', - processBackground:'流程背景', - selectedStandard:'所选标准', - standardDecompositionDocument:'带入标准分解单', - pleaseSelectStandardFirst:'请先选择标准', - evaluatorFeedback:'评估人反馈', - nameTechnicalDocument:'技术文件名称', - chapter:'章节', - problemDescription:'问题说明', - filingExternalOpinions:'对外意见归档', - initiateProcessForCurrentStandard:'针对当前标准发起流程', - engineerFeedbackResults:'工程师反馈结果', - fileExport:'文件导出', - feedbackTime:'反馈时间', - regulatoryTechnologyAssessmentProcess:'法规技术评估流程', - feedbackEvaluation:'反馈评估', - clauseEvaluation:'条款评估', - standardDocuments:'标准文件', - pleaseCompleteTheEvaluationMethodorEvaluator:'请补全列表中评估方式或评估人', - reviewComments:'审核意见', - PleaseCompleteList:'请补全列表中符合性结果', - sponsorFeedback:'发起人反馈', - processNumber:'流程编号', - processName:'流程名称', - feedbackResults:'反馈结果', - theDoesNotSupportPreview:'当前文件格式不支持预览', - releaseSituation:'发布情况', - comparisonResults:'对比结果', - Published:'已发布', - initiateComparison:'发起对比', - translationLanguage:'翻译语言', - translationResults:'翻译结果', - conversionTime:'转换时间', - category:'类别', - RegulatoryProcessEvaluationResults :'法规流程评估结果', - ViewConformanceResults:'查看符合性结果', - CommentsCollectionResultsForReference:'意见收集结果参考', - TechnicalEvaluationResultsForReference:'技术评估结果参考', - ComplianceConfirmationRecord:'符合性确认记录', - complianceConfirmation:'符合性确认', - Deriveconformanceresults:'导出符合性结果', - Regulatorycompliancekanban:'法规符合性看板', - noComparisonDocumentSelected:'未选择对比文档', - RemarkInfo:'备注信息', - initiateDocumentComparison:'发起文档对比', - comparativeComments:'对比评论', - viewTheComparisonResults:'查看对比结果', - addFullTextComment:'添加全文评论', - turnOffAutomaticMatching:'关闭自动匹配', - exportComparisonReport:'导出对比报告', - comparisonDifferenceComment:'对比差异评论', - fullTextComments:'全文评论', - fileDeclaration:'文件说明', - FileForDetails:'文件详情', - Converting:'转换中', - convertNetwork:'转换完成', - convertFailed:'转换失败', - standardData:'标准数据', - Theorganization:'组织机构', - Addingfolder:'新增文件夹', - Addingsubfolders:'新增子文件夹', - Editfolder:'编辑文件夹', - Deletefolders:'删除文件夹', - Foldername:'文件夹名称', - Folderpermissions:'文件夹权限', - Folderorder:'文件夹顺序', - Downloadprivileges:'下载权限', - Openpersonnel:'开放人员', - originalText:'原文', - translatedText:'译文', - Administrativeprivileges:'管理权限', - Checkthepermissions:'查看权限', - onlyFilesUploaded:'只能上传.docx、.doc文件', - uploadedbyyourself:'只能删除自己上传的文件数据', + English: '英文', + requiredParametersEmpty: '必填参数不能为空', + theResponsiblePersonAndDeadlineClank: '的责任人、截止时间不能为空', + bringInTheProjectInterface: '带入工程接口人', + theCurrentListSaved: '当前列表数据已全部提交,无法进行暂存', + defaultTemplate: '默认模板', + newRequestCommentListTemplate: '新征求意见清单模板', + NewReleasedStandardTemplate: '新发布标准模板', + pleaseSelectStandard: '请选择标准', + theResponsiblePersonEmpty: '的责任人不能为空', + theDeadlineEmpty: '的截止时间不能为空', + theDeliveryTypeCannotBeEmpty: '的交付物类型不能为空', + For: '针对于', + markedRejection: '标注的驳回意见', + RegulationListConfirmationTask: '清单确认任务', + RegulationListConfirmationNotification: '清单确认通知', + RegulationTaskConfirmation: '任务确认任务', + DesignComplianceTask: '设计符合性任务', + PreHomoTask: 'Pre-Homo任务', + ValidationTask: '验证符合性任务', + DesignComplianceNotification: '设计符合性通知', + PreHomoNotification: 'Pre-Homo通知', + ValidationComplianceNotification: '验证符合性通知', + RegulationTaskConfirmationNotification: '任务确认通知', + evaluationMethod: '评估方式', + uploadRelevantMaterials: '相关资料上传', + RelevantMaterials: '相关资料', + processBackground: '流程背景', + selectedStandard: '所选标准', + standardDecompositionDocument: '带入标准分解单', + pleaseSelectStandardFirst: '请先选择标准', + evaluatorFeedback: '评估人反馈', + nameTechnicalDocument: '技术文件名称', + chapter: '章节', + problemDescription: '问题说明', + filingExternalOpinions: '对外意见归档', + initiateProcessForCurrentStandard: '针对当前标准发起流程', + engineerFeedbackResults: '工程师反馈结果', + fileExport: '文件导出', + feedbackTime: '反馈时间', + regulatoryTechnologyAssessmentProcess: '法规技术评估流程', + feedbackEvaluation: '反馈评估', + clauseEvaluation: '条款评估', + standardDocuments: '标准文件', + pleaseCompleteTheEvaluationMethodorEvaluator: '请补全列表中评估方式或评估人', + reviewComments: '审核意见', + PleaseCompleteList: '请补全列表中符合性结果', + sponsorFeedback: '发起人反馈', + processNumber: '流程编号', + processName: '流程名称', + feedbackResults: '反馈结果', + theDoesNotSupportPreview: '当前文件格式不支持预览', + releaseSituation: '发布情况', + comparisonResults: '对比结果', + Published: '已发布', + initiateComparison: '发起对比', + translationLanguage: '翻译语言', + translationResults: '翻译结果', + conversionTime: '转换时间', + category: '类别', + RegulatoryProcessEvaluationResults: '法规流程评估结果', + ViewConformanceResults: '查看符合性结果', + CommentsCollectionResultsForReference: '意见收集结果参考', + TechnicalEvaluationResultsForReference: '技术评估结果参考', + ComplianceConfirmationRecord: '符合性确认记录', + complianceConfirmation: '符合性确认', + Deriveconformanceresults: '导出符合性结果', + Regulatorycompliancekanban: '法规符合性看板', + noComparisonDocumentSelected: '未选择对比文档', + RemarkInfo: '备注信息', + initiateDocumentComparison: '发起文档对比', + comparativeComments: '对比评论', + viewTheComparisonResults: '查看对比结果', + addFullTextComment: '添加全文评论', + turnOffAutomaticMatching: '关闭自动匹配', + exportComparisonReport: '导出对比报告', + comparisonDifferenceComment: '对比差异评论', + fullTextComments: '全文评论', + fileDeclaration: '文件说明', + FileForDetails: '文件详情', + Converting: '转换中', + convertNetwork: '转换完成', + convertFailed: '转换失败', + standardData: '标准数据', + Theorganization: '组织机构', + Addingfolder: '新增文件夹', + Addingsubfolders: '新增子文件夹', + Editfolder: '编辑文件夹', + Deletefolders: '删除文件夹', + Foldername: '文件夹名称', + Folderpermissions: '文件夹权限', + Folderorder: '文件夹顺序', + Downloadprivileges: '下载权限', + Openpersonnel: '开放人员', + originalText: '原文', + translatedText: '译文', + Administrativeprivileges: '管理权限', + Checkthepermissions: '查看权限', + onlyFilesUploaded: '只能上传.docx、.doc文件', + uploadedbyyourself: '只能删除自己上传的文件数据', + doNotHavePermissionDeleteData: '没有权限删除此数据' } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue index b4883eed1..37b0c040b 100644 --- a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue +++ b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue @@ -257,7 +257,9 @@ serialNumber: this.selectedRowKeysRecord[0].serial_number, title: this.selectedRowKeysRecord[0].title, fileName: this.selectedRowKeysRecord[0].file_name, - textStatus: this.selectedRowKeysRecord[0].text_info_id + textStatus: this.selectedRowKeysRecord[0].text_info_id, + sourceFileId:this.selectedRowKeysRecord[0].id, + bussDocumentLibraryId:this.selectedRowKeysRecord[0].buss_document_library_id } this.confirmLoading = true postAction('/docTranslation/docTranslationEO/add', query).then((res) => { diff --git a/jero-web/src/views/documentTools/documentTranslation/index.vue b/jero-web/src/views/documentTools/documentTranslation/index.vue index 367a303da..6f8d6ced2 100644 --- a/jero-web/src/views/documentTools/documentTranslation/index.vue +++ b/jero-web/src/views/documentTools/documentTranslation/index.vue @@ -148,6 +148,7 @@ pageNo: 1, queryParam: {}, userInfoQuery: {}, + selectedRowKeysRecord: [], columns: [ { title: this.$t('standard'), @@ -269,8 +270,9 @@ } }) }, - onSelectChange(value) { + onSelectChange(value, record) { this.selectedRowKeys = value + this.selectedRowKeysRecord = record }, viewClick(row) { let newUrl = this.$router.resolve({ @@ -322,16 +324,27 @@ this.$confirm({ content: _this.$t('ConfirmBatchDeletion'), onOk() { - let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys)) - deleteAction(_this.url.deleteBatch, { ids: idList.join(',') }).then((res) => { - if (res.success) { - _this.$message.success(_this.$t('OperationSuccessful')) - _this.selectedRowKeys = [] - _this.getList() - } else { - _this.$message.warning(res.message) + let idList = [] + let selectedRowKeysRecord = JSON.parse(JSON.stringify(_this.selectedRowKeysRecord)) + for (let i = 0; i < selectedRowKeysRecord.length; i++) { + if (selectedRowKeysRecord[i].createBy == _this.userInfo().username && + selectedRowKeysRecord[i].releaseCondition == 'draft') { + idList.push(selectedRowKeysRecord[i].id) } - }) + } + if (idList.length > 0) { + deleteAction(_this.url.deleteBatch, { ids: idList.join(',') }).then((res) => { + if (res.success) { + _this.$message.success(_this.$t('OperationSuccessful')) + _this.selectedRowKeys = [] + _this.getList() + } else { + _this.$message.warning(res.message) + } + }) + } else { + _this.$message.warning(_this.$t('doNotHavePermissionDeleteData')) + } } }) } else { From f0d12ff4b4a4f4a7f7e3d33a15246a22650117c7 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 27 Jul 2022 13:58:17 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/documentTranslationResults.vue | 148 +++++------------- .../documentTranslation/index.vue | 7 +- 2 files changed, 49 insertions(+), 106 deletions(-) diff --git a/jero-web/src/views/documentTools/documentTranslation/components/documentTranslationResults.vue b/jero-web/src/views/documentTools/documentTranslation/components/documentTranslationResults.vue index 0247520ec..ae67c40a1 100644 --- a/jero-web/src/views/documentTools/documentTranslation/components/documentTranslationResults.vue +++ b/jero-web/src/views/documentTools/documentTranslation/components/documentTranslationResults.vue @@ -16,52 +16,11 @@ {{$t('originalText')}}
- 汽车用LED前照灯 - - 1 范围 - - 本标准规定了汽车用LED光源/模块或含有LED光源/模块的前照灯配光性能、光色、温度循环等试验方法和检验规则等, - 本标准适用于M、N类汽车使用的LED前照灯、或主要由LED光源或LED模块形成远光或近光的LED前照灯。 - - 2 规范性引用文件 - - 下列文件中的条款,通过本标准的引用而成为本标准的条款,凡是注日期的引用文件,其随后所有的修改单(不包括勘误的内容)或修订版均不适用于本标准,然而,鼓励根据本标准达成协议的各方研究是否可使用这些文件的最新版本。凡是不注日期的引用文件,其最新版本适用于本标准. - GB 4599—2007 汽车用灯丝灯泡前照灯 - GB 4785 汽车及挂车外部照明和光信号装置的安装规定 - GB/T 7922 照明光源颜色的测量方法 - GB 15766.1 道路机动车辆灯丝灯泡 尺寸、光电性能要求 - - 3 术语和定义 - - GB 4599—2007和GB 4785中确立的,以及下列术语和定义适用于本标准占 - 3. 1 - 目标光通量: objective luminous flux - 可更换光源或光源模块光通量的设计值。 - 3.2 - 光源失效 failure of light source - LED或LED模块在正常使用条件下,一个或多个LED失去发光功能、变暗、色度超标、或出现闪烁的现象。 - 3.3 - LED 模块 LED module - 仅含有LED的光源模块。 - - 4 前照灯的不同型式 - - 在以下主要方面有差异的前照灯: - ——商品名称或商标; - ——光学系统的特性; - ——通过反射、折射、吸收和/或工作时的变形,改变光学效果的部件; - ——提供的光束种类(近光,远光或远、近光); - ——配光镜及其涂层的材料; - - - ——LED光源/模块类型和参数(电压、功率、光通量、色度、显色性九 - 5 要求 - 5.1 一般要求 - 5.1. 1 LED前照灯应设计和制造成在正常使用条件下,即使受到振动,仍能保证满足使用要求和符合本标准规定。 - 5.1.2 LED前照灯应具有良好的散热性,防止LED光源热堆积,LED前照灯即使在低温凝冻的环境下仍能正常工作, - 5.1.3 LED前照灯应具有良好的电磁兼容性能。 - 5.1.4 当前照灯装有LED光源或LED模块时其性能均应满足本标准要求;当LED前照灯中装有灯丝灯泡或HID光源实现远光或近光功能时,其配光性能和检测应分别满足其相应标准的要求, - 5.1.5 前照灯应具有光束调整装置,当近光灯和远光灯形成一组合体,并各自装有LED光源/模块、灯丝灯泡(或灯光组)时,调整装置应能对它们分别进行调整,这些要求不适用于远光灯和近光灯不能单独调节的前照灯, +
@@ -69,64 +28,7 @@ {{$t('translatedText')}}
- LED headlamp for automobile - one Range - This standard specifies the test methods and inspection rules for light distribution performance, light - color, temperature cycle, etc. of automotive LED light source / module or headlamp containing LED light - source / module, - This standard is applicable to LED headlamps used by M and N vehicles, or LED headlamps that mainly form - high beam or low beam by LED light source or LED module. - two Normative references - The provisions in the following documents become the provisions of this standard through the reference of - this standard. For dated references, all subsequent amendments (excluding the contents of Corrigendum) or - revisions are not applicable to this standard. However, parties to agreements based on this standard are - encouraged to study whether the latest versions of these documents can be used. For undated references, - the latest edition is applicable to this standard - GB 4599—2007 Automotive filament bulb headlamps - GB 4785 Provisions for the installation of exterior lighting and light signalling devices for automobiles - and trailers - GB/T 7922 Methods of measuring the color of lighting sources - GB 15766.1 Requirements for dimensions and photoelectric performance of filament bulbs for road motor - vehicles - three Terms and definitions - The terms and definitions established in GB 4599-2007 and GB 4785 and the following terms and definitions - are applicable to this standard - 3. 1 - Objective luminous flux - Design value of luminous flux of replaceable light source or light source module. - three point two - Failure of light source - Under normal use conditions of LED or LED module, one or more LEDs lose light-emitting function, darken, - chromaticity exceeds the standard, or flicker. - three point three - LED module - Light source module with led only. - four Different types of headlamps - Headlamps that differ in the following main respects: - ——Trade name or trademark; - ——Characteristics of optical system; - ——Components that change the optical effect through reflection, refraction, absorption and / or - deformation during operation; - ——Type of beam provided (low beam, high beam or high beam and low beam); - ——Materials of lens and its coating; - ——LED light source / module type and parameters (voltage, power, luminous flux, chromaticity, color - rendering IX - five requirement - five point one general requirements - 5.1. one The LED headlamp shall be designed and manufactured to ensure that it can meet the use - requirements and comply with the provisions of this standard even if it is vibrated under normal - conditions of use. - 5.1.2 The LED headlamp shall have good heat dissipation to prevent thermal accumulation of LED light - source. The LED headlamp can work normally even in the low-temperature freezing environment, - 5.1.3 LED headlamp shall have good electromagnetic compatibility performance. - 5.1.4 When the headlamp is equipped with LED light source or LED module, its performance shall meet the - requirements of this standard; When the LED headlamp is equipped with filament bulb or HID light source to - realize the function of high beam or low beam, its Photometric Performance and detection shall meet the - requirements of corresponding standards respectively, - 5.1.5 The headlamp shall have a beam adjustment device. When the dipped beam and the high beam form a - combination and each is equipped with an LED light source / module and a filament bulb (or light group), - the adjustment device shall be able to adjust them respectively. These requirements do not apply to - headlamps where the high beam and the low beam cannot be adjusted separately, +
@@ -136,18 +38,42 @@