Commit 422fc932 authored by youjie's avatar youjie

no message

parent c9cb8255
......@@ -1379,6 +1379,12 @@ export default {
this.qjGroupId = this.QjGroupId();
this.userInfo = this.getLocalStorage();
this.GetSupperOrderEditAuth()
let userInfo = this.getLocalStorage()
let ActionMenuCode = userInfo.ActionMenuCode;
// 判断是否销售
if (ActionMenuCode.indexOf('isEditAmount') != -1) {
this.IsSupperOrderEdit = true
}
}
};
</script>
......
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