添加虚拟清单的适用增补件字段

This commit is contained in:
qq787203167
2022-05-17 10:03:01 +08:00
parent 085c2608b0
commit 1cb0a4c89d
4 changed files with 92 additions and 62 deletions
+37 -36
View File
@@ -797,40 +797,41 @@ module.exports = {
red: 'red', red: 'red',
blue: 'blue', blue: 'blue',
yellow: 'yellow', yellow: 'yellow',
resultReported:'Result Reported', resultReported: 'Result Reported',
TheDoesNotContainData:'The maintenance list of the virtual list does not contain data', TheDoesNotContainData: 'The maintenance list of the virtual list does not contain data',
number:'No', number: 'No',
Deadline:'Deadline', Deadline: 'Deadline',
toBeConfirmed:'To be confirmed', toBeConfirmed: 'To be confirmed',
designComplianceReview:'Confirm design conformance', designComplianceReview: 'Confirm design conformance',
preHomeConfirmation:'PreHomo confirmation', preHomeConfirmation: 'PreHomo confirmation',
verificationComplianceReview:'Verify conformance validation', verificationComplianceReview: 'Verify conformance validation',
Deployment:'Deployment', Deployment: 'Deployment',
pleaseDesignConformityConfirmation:'Please complete the data of design conformity confirmation', pleaseDesignConformityConfirmation: 'Please complete the data of design conformity confirmation',
pleaseConfirmedByPrehomo:'Please complete the data confirmed by prehomo', pleaseConfirmedByPrehomo: 'Please complete the data confirmed by prehomo',
pleaseConformityVerification:'Please complete the data of Conformity verification', pleaseConformityVerification: 'Please complete the data of Conformity verification',
virtualListDetails:'Virtual list details', virtualListDetails: 'Virtual list details',
maintainVirtualList:'Maintain virtual list', maintainVirtualList: 'Maintain virtual list',
reasonsForRejection:'Reasons for rejection', reasonsForRejection: 'Reasons for rejection',
inconformity:'Non-Compliance', inconformity: 'Non-Compliance',
toTrack:'To be tracked', toTrack: 'To be tracked',
Launch:'Launch', Launch: 'Launch',
maintainProgress:'Maintain', maintainProgress: 'Maintain',
redSchedule:'Red: not in conformity, and there is no acceptable scheme and schedule', redSchedule: 'Red: not in conformity, and there is no acceptable scheme and schedule',
yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule', yellowSchedule: 'Yellow: non conformance / to be tracked, with acceptable scheme and schedule',
greenRequirements:'Green: confirm that it meets or meets the current requirements', greenRequirements: 'Green: confirm that it meets or meets the current requirements',
blueUndeterminedState:'Blue: undetermined state', blueUndeterminedState: 'Blue: undetermined state',
authenticationMessage:'Authentication Message', authenticationMessage: 'Authentication Message',
accept:'Accept', accept: 'Accept',
notLaunch:'Not Launch', notLaunch: 'Not Launch',
refuse:'Refuse', refuse: 'Refuse',
taskTermination:'Task termination', taskTermination: 'Task termination',
projectStatusAndProgress:'Project status and progress', projectStatusAndProgress: 'Project status and progress',
listConfirmationProgress:'List confirmation progress', listConfirmationProgress: 'List confirmation progress',
taskConfirmationProgress:'Task confirmation progress', taskConfirmationProgress: 'Task confirmation progress',
designComplianceConfirmationProgress:'Design Compliance Confirmation Progress', designComplianceConfirmationProgress: 'Design Compliance Confirmation Progress',
preHomeConfirmProgress:'Pre-Home confirm progress', preHomeConfirmProgress: 'Pre-Home confirm progress',
verificationComplianceConfirmationProgress:'Verification compliance confirmation progress', verificationComplianceConfirmationProgress: 'Verification compliance confirmation progress',
totalTable:'Total', totalTable: 'Total',
newlyAdded:'Newly Added', newlyAdded: 'Newly Added',
applicableSupplement: 'Applicable Supplement'
} }
+25 -24
View File
@@ -56,7 +56,7 @@ module.exports = {
no: '没有任何', no: '没有任何',
click: '点击', click: '点击',
add: '添加', add: '添加',
newlyAdded:'新增', newlyAdded: '新增',
FilterMatching: '过滤条件匹配', FilterMatching: '过滤条件匹配',
AllMatching: '所有条件都要求匹配', AllMatching: '所有条件都要求匹配',
AnyOneMatches: '条件中的任意一个匹配', AnyOneMatches: '条件中的任意一个匹配',
@@ -815,27 +815,28 @@ module.exports = {
pleaseDesignConformityConfirmation: '请补全设计符合性确认的数据', pleaseDesignConformityConfirmation: '请补全设计符合性确认的数据',
pleaseConfirmedByPrehomo: '请补全 PreHomo确认的数据', pleaseConfirmedByPrehomo: '请补全 PreHomo确认的数据',
pleaseConformityVerification: '请补全验证符合性确认的数据', pleaseConformityVerification: '请补全验证符合性确认的数据',
virtualListDetails:'虚拟清单详情', virtualListDetails: '虚拟清单详情',
maintainVirtualList:'维护虚拟清单', maintainVirtualList: '维护虚拟清单',
reasonsForRejection:'驳回原因', reasonsForRejection: '驳回原因',
inconformity:'不符合', inconformity: '不符合',
toTrack:'待追踪', toTrack: '待追踪',
Launch:'发起', Launch: '发起',
notLaunch:'未发起', notLaunch: '未发起',
maintainProgress:'维护进度', maintainProgress: '维护进度',
redSchedule:'不符合且无可接受的方案和时间表', redSchedule: '不符合且无可接受的方案和时间表',
yellowSchedule:'不符合/待追踪有可接受的方案和时间表', yellowSchedule: '不符合/待追踪有可接受的方案和时间表',
greenRequirements:'绿确认符合或满足当前要求', greenRequirements: '绿确认符合或满足当前要求',
blueUndeterminedState:'未判断状态', blueUndeterminedState: '未判断状态',
authenticationMessage:'认证消息', authenticationMessage: '认证消息',
accept:'接受', accept: '接受',
refuse:'拒绝', refuse: '拒绝',
taskTermination:'任务终止', taskTermination: '任务终止',
projectStatusAndProgress:'项目状态进度', projectStatusAndProgress: '项目状态进度',
listConfirmationProgress:'清单确认进度', listConfirmationProgress: '清单确认进度',
taskConfirmationProgress:'任务确认进度', taskConfirmationProgress: '任务确认进度',
designComplianceConfirmationProgress:'设计符合性确认进度', designComplianceConfirmationProgress: '设计符合性确认进度',
preHomeConfirmProgress:'Pre-Home确认进度', preHomeConfirmProgress: 'Pre-Home确认进度',
verificationComplianceConfirmationProgress:'验证符合性确认进度', verificationComplianceConfirmationProgress: '验证符合性确认进度',
totalTable:'总数', totalTable: '总数',
applicableSupplement: '适用增补件'
} }
@@ -260,6 +260,20 @@
</a-form-model-item> </a-form-model-item>
</div> </div>
</a-col> </a-col>
<a-col :span="12">
<div class="box-title-text">
<div class="title-text">
<span class="title-text-text"
:title="$t('applicableSupplement')">{{$t('applicableSupplement')}}</span>
</div>
<a-form-model-item class="itemModel" prop="applicableSupplement">
<a-input class="box-input"
:disabled="false"
v-model="formInline.applicableSupplement"
:placeholder="$t('PleaseEnter')+$t('applicableSupplement')"/>
</a-form-model-item>
</div>
</a-col>
</a-row> </a-row>
<a-row :gutter="24"> <a-row :gutter="24">
<a-col :span="24"> <a-col :span="24">
@@ -539,6 +553,13 @@
trigger: 'blur' trigger: 'blur'
} }
], ],
applicableSupplement:[
{
max: 100,
message: this.$t('applicableSupplement') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
trigger: 'blur'
}
],
remark: [ remark: [
{ {
max: 300, max: 300,
@@ -271,7 +271,7 @@
exportData: '/dummy/dummyInventoryInfoEO/exportData', exportData: '/dummy/dummyInventoryInfoEO/exportData',
exportTemplate: '/dummy/dummyInventoryInfoEO/exportTemplate', exportTemplate: '/dummy/dummyInventoryInfoEO/exportTemplate',
getSysCategoryTree: '/sys/category/getSysCategoryTree', getSysCategoryTree: '/sys/category/getSysCategoryTree',
logList:'/dummy/dummyLogEO/page', logList: '/dummy/dummyLogEO/page'
}, },
loading: false, loading: false,
dataSource: [], dataSource: [],
@@ -370,6 +370,13 @@
dataIndex: 'attestationRank_dictText', dataIndex: 'attestationRank_dictText',
scopedSlots: { customRender: 'titleName' } scopedSlots: { customRender: 'titleName' }
}, },
{
title: this.$t('applicableSupplement'),
align: 'center',
width: 180,
dataIndex: 'applicableSupplement',
scopedSlots: { customRender: 'titleName' }
},
{ {
title: this.$t('technicalField'), title: this.$t('technicalField'),
align: 'center', align: 'center',
@@ -590,7 +597,7 @@
this.getList() this.getList()
}, },
UpdateLogClick() { UpdateLogClick() {
this.$refs.UpdateLogRef.getList({dummyInventoryBaseId:this.$route.query.id}) this.$refs.UpdateLogRef.getList({ dummyInventoryBaseId: this.$route.query.id })
}, },
searchQuery() { searchQuery() {
this.getList() this.getList()