待办中心增加引用交付物功能
This commit is contained in:
@@ -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.',
|
||||
}
|
||||
+496
-493
File diff suppressed because it is too large
Load Diff
+7
-1
@@ -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>
|
||||
Reference in New Issue
Block a user