Commit 6c67a71c authored by youjie's avatar youjie

no message

parent b6c60923
......@@ -821,7 +821,7 @@ export default {
||x.CostTypeName.indexOf('餐')!=-1
||x.CostTypeName.indexOf('车')!=-1
||x.CostTypeName.indexOf('门票')!=-1){
this.HandFeeDetail.DetailList.forEach((y,indexs)=>{
this.HandFeeDetail&&this.HandFeeDetail.DetailList.forEach((y,indexs)=>{
if(x.CostTypeName.indexOf('房')!=-1&&y.Type==1){y.show=true,numToFANG+=Number(obj.Number),y.Num=numToFANG}
if(x.CostTypeName.indexOf('餐')!=-1&&y.Type==2){y.show=true,numToCAN+=Number(obj.Number),y.Num=numToCAN}
if(x.CostTypeName.indexOf('车')!=-1&&y.Type==3){y.show=true,numToCE+=Number(obj.Number),y.Num=numToCE}
......
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