Commit 5cca1bba authored by liudong1993's avatar liudong1993

1

parent 7732b936
......@@ -967,7 +967,7 @@ export default {
},
// 编辑订单
editOrder(row) {
if (this.superManage) {
if (this.superManage || this.userInfo.EmployeeId==5) {
this.editOrderfun(row);
} else {
if (this.userInfo.EmployeeId != row.EnterID && this.userInfo.EmployeeId != row.CreateBy) {
......
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