Commit ce21753a authored by youjie's avatar youjie

no message

parent cf142e01
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
msg.EmployeeIdUser = userInfo.EmployeeId msg.EmployeeIdUser = userInfo.EmployeeId
var fileName = "OP提成分组表.xls"; var fileName = "OP提成分组表.xls";
this.GetLocalFile("opcommission_GetNewOPCommissionEmpListToExcel", this.msg, fileName); this.GetLocalFile("opcommission_GetNewOPCommissionEmpListToExcel", msg, fileName);
} }
} }
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<td style="width: 100px;">{{item.PeopleCount?item.PeopleCount:'-'}}</td> <td style="width: 100px;">{{item.PeopleCount?item.PeopleCount:'-'}}</td>
<td>{{item.TCProfit?item.TCProfit:'-'}}</td> <td>{{item.TCProfit?item.TCProfit:'-'}}</td>
<td>{{item.Way==1?'人头奖励':'利润比例'}}</td> <td>{{item.Way==1?'人头奖励':'利润比例'}}</td>
<td>{{item.Rate&&item.Way==2?item.Rate+'%':item.Rate&&item.Way==1?item.Rate+'':'-'}}</td> <td>{{item.Rate&&item.Way==2?item.Rate+'%':item.Rate&&item.Way==1?item.Rate+'/人':'-'}}</td>
<td>{{item.CommissionMoney?item.CommissionMoney:'-'}}</td> <td>{{item.CommissionMoney?item.CommissionMoney:'-'}}</td>
<td>{{item.PeriodsReissue}}</td> <td>{{item.PeriodsReissue}}</td>
<td>{{item.Description?item.Description:'-'}}</td> <td>{{item.Description?item.Description:'-'}}</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