Commit 28e6a693 authored by Mac's avatar Mac

留学报名统计 订单确认按钮

parent 617fcf47
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
isShowEdit:false,//不显示修改按钮 isShowEdit:false,//不显示修改按钮
isShowBackClass:false,//不显示退课 isShowBackClass:false,//不显示退课
isShowRenewClass:false,//不显示续课 isShowRenewClass:false,//不显示续课
isshoworderconfirm:false,//订单确认按钮
}, },
EmployeeList: [], //业务员 EmployeeList: [], //业务员
...@@ -181,6 +182,13 @@ ...@@ -181,6 +182,13 @@
if (this.$route.query.OrderId) { if (this.$route.query.OrderId) {
this.msg.OrderId = this.$route.query.OrderId; this.msg.OrderId = this.$route.query.OrderId;
} }
let userinfo = this.getLocalStorage();
userinfo.ActionMenuList.map(x=>{//判断权限
if(x.FunctionCode == "SA_Order_confirm"){//留学和就业订单确认按钮
this.authObj.isshoworderconfirm = true;
}
})
this.getOrderState(); this.getOrderState();
this.getCourseList(); this.getCourseList();
}, },
......
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