Commit 105f058d authored by youjie's avatar youjie

no message

parent 2fb8f7f7
...@@ -135,6 +135,9 @@ ...@@ -135,6 +135,9 @@
RB_Department_Id: -1,//部门ID RB_Department_Id: -1,//部门ID
RB_Branch_Id: -1,//公司ID RB_Branch_Id: -1,//公司ID
OutBranchId: -1,//出团公司ID OutBranchId: -1,//出团公司ID
EmployeeId: -1,
Way: -1,
TCID: '',
}, },
dataList:[], dataList:[],
outerVisible:false,//提成比例弹窗 outerVisible:false,//提成比例弹窗
...@@ -146,6 +149,7 @@ ...@@ -146,6 +149,7 @@
handler(val, oldVal) { handler(val, oldVal) {
this.objNew = val this.objNew = val
this.msg.OrderId = val.id?val.id:val.OrderId?val.OrderId:val.orderId this.msg.OrderId = val.id?val.id:val.OrderId?val.OrderId:val.orderId
this.msg.TCID = this.msg.OrderId
this.msg.PeriodId = this.$route.query.PeriodId?this.$route.query.PeriodId:-1 this.msg.PeriodId = this.$route.query.PeriodId?this.$route.query.PeriodId:-1
}, },
deep: true, deep: true,
...@@ -202,25 +206,9 @@ ...@@ -202,25 +206,9 @@
}, },
// op提成 // op提成
GetNewOPCommission(){ GetNewOPCommission(){
let msg = {
pageIndex: 1,
pageSize: 5,
EmployeeId: -1,
PeriodsId: -1,
OrderType: -1,
Way: -1,
TCID: this.objNew.OrderId,
TCNUM: '',
RB_Department_Id: -1,//部门ID
EmBranchId: -1,//公司ID
RB_Branch_Id: -1,//出团公司ID
}
if (msg.TCID == '') {
msg.TCID = 0
}
this.apipost( this.apipost(
"opcommission_GetNewOPCommissionDetailsPageList", "opcommission_GetNewOPCommissionDetailsPageList",
msg, this.msg,
res => { res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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