Compare commits
2 Commits
45eefe8d73
...
2e8aaea60f
Author | SHA1 | Date |
---|---|---|
chen | 2e8aaea60f | |
chen | ba3d4f4958 |
|
@ -430,7 +430,6 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
bofang(msg){
|
bofang(msg){
|
||||||
this.bgmMusic.autoplay = true;//自动播放
|
this.bgmMusic.autoplay = true;//自动播放
|
||||||
|
|
|
@ -167,7 +167,6 @@
|
||||||
} else {
|
} else {
|
||||||
this.array=[...res.data];
|
this.array=[...res.data];
|
||||||
}
|
}
|
||||||
console.log(this.array,777777);
|
|
||||||
if(this.statusId){
|
if(this.statusId){
|
||||||
this.workeOrderStatusIndex = this.array.findIndex(item=>item.id==this.statusId);
|
this.workeOrderStatusIndex = this.array.findIndex(item=>item.id==this.statusId);
|
||||||
if(this.workeOrderStatusIndex!=-1) {
|
if(this.workeOrderStatusIndex!=-1) {
|
||||||
|
@ -235,6 +234,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}else if(uni.getStorageSync('type_id')==4) {
|
||||||
|
if(status==3){
|
||||||
|
// 待维修
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pagesA/workOrder/workOrder?id=${id}`
|
||||||
|
})
|
||||||
|
}
|
||||||
|
if(status==4){
|
||||||
|
// 维修中
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pagesA/workOrder/workOrder?id=${id}`
|
||||||
|
})
|
||||||
|
}
|
||||||
} else if(uni.getStorageSync('type_id')==5){
|
} else if(uni.getStorageSync('type_id')==5){
|
||||||
if(status==6){
|
if(status==6){
|
||||||
// 财务点击审核工单
|
// 财务点击审核工单
|
||||||
|
|
Loading…
Reference in New Issue