Commit 0f14d1943ba4ac8db2d315c7c55eed1950c2b3dc
1 parent
3713862e
修改菜单配置;
Showing
1 changed file
with
2 additions
and
2 deletions
src/mes/common/buttonComponent/index.js
| @@ -101,7 +101,8 @@ const ButtonComponent = props => { | @@ -101,7 +101,8 @@ const ButtonComponent = props => { | ||
| 101 | const menuOrderList2 = [ | 101 | const menuOrderList2 = [ |
| 102 | ["生产执行", 10], | 102 | ["生产执行", 10], |
| 103 | // ["来料检验", 5], | 103 | // ["来料检验", 5], |
| 104 | - ["首签样通知", 11], | 104 | + // ["首签样通知", 11], |
| 105 | + ["签样/完成", 17], | ||
| 105 | // ["工艺参数记录", 20], | 106 | // ["工艺参数记录", 20], |
| 106 | // ["异常/协助提报", 12], | 107 | // ["异常/协助提报", 12], |
| 107 | ["质量检验", 15], | 108 | ["质量检验", 15], |
| @@ -112,7 +113,6 @@ const ButtonComponent = props => { | @@ -112,7 +113,6 @@ const ButtonComponent = props => { | ||
| 112 | // ["防伪特征确认", 3], | 113 | // ["防伪特征确认", 3], |
| 113 | // ["班组交接", 18], | 114 | // ["班组交接", 18], |
| 114 | // ["工单变更信息", 19], | 115 | // ["工单变更信息", 19], |
| 115 | - // ["签样/完成", 17], | ||
| 116 | // ["其它机台日报", 16], | 116 | // ["其它机台日报", 16], |
| 117 | // ["工艺巡检", 20] | 117 | // ["工艺巡检", 20] |
| 118 | null, | 118 | null, |