Commit e396337e authored by youjie's avatar youjie

no message

parent d03fb4c9
......@@ -37,8 +37,8 @@
<!-- <th>来源 </th> -->
<!-- <th>团队类型 </th> -->
<!-- <th>类型</th> -->
<th>开始值</th>
<th>结束值</th>
<th>提成范围</th>
<!-- <th>结束值</th> -->
<th>提成比例</th>
<th>地接奖金</th>
<th>年终奖金</th>
......@@ -62,9 +62,7 @@
<span v-if="subItem.RuleType==3">自定义人员</span>
</td>
<td>
<span>{{childItem.StartValue}} {{subItem.CurrencyName}}</span> </td>
<td>
<span>{{childItem.EndValue}} {{subItem.CurrencyName}}</span> </td>
<span>{{childItem.StartValue}}{{childItem.EndValue}} {{subItem.CurrencyName}}</span> </td>
<td>
<span>{{childItem.Rate}}% </span> </td>
<td>
......
......@@ -68,11 +68,15 @@
<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>
</tr>
......@@ -80,10 +84,14 @@
<td>{{item.BranchName}}</td>
<td>{{item.DeptName}}</td>
<td>{{item.UserName}}</td>
<td>{{item.TCNumber}}</td>
<!-- <td>{{item.TCNumber}}</td> -->
<td>{{item.CommissionMoney}}</td>
<td>{{item.Periods}}</td>
<td>{{item.CommissionMoney?item.CommissionMoney:'-'}}</td>
<td>{{item.DiJieBonus?item.DiJieBonus:'-'}}</td>
<td>{{item.YearBonus?item.YearBonus:'-'}}</td>
<td>{{item.OrderProfit?item.OrderProfit:'-'}}</td>
<td>{{item.CommissionRate?item.CommissionRate:'-'}}</td>
<!-- <td>{{item.Periods}}</td> -->
<td>
......@@ -245,7 +253,7 @@
getList() {
this.loading = true;
this.apipost(
"sellcommission_GetTWCommissionDetailsListForUser",
"sellcommission_GetTWSellCommissionEmpPageList",
this.msg,
res => {
this.loading = false;
......
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