Commit d20b1f7b authored by youjie's avatar youjie

no message

parent 145e4d99
......@@ -84,6 +84,7 @@
<th>订单利润</th>
<th>应发</th>
<th>当期提成</th>
<th>未达标提成</th>
<th>提成比例</th>
<th>依据类型</th>
<th>年终</th>
......@@ -103,6 +104,7 @@
<td>{{item.OrderProfit}}</td>
<td>{{item.YCommission}}</td>
<td>{{item.Commission}}</td>
<td>{{item.LimitCommission>0?item.LimitCommission:'-'}}</td>
<td>{{item.CommissionRate}}%</td>
<td @click="GenerateScale(item)">
<span
......@@ -114,7 +116,7 @@
<td>{{item.Remark?item.Remark:'-'}}</td>
</tr>
<tr v-if="dataList.length==0">
<td style="text-align:center" colspan="15">暂无数据</td>
<td style="text-align:center" colspan="16">暂无数据</td>
</tr>
</table>
<!-- 分页 -->
......
......@@ -173,6 +173,7 @@
<th>当月追加工资</th>
<th>依据类型</th>
<th>当期提成</th>
<th>未达标提成</th>
<th>提成比例</th>
<th>年终</th>
<th>年终比例</th>
......@@ -199,6 +200,7 @@
:class="item.WageReId?'cursor-p':''">{{item.WageType==1?'新员工比例':item.WageType==2?'上季度定档':'-'}}</span>
</td>
<td>{{item.Commission}}</td>
<td>{{item.LimitCommission>0?item.LimitCommission:'-'}}</td>
<td>{{item.CommissionRate}}%</td>
<td>{{item.EmName!='微途'?item.BonusMoney:'-'}}</td>
<td>{{item.EmName!='微途'?item.BonusRate+'%':'-'}}</td>
......@@ -214,7 +216,7 @@
</td>
</tr>
<tr v-if="dataList.length==0">
<td style="text-align:center" colspan="14">暂无数据</td>
<td style="text-align:center" colspan="15">暂无数据</td>
</tr>
</table>
<!-- 分页 -->
......
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