Commit ceccbedf authored by youjie's avatar youjie

ServiceCommissiondetails OrderId 订单号 GuestNum 订单人数 OrderProfit 订单利润

parent ac1af584
...@@ -108,7 +108,12 @@ ...@@ -108,7 +108,12 @@
<!-- <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>
<th>期数</th> <th>期数</th>
<th width='400'>备注</th> <th width='400'>备注</th>
...@@ -131,6 +136,11 @@ ...@@ -131,6 +136,11 @@
<!-- <td>{{item.OrderId}}</td> --> <!-- <td>{{item.OrderId}}</td> -->
<td>{{item.TCProfit}}</td> <td>{{item.TCProfit}}</td>
<td>{{item.OrderCount}}</td> <td>{{item.OrderCount}}</td>
<td>{{item.OrderId>0?item.OrderId:'-'}}</td>
<td>{{item.GuestNum?item.GuestNum:'-'}}</td>
<td>{{item.OrderProfit?item.OrderProfit:'-'}}</td>
<td>{{item.CommissionMoney}}</td> <td>{{item.CommissionMoney}}</td>
<td>{{item.CommissionRate}}%</td> <td>{{item.CommissionRate}}%</td>
<td>{{item.Periods}}</td> <td>{{item.Periods}}</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