提交 0a8c6b1a authored 作者: quanlili's avatar quanlili

修改状态流程

上级 53189c9c
......@@ -254,7 +254,7 @@
margin-left:24px;
// overflow: hidden;
position: relative;
padding: 0 28px 15px;
padding: 0 22px 15px;
background-color: #fff;
&.upClass{
width: 68px;
......@@ -277,7 +277,7 @@
overflow: hidden;
}
.side_content{
width: 388px;
width: 400px;
}
.title_wrap{
padding: 0px;
......
......@@ -135,14 +135,16 @@
<el-button type="warning" icon="el-icon-edit" @click="linkToEdit">编辑</el-button>
</div>
<div class="step_wrap">
<!-- //0待录入,2待挂接,1待交接(审核交接中),3通过交接(已交接),4拒绝交接 ,5已入库 -->
<!-- //0待录入,2待挂接,6待提交,1待交接(审核交接中),3通过交接(已交接),4拒绝交接 ,5已入库 ,7提交失败-->
<el-steps :active="activeStatus" finish-status="success" align-center>
<el-step title="待录入" v-if="pdf.status!=2"></el-step>
<el-step title="待挂接" v-if="pdf.status==2"></el-step>
<el-step title="审核交接中"></el-step>
<el-step title="已交接" v-if="pdf.status!=4"></el-step>
<el-step title="已入库" v-if='pdf.status!=4'></el-step>
<el-step title="待提交"></el-step>
<el-step title="审核交接中" v-if="pdf.status!=7"></el-step>
<el-step title="已交接" v-if="pdf.status!=4&&pdf.status!=7"></el-step>
<el-step title="已入库" v-if='pdf.status!=4&&pdf.status!=7'></el-step>
<el-step title="拒绝交接" v-if="pdf.status==4"></el-step>
<el-step title="提交失败" v-if="pdf.status==7"></el-step>
</el-steps>
<!-- <el-steps :active="activeStatus" finish-status="success">
<el-step title="步骤 1"></el-step>
......@@ -236,11 +238,20 @@ export default {
this.activeStatus=1;
}
if(newV==1){
this.activeStatus=2;
this.activeStatus=3;
}
if(newV==2){
this.activeStatus=1;
}
if(newV==3){
this.activeStatus=4;
}
if(newV==6){
this.activeStatus=2;
}
if(newV==7){
this.activeStatus=3;
}
}
},
methods: {
......
......@@ -254,7 +254,7 @@
margin-left:24px;
// overflow: hidden;
position: relative;
padding: 0 28px 15px;
padding: 0 22px 15px;
background-color: #fff;
&.upClass{
width: 68px;
......@@ -277,7 +277,7 @@
overflow: hidden;
}
.side_content{
width: 388px;
width: 400px;
}
.title_wrap{
padding: 0px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论