diff --git a/src/mes/common/buttonComponent/index.js b/src/mes/common/buttonComponent/index.js index 9d5e032..c928797 100644 --- a/src/mes/common/buttonComponent/index.js +++ b/src/mes/common/buttonComponent/index.js @@ -150,42 +150,42 @@ const ButtonComponent = props => { const menuOrderListEnglish1 = [ ["Machine Task", 1], - null, + // null, ["Label Reprint", 2], - null, + // null, ["Work Order Information", 2, 'Label Reprint'], ["Product Quality Record", 3, 'Label Reprint'], ["Process Work Instructions", 4, 'Label Reprint'], ["Related Documents", 5, 'Label Reprint'], ["Historical Tasks", 6, 'Label Reprint'], ["Production Rework", 2, 'Label Reprint'], - null, - null, + // null, + // null, // ["工单物料信息", 7], ["Pre-production Reminder Information", 7, 'Label Reprint'], ["Work Order WIP List", 8, 'Label Reprint'], - null, - null + // null, + // null ]; const menuOrderList1 = [ ["机台任务", 1], - null, + // null, ["标签补打", 2], - null, + // null, ["工单信息", 2], ["产品质量档案", 3], ["工艺作业指导书", 4], ["相关文档", 5], ["历史任务", 6], ["生产返工", 2], - null, - null, + // null, + // null, // ["工单物料信息", 7], ["产前提醒信息", 7], ["工单在制品清单", 8], - null, - null + // null, + // null ]; const menuOrderList2 = [ @@ -194,16 +194,16 @@ const ButtonComponent = props => { ["异常/协助提报", 12], ["完工清场/确认单据", 13], // ["拆合版", 14], - null, - null, + // null, + // null, ["质量巡检", 15], ["班组报工", 16], ["签样/完成", 17], // ["班组交接", 18], ["工单变更信息", 19], ["其它机台日报", 16], - null, - null, + // null, + // null, ["工艺巡检", 20] ]; @@ -213,16 +213,16 @@ const ButtonComponent = props => { ["Exception/Assistance Reporting", 12], ["Post-Completion Clearance/Confirmation", 13], // ["Plate Splitting/Combining", 14], - null, - null, + // null, + // null, ["Quality Patrol Inspection List", 15], ["Team Production Reporting", 16], ["Sign-off/Completion", 17], // ["Team Handover", 18], ["Work Order Change Information", 19], ["Other Machine Daily Report", 16], - null, - null, + // null, + // null, ["Process Inspection", 20] ];