Commit 12c02883 authored by liudong1993's avatar liudong1993

1

parent 41bbba2f
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
<th>姓名</th> <th>姓名</th>
<th>订单号</th> <th>订单号</th>
<th>订单利润</th> <th>订单利润</th>
<th>应发</th>
<th>提成</th> <th>提成</th>
<th>提成比例</th> <th>提成比例</th>
<th>年终</th> <th>年终</th>
...@@ -94,6 +95,7 @@ ...@@ -94,6 +95,7 @@
<td>{{item.EmName}}</td> <td>{{item.EmName}}</td>
<td>{{item.OrderId}}</td> <td>{{item.OrderId}}</td>
<td>{{item.OrderProfit}}</td> <td>{{item.OrderProfit}}</td>
<td>{{item.YCommission}}</td>
<td>{{item.Commission}}</td> <td>{{item.Commission}}</td>
<td>{{item.CommissionRate}}%</td> <td>{{item.CommissionRate}}%</td>
<td>{{item.BonusMoney}}</td> <td>{{item.BonusMoney}}</td>
......
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