1.修改三期优化点

This commit is contained in:
sunFlower
2022-09-21 15:34:00 +08:00
parent cbe57d2bac
commit 418dd15e4f
8 changed files with 23 additions and 17 deletions
+1
View File
@@ -1299,4 +1299,5 @@ module.exports = {
theResponsiblePersonTaskForTheSecondTime:'The responsible person receives the task for the second time',
processNodesAreInconsistentPleaseSelectConsistentData:'Process nodes are inconsistent; Please select consistent data',
exportFileName:'Export file name',
initiateSupplementaryProcess:'Initiate supplementary process',
}
+1
View File
@@ -1401,4 +1401,5 @@ module.exports = {
theResponsiblePersonTaskForTheSecondTime:'责任人二次接收任务',
processNodesAreInconsistentPleaseSelectConsistentData:'流程节点不一致请选择一致的数据',
exportFileName:'导出文件名称',
initiateSupplementaryProcess:'发起补充流程',
}
@@ -52,10 +52,11 @@
<a-col :span="8">
<div class="box-title-text">
<div class="title-text">
<span class="Required">*</span>
<!-- <span class="Required">*</span>-->
<span class="title-text-text" :title="$t('market')">{{$t('market')}}</span>
</div>
<a-form-model-item class="itemModel" prop="targetMarket">
<!-- prop="targetMarket"-->
<a-form-model-item class="itemModel" >
<j-multi-select-tag class="box-input" v-model="formInline.targetMarket"
:disabled="disabled"
:placeholder="$t('PleaseSelect')+$t('market')"
@@ -13,12 +13,12 @@
<div class="detail-content">
<div class="content-box">
<div class="header-text">
{{$t('processBackground')}}
<a-button class="box-button-top" type="primary" @click="CurrentStandard">
{{$t('initiateProcessForCurrentStandard')}}
{{$t('initiateSupplementaryProcess')}}
</a-button>
</div>
<div class="processBackground-text">
<span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span>
{{$route.query.processBackground}}
</div>
<div class="header-text">
@@ -237,7 +237,7 @@
processBackground: this.$route.query.processBackground || '',
remark: this.$route.query.remark || '',
standId: this.$route.query.standId,
lawsTechnologyEvaluationId:this.$route.query.lawsTechnologyEvaluationId
lawsTechnologyEvaluationId: this.$route.query.lawsTechnologyEvaluationId
}
let newUrl = this.$router.resolve({
path: '/evaluationInitiationProcess',
@@ -423,13 +423,14 @@
text-justify: inter-ideograph;
word-break: break-all
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
background: #fff !important;
opacity: 0.9;
}
::v-deep .ant-table-body {
background: transparent!important;
background: transparent !important;
}
</style>
<style>
@@ -13,12 +13,12 @@
<div class="detail-content">
<div class="content-box">
<div class="header-text">
{{$t('processBackground')}}
<a-button class="box-button-top" type="primary" @click="CurrentStandard">
{{$t('initiateProcessForCurrentStandard')}}
{{$t('initiateSupplementaryProcess')}}
</a-button>
</div>
<div class="processBackground-text">
<span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span>
{{$route.query.processBackground}}
</div>
<!-- <div class="header-text">-->
@@ -31,10 +31,11 @@
<a-col :span="24">
<div class="box-title-text">
<div class="title-text">
<span class="Required">*</span>
<!-- <span class="Required">*</span>-->
<span class="title-text-text" :title="$t('standard')">{{$t('standard')}}</span>
</div>
<a-form-model-item class="itemModel" prop="serialNumber">
<!-- prop="serialNumber"-->
<a-form-model-item class="itemModel" >
<a-input class="box-input"
readonly
v-model="formInline.serialNumber"
@@ -82,7 +82,8 @@
standardContent: [
{
title: this.$t('standard'),
value: 'serialNumber'
value: 'serialNumber',
type: 5
},
{
title: this.$t('title'),
@@ -114,7 +115,8 @@
evaluatorFeedback: [
{
title: this.$t('standard'),
value: 'serialNumber'
value: 'serialNumber',
type: 5
},
{
title: this.$t('title'),
@@ -7,7 +7,7 @@
</div>
<!-- <span class="flow-chart-title">{{ $route.params.processNumber }} {{ $route.params.processTypeName }} 流程图</span>-->
</div>
<div class="flow-group" style="margin-top: 30px;overflow: auto;text-align: center">
<div class="flow-group" style="overflow: auto;text-align: center">
<img :src="processStep" class="process-img">
</div>
</div>
@@ -81,7 +81,7 @@
.flow-chart {
width: 100%;
height: 45%;
height: 40%;
background: #F0F0F0;
border: 1px solid #CCCDCE;
border-bottom: none;
@@ -109,8 +109,7 @@
height: calc(~'100% - 30px');
.process-img {
//width: 100%;
//height: 100%;
height: 100%;
}
}
}