Commit 9838bde6 sunke

20031和1053菜单

1 个父辈 81fa2669
......@@ -37,42 +37,34 @@ public class Micron1053Menu {
//status菜单
Menu status = Menu.CreatePMenu("Status", 14, "status1053", "state",null);
MenuInit.addMenu(menuLabel,status,140, "Device Status","statePage", "state/state/index","statePage");
MenuInit.addMenu(menuLabel,status,140, "Equipment Status","statePage", "state/state/index","statePage");
MenuInit.addMenu(menuLabel,status,141, "Pallet Status","palletStatus", "status/palletStatus/index","BOM");
MenuInit.addMenu(menuLabel,status,142, "Temperature Log","tempLog", "status/tempLog/index","temput");
MenuInit.addMenu(menuLabel,status,143, "Humidity Log","humidityLog", "status/humidityLog/index","hum");
Menu report = Menu.CreatePMenu("报表", 7, "report","inOutData",null);
//Report菜单
MenuInit.addMenu(menuLabel,report, 121, "Material Movement", "movementReport", "system/movementReport/index","movementReport");
MenuInit.addMenu(menuLabel,report, 122, "Inventory", "inventoryReport", "system/inventoryReport/index","inventoryReport");
MenuInit.addMenu(menuLabel,report, 123, "Abnormality", "performanceReport", "system/abnormReport/index","performanceReport");
MenuInit.addMenu(menuLabel,report, 124, "Performance", "performanceReport", "system/performanceReport/index","performanceReport");
MenuInit.addMenu(menuLabel,report, 125, "Order", "orderReport", "system/order/index","orderReport");
MenuInit.addMenu(menuLabel,null,128, "SBSH1","SBSH1", "SBSH/sbshOne/index","sbsh");
MenuInit.addMenu(menuLabel,null,128, "SBSH2","SBSH2", "SBSH/sbshOne/index","sbsh");
MenuInit.addMenu(menuLabel,null,128, "SBDH1","SBDH1", "SBSH/sbshOne/index","sbdh");
MenuInit.addMenu(menuLabel,null,128, "SBDH2","SBDH2", "SBSH/sbshOne/index","sbdh");
MenuInit.addMenu(menuLabel,null,128, "SBDH3","SBDH3", "SBSH/sbshOne/index","sbdh");
MenuInit.addMenu(menuLabel,null,150, "SBSH1","SBSH1", "SBSH/sbshOne/index","sbsh");
MenuInit.addMenu(menuLabel,null,151, "SBSH2","SBSH2", "SBSH/sbshOne/index","sbsh");
MenuInit.addMenu(menuLabel,null,152, "SBDH1","SBDH1", "SBSH/sbshOne/index","sbdh");
MenuInit.addMenu(menuLabel,null,153, "SBDH2","SBDH2", "SBSH/sbshOne/index","sbdh");
MenuInit.addMenu(menuLabel,null,154, "SBDH3","SBDH3", "SBSH/sbshOne/index","sbdh");
//CI
MenuInit.addMenu(menuLabel,null,128, "CI","cl", "cl/cl/index","cl");
MenuInit.addMenu(menuLabel,null,160, "CI","cl", "cl/cl/index","cl");
//MT
MenuInit.addMenu(menuLabel,null,128, "MT","mt", "mt/mt/index","mt");
MenuInit.addMenu(menuLabel,null,161, "MT","mt", "mt/mt/index","mt");
//MI1
MenuInit.addMenu(menuLabel,null,128, "MI1","ml", "miOne/miOne/index","miOne");
MenuInit.addMenu(menuLabel,null,162, "MI1","ml", "miOne/miOne/index","miOne");
//MI2
MenuInit.addMenu(menuLabel,null,128, "MI2","ml2", "miTwo/miTwo/index","miOne");
MenuInit.addMenu(menuLabel,null,163, "MI2","ml2", "miTwo/miTwo/index","miOne");
//Status
// MenuInit.addMenu(menuLabel,null,128, "Status","status", "state/state/index","state");
// //Report
// MenuInit.addMenu(menuLabel,null,128, "Report","reports", "report/reports/index","report");
//设置管理
Menu poutSet = Menu.CreatePMenu("设置", 10, "system", "system",null);
MenuInit.addMenu(menuLabel,null,128, "Diagnosis","diagnosis", "system/diagnosis/index","diagnosis");
MenuInit.addMenu(menuLabel,null,166, "Diagnosis","diagnosis", "system/diagnosis/index","diagnosis");
//Help
MenuInit.addMenu(menuLabel,null,128, "Help","helps", "help/helps/index","help");
MenuInit.addMenu(menuLabel,null,167, "Help","helps", "help/helps/index","help");
String apiName = smfApi.getApiName();
if(Strings.isNotBlank(apiName) && apiName.equals(menuLabel)){
......
......@@ -30,7 +30,13 @@ public class Micron20031Menu {
//20031锡膏料仓菜单
MenuInit.addMenu(menuLabel,null, 1, "设备概览", "spKanban", "neolight/spKanban/index","sKanban");
Menu report = Menu.CreatePMenu("报表", 7, "report","inOutData",null);
//Report菜单
MenuInit.addMenu(menuLabel,report, 121, "Material Movement", "movementReport", "system/movementReport/index","movementReport");
MenuInit.addMenu(menuLabel,report, 122, "Inventory", "inventoryReport", "system/inventoryReport/index","inventoryReport");
MenuInit.addMenu(menuLabel,report, 123, "Abnormality", "abnormReport", "system/abnormReport/index","abnormReport");
MenuInit.addMenu(menuLabel,report, 124, "Performance", "performanceReport", "system/performanceReport/index","performanceReport");
MenuInit.addMenu(menuLabel,report, 125, "Order", "orderReport", "system/order/index","orderReport");
// MenuInit.addMenu(menuLabel,null, 2, "Inventory Report", "inventoryReport", "system/inventoryReport/index","inventoryReport");
//
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!