Commit 9fd2141f authored by youjie's avatar youjie

no message

parent 7ecb6384
...@@ -1726,7 +1726,7 @@ export default { ...@@ -1726,7 +1726,7 @@ export default {
name: 'domesticCommissiondetailsTW', name: 'domesticCommissiondetailsTW',
query: { query: {
PeriodId:GetDetail.ReFinanceId, PeriodId:GetDetail.ReFinanceId,
RB_Branch_Id: GetDetail.RB_Branch_Id, OutBranchId: GetDetail.RB_Branch_Id,
blank: "y", blank: "y",
tab: "台湾销售提成详情" tab: "台湾销售提成详情"
} }
......
...@@ -1187,7 +1187,7 @@ export default { ...@@ -1187,7 +1187,7 @@ export default {
name: 'domesticCommissiondetailsTW', name: 'domesticCommissiondetailsTW',
query: { query: {
PeriodId:GetDetail.ReFinanceId, PeriodId:GetDetail.ReFinanceId,
RB_Branch_Id: GetDetail.RB_Branch_Id, OutBranchId: GetDetail.RB_Branch_Id,
blank: "y", blank: "y",
tab: "台湾销售提成详情" tab: "台湾销售提成详情"
} }
......
...@@ -218,6 +218,9 @@ ...@@ -218,6 +218,9 @@
if (this.$route.query.RB_Department_Id && this.$route.query.RB_Department_Id > 0) { if (this.$route.query.RB_Department_Id && this.$route.query.RB_Department_Id > 0) {
this.msg.RB_Department_Id = Number(this.$route.query.RB_Department_Id) this.msg.RB_Department_Id = Number(this.$route.query.RB_Department_Id)
} }
if (this.$route.query.OutBranchId && this.$route.query.OutBranchId!='') {
this.msg.OutBranchId = Number(this.$route.query.OutBranchId)
}
} }
if (ActionMenuCode.indexOf('home_CommissionSeeAll') != -1) { //是否有看所有人的权限 if (ActionMenuCode.indexOf('home_CommissionSeeAll') != -1) { //是否有看所有人的权限
this.disabled = false; this.disabled = false;
......
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