对接任务清单认证进度
This commit is contained in:
@@ -812,5 +812,9 @@ module.exports = {
|
|||||||
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',
|
||||||
|
yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule',
|
||||||
|
greenRequirements:'Green: confirm that it meets or meets the current requirements',
|
||||||
|
blueUndeterminedState:'Blue: undetermined state',
|
||||||
}
|
}
|
||||||
@@ -817,5 +817,9 @@ module.exports = {
|
|||||||
inconformity:'不符合',
|
inconformity:'不符合',
|
||||||
toTrack:'待追踪',
|
toTrack:'待追踪',
|
||||||
Launch:'发起',
|
Launch:'发起',
|
||||||
maintainProgress:'维护进度'
|
maintainProgress:'维护进度',
|
||||||
|
redSchedule:'红:不符合,且无可接受的方案和时间表',
|
||||||
|
yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表',
|
||||||
|
greenRequirements:'绿:确认符合或满足当前要求',
|
||||||
|
blueUndeterminedState:'蓝:未判断状态',
|
||||||
}
|
}
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #dcf7e3;
|
background: #ddf3f4;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -531,7 +531,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
background: #26BD4B;
|
background: #00B3BE;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-modal
|
<a-modal
|
||||||
:title="title"
|
:title="title"
|
||||||
:width="600"
|
:width="700"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
:confirm-loading="confirmLoading"
|
:confirm-loading="confirmLoading"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
@@ -10,10 +10,15 @@
|
|||||||
>
|
>
|
||||||
<a-form-model :model="formInline" class="formAdd" :rules="rules" ref="ruleForm">
|
<a-form-model :model="formInline" class="formAdd" :rules="rules" ref="ruleForm">
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
|
<div class="headerText" v-if="title == $t('CurrentProjectStatusEvaluation')">
|
||||||
|
{{this.$t('redSchedule')}}<br/>
|
||||||
|
{{this.$t('yellowSchedule')}}<br/>
|
||||||
|
{{this.$t('greenRequirements')}}<br/>
|
||||||
|
{{this.$t('blueUndeterminedState')}}
|
||||||
|
</div>
|
||||||
<a-col :span="24" v-if="title == $t('CertificationProgress')">
|
<a-col :span="24" v-if="title == $t('CertificationProgress')">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="Required" v-if="!disabled">*</span>
|
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('CertificationProgress')">{{$t('CertificationProgress')}}</span>
|
:title="$t('CertificationProgress')">{{$t('CertificationProgress')}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -30,7 +35,6 @@
|
|||||||
<a-col :span="24" v-if="title == $t('CertificationProgress')">
|
<a-col :span="24" v-if="title == $t('CertificationProgress')">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="Required" v-if="!disabled">*</span>
|
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('remarks')">{{$t('remarks')}}</span>
|
:title="$t('remarks')">{{$t('remarks')}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,32 +50,33 @@
|
|||||||
<a-col :span="24" v-if="title == $t('CurrentProjectStatusEvaluation')">
|
<a-col :span="24" v-if="title == $t('CurrentProjectStatusEvaluation')">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="Required">*</span>
|
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('CurrentProjectStatusEvaluation')">{{$t('CurrentProjectStatusEvaluation')}}</span>
|
:title="$t('CurrentProjectStatusEvaluation')">{{$t('CurrentProjectStatusEvaluation')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="remarks">
|
<a-form-model-item class="itemModel" prop="remarks">
|
||||||
<a-select :placeholder="$t('PleaseSelect')+$t('CurrentProjectStatusEvaluation')">
|
<a-select
|
||||||
|
:disabled="disabled"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('CurrentProjectStatusEvaluation')">
|
||||||
<a-select-option :key="1" :value="1">
|
<a-select-option :key="1" :value="1">
|
||||||
<span style="display: inline-block;width: 100%">
|
|
||||||
{{ $t('green') }}
|
|
||||||
</span>
|
|
||||||
</a-select-option>
|
|
||||||
<a-select-option :key="2" :value="2">
|
|
||||||
<span style="display: inline-block;width: 100%">
|
<span style="display: inline-block;width: 100%">
|
||||||
{{ $t('red') }}
|
{{ $t('red') }}
|
||||||
</span>
|
</span>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
<a-select-option :key="3" :value="3">
|
<a-select-option :key="2" :value="2">
|
||||||
<span style="display: inline-block;width: 100%">
|
|
||||||
{{ $t('blue') }}
|
|
||||||
</span>
|
|
||||||
</a-select-option>
|
|
||||||
<a-select-option :key="4" :value="4">
|
|
||||||
<span style="display: inline-block;width: 100%">
|
<span style="display: inline-block;width: 100%">
|
||||||
{{ $t('yellow') }}
|
{{ $t('yellow') }}
|
||||||
</span>
|
</span>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
|
<a-select-option :key="3" :value="3">
|
||||||
|
<span style="display: inline-block;width: 100%">
|
||||||
|
{{ $t('green') }}
|
||||||
|
</span>
|
||||||
|
</a-select-option>
|
||||||
|
<!-- <a-select-option :key="3" :value="3">-->
|
||||||
|
<!-- <span style="display: inline-block;width: 100%">-->
|
||||||
|
<!-- {{ $t('blue') }}-->
|
||||||
|
<!-- </span>-->
|
||||||
|
<!-- </a-select-option>-->
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,14 +85,13 @@
|
|||||||
<a-col :span="24" v-if="title == $t('CurrentProjectStatusEvaluation')">
|
<a-col :span="24" v-if="title == $t('CurrentProjectStatusEvaluation')">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="Required">*</span>
|
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('remarks')">{{$t('remarks')}}</span>
|
:title="$t('remarks')">{{$t('remarks')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="remarks">
|
<a-form-model-item class="itemModel" prop="remarks">
|
||||||
<a-textarea
|
<a-textarea
|
||||||
:placeholder="$t('remarks')"
|
:placeholder="$t('remarks')"
|
||||||
:disabled="false"
|
:disabled="disabled"
|
||||||
v-model="formInline.remark" :rows="4"/>
|
v-model="formInline.remark" :rows="4"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
@@ -209,4 +213,10 @@
|
|||||||
.title-text-text {
|
.title-text-text {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headerText {
|
||||||
|
margin-left: 30px;
|
||||||
|
color: #040B29;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user