Commit 9e16fb09 authored by youjie's avatar youjie

no message

parent a7c1834f
......@@ -173,7 +173,6 @@
<td>{{item.IsEurope==1?'是':'否'}}</td>
<td>{{item.PeopleNum}}</td>
<td>{{item.TCGuestNum}}</td>
<!-- class="cursor-p" style="color: #409EFF;" @click="GenerateScale(item)" -->
<td>{{item.Way==1?'销售额':'利润比'}}</td>
<td>{{item.Rate?item.Rate+'%':'-'}}</td>
<td>{{item.OrderProfit}}</td>
......@@ -262,11 +261,9 @@
},
mounted() {
let userInfo = this.getLocalStorage();
this.getCompanyMsg.RB_Group_Id=userInfo.RB_Group_id; //集团ID
this.departmentMsg.RB_Group_Id = userInfo.RB_Group_id; //集团
this.departmentMsg.RB_Branch_Id = userInfo.RB_Branch_Id;
this.getEmployee() //人员
this.getDepartment()
this.getCompany()
......@@ -559,8 +556,11 @@
);
},
exportExcel() { //导出
let msg = JSON.parse(JSON.stringify(this.msg))
let userInfo = this.getLocalStorage();
msg.EmployeeIdUser = userInfo.EmployeeId
var fileName = "同业提成人员表.xls";
this.GetLocalFile("sellcommission_GetTYSaleCommissionSingleDetailsListToExcel", this.msg, fileName);
this.GetLocalFile("sellcommission_GetTYSaleCommissionSingleDetailsListToExcel", msg, fileName);
}
}
......
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