Commit 0db1d9b1 authored by 黄媛媛's avatar 黄媛媛

11

parent 0569284b
...@@ -2366,6 +2366,7 @@ ...@@ -2366,6 +2366,7 @@
F_InvoiceManagement:false,//发票权限 F_InvoiceManagement:false,//发票权限
qjGroupId:-1, qjGroupId:-1,
F_Finance_Create:false,//制单权限 F_Finance_Create:false,//制单权限
userInfo:{},
} }
}, },
components: { components: {
...@@ -4280,6 +4281,7 @@ ...@@ -4280,6 +4281,7 @@
this.qjGroupId=this.QjGroupId(); this.qjGroupId=this.QjGroupId();
this.GetEditOrderCreateByAuth(); this.GetEditOrderCreateByAuth();
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
this.userInfo=this.getLocalStorage();
let userMenuCode = ',' + userInfo.ActionMenuCode + ','; let userMenuCode = ',' + userInfo.ActionMenuCode + ',';
this.TransferMission = userMenuCode.indexOf(',Sale_TurnGroup,') != -1 ? true : false; this.TransferMission = userMenuCode.indexOf(',Sale_TurnGroup,') != -1 ? true : false;
this.userId = this.getLocalStorage().EmployeeId this.userId = this.getLocalStorage().EmployeeId
......
...@@ -2567,6 +2567,7 @@ ...@@ -2567,6 +2567,7 @@
export default { export default {
data() { data() {
return { return {
userInfo:{},
qjGroupId:-1, qjGroupId:-1,
F_Finance_Create:false,//制单权限 F_Finance_Create:false,//制单权限
IsSupperOrderEdit:false,//获取总经理副总经理超级修改权限 IsSupperOrderEdit:false,//获取总经理副总经理超级修改权限
...@@ -5057,6 +5058,7 @@ ...@@ -5057,6 +5058,7 @@
this.GetSupperOrderEditAuth(); this.GetSupperOrderEditAuth();
this.GetEditOrderCreateByAuth(); this.GetEditOrderCreateByAuth();
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.userInfo = this.getLocalStorage();
let userMenuCode = ',' + userInfo.ActionMenuCode + ','; let userMenuCode = ',' + userInfo.ActionMenuCode + ',';
this.TransferMission = userMenuCode.indexOf(',Sale_TurnGroup,') != -1 ? true : false; this.TransferMission = userMenuCode.indexOf(',Sale_TurnGroup,') != -1 ? true : false;
this.userId = this.getLocalStorage().EmployeeId; this.userId = this.getLocalStorage().EmployeeId;
......
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