Commit 8fc88a18 authored by 沈良进's avatar 沈良进
parents 0decd8e1 b5f68a15
......@@ -601,6 +601,7 @@
// 年终奖
this.AnnualBonus.AvfOrderNum = this.CommissionInfor.BonusNum?this.CommissionInfor.BonusNum:0
this.AnnualBonus.Commission = this.CommissionInfor.BonusPeriods?this.CommissionInfor.BonusPeriods:0
this.GetGNSaleExpectCommission()
}else {
this.Error(res.data.message);
}
......@@ -608,8 +609,11 @@
},
err => {this.loading = false}
);
// 国内提成
this.apipost('sellcommission_Post_GetGNSaleExpectCommission', this.msg,
},
GetGNSaleExpectCommission(){
// 国内提成
this.apipost('sellcommission_Post_GetGNSaleExpectCommission', this.msg,
res => {
if (res.data.resultCode == 1) {
this.DomesticLine = res.data.data
......
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