待办中心增加引用交付物功能

This commit is contained in:
范强强
2023-04-13 15:51:47 +08:00
parent 243ad3c077
commit e598e89de8
3 changed files with 505 additions and 494 deletions
+2
View File
@@ -1779,4 +1779,6 @@ module.exports = {
batchComplianceConfirmation:'Batch compliance confirmation',
onlyDataWithApprovedCanCeSelected:'Only data with a process status of result pending review or approved can be selected',
deadlineForResponsibilityConfirmation:'Deadline for Responsibility Confirmation',
checkRegulatoryCompletedBefore: "Check the implementation of regulatory requirements before product design freezes. Task delivery requirements will first be input and confirmed with the engineering team in G1, and compliance confirmation and review will be completed before G3.",
checkVerificationResultsBeforeMP:'Check the verification results required by regulations before mass production of the product. Task delivery requirements will first be input and confirmed with the engineering team in G1, and compliance confirmation and review will be completed before MP.',
}
File diff suppressed because it is too large Load Diff
@@ -15,7 +15,10 @@
v-if="this.queryData.isDisplay && (queryData.TaskKey == 'zrrtjjfw' || queryData.TaskKey == 'dezrrtjjfw')"
type="primary">{{$t('referenceDeliverables')}}
</a-button>
<a-icon class="questionClass" type="question-circle"/>
<a-icon v-if="this.queryData.isDisplay"
class="questionClass"
:title="queryData.flowType == '2' ? this.$t('checkRegulatoryCompletedBefore') : this.$t('checkVerificationResultsBeforeMP')"
type="question-circle"/>
<projectInformation
v-if="isDisplay"
:title="$t('basicInformation')"
@@ -350,4 +353,7 @@
position: sticky;
z-index: 20;
}
::v-deep .ant-drawer-header .ant-drawer-title{
font-weight: bold;
}
</style>