Commit 72148235 authored by youjie's avatar youjie

no message

parent 0fcb43d5
......@@ -931,8 +931,8 @@
item.PriceShopList.forEach(x=>{
x.ShopDetailsList.forEach(y=>{
let filter = leaderIds.filter(z=>{return z==y.LeaderId})
if((((y.LeaderCommissionFrId==''||y.LeaderCommissionFrId!='0')&&y.LeaderCommission!='0')||
(y.GuideCommissionFrId==''||y.GuideCommissionFrId!='0')&&y.GuideCommission!='0')&&(filter.length==0||!filter)) {
if((((y.LeaderCommissionFrId==''||y.LeaderCommissionFrId=='0')&&y.LeaderCommission!='0')||
(y.GuideCommissionFrId==''||y.GuideCommissionFrId=='0')&&y.GuideCommission!='0')&&(filter.length==0||!filter)) {
console.log(y.LeaderCommission,'-----'+y.GuideCommission,'-----'+y.LeaderId)
leaderIds.push(y.LeaderId);
}
......
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