diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index e3d0515b3..9f7838e41 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -662,58 +662,59 @@ module.exports = { alteration: 'alteration', fixedPlate: 'Fixed plate', taskAffirmStatus: 'task Affirm Status', - listConfirmationStatus:'List confirmation status', - ListConfirmationDeadline:'List confirmation deadline', - dataConfirmation:'Please select the data whose list confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty', - pleaseSelectPersonFirst:'Please select a person first', - onlyOnePersonCanBeSelected:'Only one person can be selected', - overrule:'overrule', - confirmSubmit:'confirm Submit', - confirmOverrule:'confirm Overrule', - The:'The', - submitted:'Data has been submitted and cannot be submitted again', - basicInformationOfParameters:'Basic information of parameters', - regulatoryCertificationTaskPlan:'Regulatory / certification task plan', - bringInRelevantPersonnel:'Bring in relevant personnel', - confirmBringInRelevantPersonnel:'confirm Bring in relevant personnel', - problemType:'Problem type', - projectDetails:'Project details', - listOfRegulations:'List of regulations', - taskList:'Task list', - TaskParameterCollection:'Task parameter collection', - nonConformance:'Non conformance', - deadlineForConfirmationOfDesignCompliance:'Deadline for confirmation of design compliance', - prehomoConfirmationDeadline:'Prehomo confirmation deadline', - verificationComplianceConfirmationDeadline:'Verification compliance confirmation deadline', - pleaseEnterTheCorrectWebAddress:'Please enter the correct web address', - updateTime:'update Time', - comment:'comment', - historicalVersion:'Historical version', - versionName:'Version name', - finalizationTime:'Finalization time', - setting:'setting', - incorrectsubmitted:'The data status is incorrect; Only data with status to be confirmed can be submitted', - date:'date', - time:'time', - uploadMaximumATime:'upload a maximum of 20 images at a time', + listConfirmationStatus: 'List confirmation status', + ListConfirmationDeadline: 'List confirmation deadline', + dataConfirmation: 'Please select the data whose list confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty', + pleaseSelectPersonFirst: 'Please select a person first', + onlyOnePersonCanBeSelected: 'Only one person can be selected', + overrule: 'overrule', + confirmSubmit: 'confirm Submit', + confirmOverrule: 'confirm Overrule', + The: 'The', + submitted: 'Data has been submitted and cannot be submitted again', + basicInformationOfParameters: 'Basic information of parameters', + regulatoryCertificationTaskPlan: 'Regulatory / certification task plan', + bringInRelevantPersonnel: 'Bring in relevant personnel', + confirmBringInRelevantPersonnel: 'confirm Bring in relevant personnel', + problemType: 'Problem type', + projectDetails: 'Project details', + listOfRegulations: 'List of regulations', + taskList: 'Task list', + TaskParameterCollection: 'Task parameter collection', + nonConformance: 'Non conformance', + deadlineForConfirmationOfDesignCompliance: 'Deadline for confirmation of design compliance', + prehomoConfirmationDeadline: 'Prehomo confirmation deadline', + verificationComplianceConfirmationDeadline: 'Verification compliance confirmation deadline', + pleaseEnterTheCorrectWebAddress: 'Please enter the correct web address', + updateTime: 'update Time', + comment: 'comment', + historicalVersion: 'Historical version', + versionName: 'Version name', + finalizationTime: 'Finalization time', + setting: 'setting', + incorrectsubmitted: 'The data status is incorrect; Only data with status to be confirmed can be submitted', + date: 'date', + time: 'time', + uploadMaximumATime: 'upload a maximum of 20 images at a time', - confirmationOfRegulationsList:'Confirmation of regulations list', - regulatoryTaskConfirmation:'Regulatory task confirmation', - certificationStart:'Certification start', - certificationEnd:'Certification end', - directoryName:'Directory name', - batch:'batch', - uploadTime:'Upload time', - enclosure:'enclosure', + confirmationOfRegulationsList: 'Confirmation of regulations list', + regulatoryTaskConfirmation: 'Regulatory task confirmation', + certificationStart: 'Certification start', + certificationEnd: 'Certification end', + directoryName: 'Directory name', + batch: 'batch', + uploadTime: 'Upload time', + enclosure: 'enclosure', // 认证 parameterTemplate: 'parameter Template', contentDescription: 'content Description', - circulationInformation:'Circulation information', - circulationHistory:'circulation History', - agree:'agree', - disagree:'disagree', - feedbackMessage:'Feedback Message', - result:'result', - opinion:'opinion', - operationNode:'operation node', + circulationInformation: 'Circulation information', + circulationHistory: 'circulation History', + agree: 'agree', + disagree: 'disagree', + feedbackMessage: 'Feedback Message', + result: 'result', + opinion: 'opinion', + operationNode: 'operation node', + taskDataConfirmation: 'Please select the data whose list confirmation status is accepted and task confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty' } \ 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 3f7cecf84..4cf35cdea 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -669,6 +669,7 @@ module.exports = { listConfirmationStatus:'清单确认状态', ListConfirmationDeadline:'清单确认截止时间', dataConfirmation:'请选择清单确认状态为未发起或拒绝的数据,以及法规工程师、认证工程师不为空', + taskDataConfirmation:'请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据,以及法规工程师、认证工程师不为空', pleaseSelectPersonFirst:'请先选择人员', onlyOnePersonCanBeSelected:'只能选择一个人员', overrule:'驳回', diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 57780aca8..6a0d12b3a 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -46,11 +46,11 @@