Commit 9072cf8732f54d1048f907e62973b1c0031a0b5a

Authored by zhangzzzz
1 parent 47c1d55f

新增印刷出版任务菜单;

src/mes/common/buttonComponent/index.js
... ... @@ -153,7 +153,7 @@ const ButtonComponent = props => {
153 153 ["班组交接", 18],
154 154 ["工单变更信息", 19],
155 155 ["其它机台日报", 16],
156   - null,
  156 + ["印刷出版任务", 2],
157 157 null,
158 158 ["工艺巡检", 20]
159 159 ];
... ...