Commit bc176b4e authored by liudong1993's avatar liudong1993

1

parent 4a0fba40
...@@ -636,13 +636,14 @@ export default { ...@@ -636,13 +636,14 @@ export default {
this.getOPFinanceFeeList(18); this.getOPFinanceFeeList(18);
}else if(this.details.SpecialType && this.details.SpecialType==15){ }else if(this.details.SpecialType && this.details.SpecialType==15){
this.getOPFinanceFeeList(14); this.getOPFinanceFeeList(14);
}else if(this.details.SpecialType && this.details.SpecialType==16){
this.getSaleClaimList();
}else if(this.details.SpecialType && this.details.SpecialType==17){ }else if(this.details.SpecialType && this.details.SpecialType==17){
this.getOPFinanceFeeList(22); this.getOPFinanceFeeList(22);
}else if(this.OtherType==91){ }else if(this.OtherType==91){
this.getAdvanceObjList(); this.getAdvanceObjList();
} }
if(this.details.SpecialType && this.details.SpecialType==16){
this.getSaleClaimList();
}
}, },
goTravelControlList(id){ goTravelControlList(id){
this.$router.push({ name: 'TravelControlList',query:{"TCID":id,blank:'y',tab:'团控列表'} }) this.$router.push({ name: 'TravelControlList',query:{"TCID":id,blank:'y',tab:'团控列表'} })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment