Commit b6f82284 authored by 吴春's avatar 吴春

1

parent 67f84e14
...@@ -441,7 +441,8 @@ export default { ...@@ -441,7 +441,8 @@ export default {
CostMoney: item.CostMoney, CostMoney: item.CostMoney,
PlatformTax: item.PlatformTax, PlatformTax: item.PlatformTax,
Refund: item.Refund, Refund: item.Refund,
PlatformMoney: item.PlatformMoney PlatformMoney: item.PlatformMoney,
DueInMoney: item.DueInMoney
} }
let DaiShou let DaiShou
DaiShou = Number(item.Money-item.Income-item.PlatformTax-item.PlatformMoney+item.Refund) DaiShou = Number(item.Money-item.Income-item.PlatformTax-item.PlatformMoney+item.Refund)
......
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