Commit e583c125 authored by 黄奎's avatar 黄奎
parents 718de6a2 12908073
......@@ -710,7 +710,7 @@ export default {
x.EndMoney = Money + x.Money;
Money = x.EndMoney;
InMoney = InMoney + x.Money;
InMoneyB = InMoney + x.OriginalMoney;
InMoneyB = InMoneyB + x.OriginalMoney;
}else if(x.Type==2){
x.EndMoney = Money - x.Money;
Money = x.EndMoney;
......
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