Commit d29979d2 authored by youjie's avatar youjie

no message

parent 9f12491b
......@@ -104,13 +104,13 @@
<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>
......@@ -128,13 +128,13 @@
</span>
</td>
<td>{{item.OrderId}}</td>
<td>{{item.LineName}}</td>
<!-- <td>{{item.OrderId}}</td> -->
<td>{{item.TCProfit}}</td>
<td>{{item.PeopleCount}}</td>
<td>{{item.OrderCount}}</td>
<td>{{item.CommissionMoney}}</td>
<td>{{item.OtherMoney}}</td>
<td>{{item.BackMoney}}</td>
<td>{{item.RealityCommissionMoney}}</td>
<td>{{item.CommissionRate}}</td>
<td>{{item.TCProfit}}</td>
<td>{{item.Periods}}</td>
<td>{{item.Description}}</td>
......
......@@ -39,7 +39,6 @@
<th>金额/比例</th>
<th>结团审核人</th>
<th>修改人</th>
<th>修改时间</th>
<th>操作</th>
</tr>
</thead>
......@@ -54,8 +53,11 @@
<div style="padding: 3px 0;">OP:<span style="color: red;">{{item.OPRate}}</span>%</div>
</td>
<td>{{item.AuditEmpName}}</td>
<td>{{item.UpdateBy}}</td>
<td>{{item.UpdateDate}}</td>
<td></td>
<td>
<div>{{item.UpdateBy}}</div>
<div>{{item.UpdateDate}}</div>
</td>
<td>
<el-button-group size='mini'>
<el-tooltip class="item" effect="dark" :content="$t('system.table_edit')" placement="top-start">
......
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