Commit f3e180e8 authored by youjie's avatar youjie

no message

parent 8b95fc29
......@@ -926,10 +926,17 @@
let leaderIds=[];
this.shopDataList.forEach((item) => {
if (item.IsCheck){
leaderIds.push(item.LeaderGuideIds);
item.PriceShopList.forEach(x=>{
x.ShopDetailsList.forEach(y=>{
let filter = leaderIds.filter(z=>{return z==y.LeaderId})
if(!y.LeaderCommissionFrId&&filter.length==0) leaderIds.push(y.LeaderId);
})
})
// leaderIds.push(item.LeaderGuideIds);
}
})
console.log(leaderIds,'----1111')
if(leaderIds.length>0){
this.loading = true;
this.IsLGCommissionAccount=true;
this.apipost(
......@@ -960,6 +967,13 @@
},
err => {}
);
}else{
this.IsJapan = this.nMsg.IsHaveFee = 0
this.saveMsg = [];
this.BOSSDialog = false;
this.BOSSDialogText = true;
}
},
MoreSureCreateBill() {
......
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