|
|
@@ -363,20 +363,20 @@ export default {
|
|
|
getTitle(){
|
|
|
return (j)=>{
|
|
|
let title=this.subTypeList[j.subType]+(j.statementSubOrderCode||'')+' '
|
|
|
- if(j.subType==11&&j.returnType){
|
|
|
- if(j.returnType=='10'){
|
|
|
+ if(j.subType==11&&j.subExecType){
|
|
|
+ if(j.subExecType=='10'){
|
|
|
title=title+' 退货方式:全部原货 '
|
|
|
}
|
|
|
- if(j.returnType=='20'){
|
|
|
+ if(j.subExecType=='20'){
|
|
|
title=title+' 退货方式:部分原货+实物赔偿'
|
|
|
}
|
|
|
- if(j.returnType=='30'){
|
|
|
+ if(j.subExecType=='30'){
|
|
|
title=title+' 退货方式:部分原货+现金赔偿 '+' 赔偿金额:'+j.amountPayablePrice
|
|
|
}
|
|
|
- if(j.returnType=='40'){
|
|
|
+ if(j.subExecType=='40'){
|
|
|
title=title+' 退货方式:全部实物赔偿'
|
|
|
}
|
|
|
- if(j.returnType=='50'){
|
|
|
+ if(j.subExecType=='50'){
|
|
|
title=title+' 退货方式:全部现金赔偿 '+' 赔偿金额:'+j.amountPayablePrice
|
|
|
}
|
|
|
}
|