认证清单列表添加交付物模板
This commit is contained in:
@@ -1710,4 +1710,5 @@ module.exports = {
|
|||||||
implementationrecords:'Fault handling measures and emergency response implementation records',
|
implementationrecords:'Fault handling measures and emergency response implementation records',
|
||||||
onlyDataWithListStatusDraftCanBeDeleted:'Only data with a list status of Draft can be deleted',
|
onlyDataWithListStatusDraftCanBeDeleted:'Only data with a list status of Draft can be deleted',
|
||||||
implementationDateTwo:'Implementation Date',
|
implementationDateTwo:'Implementation Date',
|
||||||
|
reasonForReturn:'Reason For Return',
|
||||||
}
|
}
|
||||||
@@ -1810,4 +1810,5 @@ module.exports = {
|
|||||||
implementationrecords:'故障处置措施和应急响应实施记录',
|
implementationrecords:'故障处置措施和应急响应实施记录',
|
||||||
onlyDataWithListStatusDraftCanBeDeleted:'只能删除清单状态为草稿的数据',
|
onlyDataWithListStatusDraftCanBeDeleted:'只能删除清单状态为草稿的数据',
|
||||||
implementationDateTwo:'实施日期',
|
implementationDateTwo:'实施日期',
|
||||||
|
reasonForReturn:'Reason For Return',
|
||||||
}
|
}
|
||||||
@@ -367,6 +367,14 @@
|
|||||||
{{result.certificationProgress_dictText ? result.certificationProgress_dictText : $t('maintainProgress')}}
|
{{result.certificationProgress_dictText ? result.certificationProgress_dictText : $t('maintainProgress')}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<span slot="deliverableTemplate" slot-scope="text,result">
|
||||||
|
<span class="viewFile"
|
||||||
|
@click="viewFileClick(result.deliverableTemplate)"
|
||||||
|
v-if="result.deliverableTemplate">
|
||||||
|
{{$t('viewFile')}}
|
||||||
|
</span>
|
||||||
|
<span v-else>--</span>
|
||||||
|
</span>
|
||||||
</a-table>
|
</a-table>
|
||||||
<div class="page" v-if="dataSource.length > 0">
|
<div class="page" v-if="dataSource.length > 0">
|
||||||
<a-pagination
|
<a-pagination
|
||||||
@@ -483,7 +491,7 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'index',
|
name: 'index',
|
||||||
props:['isDisplayNum'],
|
props: ['isDisplayNum'],
|
||||||
components: {
|
components: {
|
||||||
globalAdvancedQuery,
|
globalAdvancedQuery,
|
||||||
ImportFile,
|
ImportFile,
|
||||||
@@ -578,7 +586,7 @@
|
|||||||
AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit',
|
AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit',
|
||||||
saveBatch: '/project/projectCertificationInventoryEO/saveBatch',
|
saveBatch: '/project/projectCertificationInventoryEO/saveBatch',
|
||||||
questionUrl: '/project/projectCertificationInventoryEO/expediting',
|
questionUrl: '/project/projectCertificationInventoryEO/expediting',
|
||||||
importZipUrl: '/project/projectCertificationInventoryEO/importData',
|
importZipUrl: '/project/projectCertificationInventoryEO/importData'
|
||||||
},
|
},
|
||||||
dataSource: [],
|
dataSource: [],
|
||||||
roleSwitchingCode: '',
|
roleSwitchingCode: '',
|
||||||
@@ -604,7 +612,7 @@
|
|||||||
dataIndex: 'category',
|
dataIndex: 'category',
|
||||||
width: 180,
|
width: 180,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
fixed: 'left',
|
fixed: 'left'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('inspectionItems'),
|
title: this.$t('inspectionItems'),
|
||||||
@@ -612,7 +620,7 @@
|
|||||||
dataIndex: 'inspectionItem',
|
dataIndex: 'inspectionItem',
|
||||||
width: 180,
|
width: 180,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
fixed: 'left',
|
fixed: 'left'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('configurationItem'),
|
title: this.$t('configurationItem'),
|
||||||
@@ -656,6 +664,14 @@
|
|||||||
width: 180,
|
width: 180,
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: this.$t('deliverableTemplate'),
|
||||||
|
align: 'left',
|
||||||
|
dataIndex: 'deliverableTemplate',
|
||||||
|
width: 180,
|
||||||
|
ellipsis: true,
|
||||||
|
scopedSlots: { customRender: 'deliverableTemplate' }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('typeOfDeliverables'),
|
title: this.$t('typeOfDeliverables'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|||||||
@@ -405,7 +405,7 @@
|
|||||||
</a-spin>
|
</a-spin>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
<a-modal
|
<a-modal
|
||||||
:title="$t('reasonsForRejection')"
|
:title="$t('reasonForReturn')"
|
||||||
:width="500"
|
:width="500"
|
||||||
:visible="visibleComment"
|
:visible="visibleComment"
|
||||||
:confirm-loading="confirmLoadingComment"
|
:confirm-loading="confirmLoadingComment"
|
||||||
@@ -419,12 +419,12 @@
|
|||||||
<div class="box-title-text-index">
|
<div class="box-title-text-index">
|
||||||
<div class="title-text-Comment">
|
<div class="title-text-Comment">
|
||||||
<span class="Required">*</span>
|
<span class="Required">*</span>
|
||||||
<span class="title-text-text" :title="$t('reasonsForRejection')">{{ $t('reasonsForRejection') }}</span>
|
<span class="title-text-text" :title="$t('reasonForReturn')">{{ $t('reasonForReturn') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModelComment" :prop="'commentContent'">
|
<a-form-model-item class="itemModelComment" :prop="'commentContent'">
|
||||||
<a-textarea
|
<a-textarea
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:placeholder="$t('PleaseEnter')+$t('reasonsForRejection')"
|
:placeholder="$t('PleaseEnter')+$t('reasonForReturn')"
|
||||||
:disabled="false"
|
:disabled="false"
|
||||||
v-model="formInlineComment.commentContent" :rows="4"/>
|
v-model="formInlineComment.commentContent" :rows="4"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -768,7 +768,7 @@
|
|||||||
commentContent: [
|
commentContent: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: this.$t('reasonsForRejection') + this.$t('cannotEmpty'),
|
message: this.$t('reasonForReturn') + this.$t('cannotEmpty'),
|
||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user