|
|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
:rules="rules" @submit="submit">
|
|
|
|
|
<!-- 审核 领导审核 -->
|
|
|
|
|
<!-- 退回理由 -->
|
|
|
|
|
<template v-slot:backreason v-if="type=='check'||type=='leader'&&showform.status ==8" >
|
|
|
|
|
<template v-slot:backreason v-if="(type=='check'||type=='leader')&&showform.status ==8" >
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>退回原因:
|
|
|
|
|
@ -183,7 +183,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 提交整改 -->
|
|
|
|
|
<template v-slot:fix_status v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'">
|
|
|
|
|
<template v-slot:accept_admin_name v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>接收方:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<div v-if="showform.accept_admin_ids_details&&showform.accept_admin_ids_details.length>0">
|
|
|
|
|
<el-tag style='margin-right:10px' v-for='item in showform.accept_admin_ids_details'>
|
|
|
|
|
{{item.name}}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-if="showform.accept_department_ids_details&&showform.accept_department_ids_details.length>0">
|
|
|
|
|
<el-tag v-for='item in showform.accept_department_ids_details'>
|
|
|
|
|
{{item.name}}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:plan_end_date_name v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>计划完成时间:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
{{showform.plan_end_date?showform.plan_end_date:''}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:duty_admin_name v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>责任人:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
{{showform.duty_admin?showform.duty_admin.name:''}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template v-slot:fix_status v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>整改完成情况:
|
|
|
|
|
@ -199,7 +239,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:fix_end_date v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'">
|
|
|
|
|
<template v-slot:fix_end_date v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>整改结束时间:
|
|
|
|
|
@ -214,7 +254,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:fix_introduce v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'">
|
|
|
|
|
<template v-slot:fix_introduce v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>整改说明:
|
|
|
|
|
@ -228,7 +268,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:fix_file_ids v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'">
|
|
|
|
|
<template v-slot:fix_file_ids v-if="type=='reform'||type=='confirm'||type=='leaderconfirm'||type=='show' && showform.status>2 &&showform.status!=6 && showform.status!=8">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>整改附件:
|
|
|
|
|
@ -468,6 +508,10 @@
|
|
|
|
|
plan_end_date:'',
|
|
|
|
|
duty_admin_id:'',
|
|
|
|
|
reason:'',
|
|
|
|
|
|
|
|
|
|
accept_admin_name:"",
|
|
|
|
|
plan_end_date_name:'',
|
|
|
|
|
duty_admin_name:'',
|
|
|
|
|
fix_status:1,
|
|
|
|
|
fix_end_date:'',
|
|
|
|
|
fix_introduce:'',
|
|
|
|
|
@ -636,7 +680,7 @@
|
|
|
|
|
}else{
|
|
|
|
|
name7value = 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.form = {
|
|
|
|
|
backreason:'',
|
|
|
|
|
// 审核
|
|
|
|
|
@ -653,6 +697,10 @@
|
|
|
|
|
plan_end_date:res?.plan_end_date,
|
|
|
|
|
duty_admin_id:res?.duty_admin_id,
|
|
|
|
|
reason:res?.reason,
|
|
|
|
|
|
|
|
|
|
accept_admin_name:"",
|
|
|
|
|
plan_end_date_name:'',
|
|
|
|
|
duty_admin_name:'',
|
|
|
|
|
fix_status:res.fix_status==1?1:0,
|
|
|
|
|
fix_end_date:res?.fix_end_date,
|
|
|
|
|
fix_introduce:res?.fix_introduce,
|
|
|
|
|
@ -861,6 +909,7 @@
|
|
|
|
|
::v-deep .fix_introduce,::v-deep .fix_file_ids,
|
|
|
|
|
::v-deep .confirm_status,::v-deep .re_check_leader,::v-deep .re_check_main,
|
|
|
|
|
::v-deep .re_leader_status,::v-deep .re_main_status,
|
|
|
|
|
::v-deep .plan_end_date_name,::v-deep .duty_admin_name,::v-deep .accept_admin_name,
|
|
|
|
|
{
|
|
|
|
|
flex-basis: 100%;
|
|
|
|
|
}
|
|
|
|
|
|