task#11329,路桥费样式优化

This commit is contained in:
2024-02-26 11:03:52 +08:00
parent dc469ebbd1
commit 3e2b39f7e4
3 changed files with 34 additions and 11 deletions

View File

@ -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
}
});
},