task#11329,路桥费样式优化
This commit is contained in:
@ -177,6 +177,8 @@ export default {
|
||||
bcPath:[],
|
||||
activeIndex:'',
|
||||
batchCode:'',
|
||||
isShowBtn:false,
|
||||
type:'',
|
||||
option: [
|
||||
{ text: '缺失凭证照片', value: '缺失凭证照片' },
|
||||
{ text: '申请金额与凭证不一致', value: '申请金额与凭证不一致' },
|
||||
@ -191,7 +193,10 @@ export default {
|
||||
// this.id=29
|
||||
this.activeIndex=this.$route.params.index;
|
||||
this.batchCode=this.$route.params.batchCode
|
||||
console.log(" this.batchCode", this.batchCode,this.activeIndex)
|
||||
this.isShowBtn=this.$route.params.getUrlId
|
||||
this.type=this.$route.params?.type
|
||||
console.log("created",this.type)
|
||||
console.log(" this.isShowBackBtn",this.isShowBackBtn)
|
||||
},
|
||||
async mounted(){
|
||||
await this.getOrderDetail()
|
||||
@ -209,6 +214,8 @@ export default {
|
||||
params: {
|
||||
activeIndex:this.activeIndex,
|
||||
batchCode:this.batchCode,
|
||||
isShowBtn:this.isShowBtn,
|
||||
type:this.type
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user