Commit c3750d2a authored by youjie's avatar youjie

no message

parent d043fe19
......@@ -298,10 +298,12 @@ export default {
data.forEach(item => {
if(item.OtherType&&item.OtherType==65){
this.cdtotal+=-(item.Money);
this.ybtotal+=-(item.WBMoney)
}else{
this.cdtotal+=item.Money;
this.ybtotal+=(item.WBMoney)
}
this.ybtotal+=(item.WBMoney)
});
this.cdtotal=this.cdtotal.toFixed(2);
......
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