Commit ae068de0 authored by Mac's avatar Mac

1

parent 84baa4f8
......@@ -1437,12 +1437,13 @@
break
}
}
// console.log(this.msg.detailList,'this.msg.detailList')
let price = 0
if(obj.SettlementType==1){
if(this.msg.detailList && this.msg.detailList.length>0){
this.msg.detailList.forEach(x=>{
if(Number(x.yTotalPriceTo) > 0){
price = price + Number(x.yTotalPriceTo)
if(Number(x.yTotalPrice) > 0){
price = price + Number(x.yTotalPrice)
}
})
}
......
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