Commit 617fcf47 authored by Mac's avatar Mac

新增 留学和就业的订单确认按钮权限

parent 03f0a38a
...@@ -839,8 +839,10 @@ ...@@ -839,8 +839,10 @@
this.dataListP.push(x) this.dataListP.push(x)
} }
}) })
if(this.dataListCB && this.dataListCB.length>0){
this.getAskfor()
}
this.getAskfor()
} }
this.floading = false this.floading = false
} }
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
isShowManagerRemark: true, //显示总经理备注 isShowManagerRemark: true, //显示总经理备注
isShowCommissionEdit: true, //显示修改提成按钮 isShowCommissionEdit: true, //显示修改提成按钮
isShowRewardEdit: true, //显示修改额外提成按钮 isShowRewardEdit: true, //显示修改额外提成按钮
isshoworderconfirm:true,//订单确认按钮 isshoworderconfirm:false,//订单确认按钮
} }
} }
}, },
...@@ -54,6 +54,13 @@ ...@@ -54,6 +54,13 @@
if (this.$route.query.SourceId) { if (this.$route.query.SourceId) {
this.msg.SourceId = this.$route.query.SourceId; this.msg.SourceId = this.$route.query.SourceId;
} }
let userinfo = this.getLocalStorage();
userinfo.ActionMenuList.map(x=>{//判断权限
if(x.FunctionCode == "SA_Order_confirm"){//留学和就业订单确认按钮
this.authObj.isshoworderconfirm = true;
}
})
this.getList(); this.getList();
}, },
mounted() { mounted() {
......
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