|
@@ -339,11 +339,11 @@
|
|
|
},
|
|
|
aduit(row){
|
|
|
if(row.taskId){
|
|
|
- // if(row.approveStatus=='待内勤审核'){
|
|
|
- // this.$router.push({name:'cashoutaduitNQ',query:{id:row.id,taskId:row.taskId}})
|
|
|
- // }else{
|
|
|
+ if(row.approveStatus=='待内勤审核'){
|
|
|
+ this.$router.push({name:'cashoutaduitNQ',query:{id:row.id,taskId:row.taskId}})
|
|
|
+ }else{
|
|
|
this.$router.push({name:'cashoutaduit',query:{id:row.id,taskId:row.taskId}})
|
|
|
- // }
|
|
|
+ }
|
|
|
}else{
|
|
|
this.$message({
|
|
|
message: '暂无此权限!',
|