Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit fa1e96ac
由
sunke
编写于
2022-12-28 10:58:12 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1053菜单
1 个父辈
bafd6169
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
9 行删除
src/main/java/com/neotel/smfcore/custom/micron1053/Micron1053Menu.java
src/main/java/com/neotel/smfcore/custom/micron20031/Micron20031Menu.java
src/main/java/com/neotel/smfcore/custom/micron1053/Micron1053Menu.java
查看文件 @
fa1e96a
...
@@ -38,10 +38,19 @@ public class Micron1053Menu {
...
@@ -38,10 +38,19 @@ public class Micron1053Menu {
//status菜单
//status菜单
Menu
status
=
Menu
.
CreatePMenu
(
"Status"
,
14
,
"status1053"
,
"state"
,
null
);
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
,
"Device Status"
,
"statePage"
,
"state/state/index"
,
"statePage"
);
MenuInit
.
addMenu
(
menuLabel
,
status
,
141
,
"Temperature Log"
,
"tempLog"
,
"status/tempLog/index"
,
"temput"
);
MenuInit
.
addMenu
(
menuLabel
,
status
,
141
,
"Pallet Status"
,
"palletStatus"
,
"status/palletStatus/index"
,
"BOM"
);
MenuInit
.
addMenu
(
menuLabel
,
status
,
142
,
"Humidity Log"
,
"humidityLog"
,
"status/humidityLog/index"
,
"hum"
);
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
,
"SBSH1"
,
"SBSH1"
,
"SBSH/sbshOne/index"
,
"sbsh"
);
MenuInit
.
addMenu
(
menuLabel
,
null
,
128
,
"SBSH2"
,
"SBSH2"
,
"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
,
"SBDH1"
,
"SBDH1"
,
"SBSH/sbshOne/index"
,
"sbdh"
);
...
...
src/main/java/com/neotel/smfcore/custom/micron20031/Micron20031Menu.java
查看文件 @
fa1e96a
...
@@ -31,13 +31,6 @@ public class Micron20031Menu {
...
@@ -31,13 +31,6 @@ public class Micron20031Menu {
MenuInit
.
addMenu
(
menuLabel
,
null
,
1
,
"设备概览"
,
"spKanban"
,
"neolight/spKanban/index"
,
"sKanban"
);
MenuInit
.
addMenu
(
menuLabel
,
null
,
1
,
"设备概览"
,
"spKanban"
,
"neolight/spKanban/index"
,
"sKanban"
);
//Report菜单
Menu
report
=
Menu
.
CreatePMenu
(
"Report"
,
12
,
"report20031"
,
"report20031"
,
null
);
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, 2, "Inventory Report", "inventoryReport", "system/inventoryReport/index","inventoryReport");
// MenuInit.addMenu(menuLabel,null, 2, "Inventory Report", "inventoryReport", "system/inventoryReport/index","inventoryReport");
//
//
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论