对接握手流程

This commit is contained in:
qq787203167
2022-04-25 14:53:26 +08:00
parent 00eb482248
commit 9948b7b3ff
3 changed files with 181 additions and 85 deletions
+51 -50
View File
@@ -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'
}
+1
View File
@@ -669,6 +669,7 @@ module.exports = {
listConfirmationStatus:'清单确认状态',
ListConfirmationDeadline:'清单确认截止时间',
dataConfirmation:'请选择清单确认状态为未发起或拒绝的数据,以及法规工程师认证工程师不为空',
taskDataConfirmation:'请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据,以及法规工程师认证工程师不为空',
pleaseSelectPersonFirst:'请先选择人员',
onlyOnePersonCanBeSelected:'只能选择一个人员',
overrule:'驳回',