metroTopMenu.jsp
6.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<%@ page language="java" pageEncoding="UTF-8" %>
<div class="hor-menu hidden-sm hidden-xs">
<%--产品管理,BOM管理,出库 权限--%>
<security:authorize ifAnyGranted="ROLE_MANAGE_COMPONENT">
<ul class="hor-menu-component nav navbar-nav hide">
<li class="classic-menu-dropdown">
<a href="${ctx}/component/componentSearch.html?type=0" name="component">
<fmt:message key="menu.product.component"/><span class="selected">
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/component/componentSearch.html?type=1" name="component">
<fmt:message key="menu.product.solder"/><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/component/componentSearch.html?type=2" name="component">
<fmt:message key="menu.product.pcb"/><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/component/componentSearch.html?type=3" name="component">
<fmt:message key="menu.product.others"/><span class="selected"></span>
</a>
</li>
</ul>
</security:authorize>
<%--Work Order--%>
<security:authorize ifAnyGranted="ROLE_MANAGE_STACK_OUT, ROLE_MANAGE_FEEDER">
<ul class="hor-menu-workOrder nav navbar-nav hide">
<security:authorize ifAnyGranted="ROLE_MANAGE_FEEDER">
<li class="classic-menu-dropdown">
<a href="${ctx}/workOrder/liteOrderSearch.html" name="workOrder">
<fmt:message key="menu.order.management"/><span class="selected"></span>
</a>
</li>
</security:authorize>
<security:authorize ifAnyGranted="ROLE_MANAGE_STACK_OUT">
<li class="classic-menu-dropdown">
<a href="${ctx}/component/storagePosFind.html" name="workOrder">
<fmt:message key="menu.findout"/><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/workOrder/checkOutSettings.html" name="workOrder">
<fmt:message key="menu.outRule"/><span class="selected"></span>
</a>
</li>
</security:authorize>
</ul>
</security:authorize>
<%--Cloud--%>
<security:authorize ifAnyGranted="ROLE_MANAGE_STACK_OUT">
<ul class="hor-menu-cloud nav navbar-nav hide">
<li class="classic-menu-dropdown">
<a href="${ctx}/component/inventory.html" name="cloud">
<fmt:message key="menu.cloud.inventory"/><span class="selected"></span>
</a>
</li>
<%--<li class="classic-menu-dropdown">--%>
<%--<a href="${ctx}/component/ReelNumModify.html" name="cloud">--%>
<%--<fmt:message key="menu.cloud.numModify"/><span class="selected"></span>--%>
<%--</a>--%>
<%--</li>--%>
</ul>
</security:authorize>
<%--Barcode--%>
<security:authorize ifAnyGranted="ROLE_MANAGE_BARCODE">
<ul class="hor-menu-barcode nav navbar-nav hide">
<li class="classic-menu-dropdown">
<a href="${ctx}/barcode/barcodeUpdate.html" name="barcode">
<fmt:message key="menu.barCode.new"/><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/barcode/barcodeSearch.html" name="barcode">
<fmt:message key="menu.barCode.search"/><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/barcode/barcodeSettings.html" name="barcode">
<fmt:message key="menu.barCode.settings"/><span class="selected"></span>
</a>
</li>
</ul>
</security:authorize>
<%--Data--%>
<security:authorize ifAnyGranted="ROLE_MANAGE_DATALOG">
<ul class="hor-menu-data nav navbar-nav hide">
<li class="classic-menu-dropdown">
<a href="${ctx}/system/runStatus.html" name="data">
<fmt:message key="menu.bigdata.runStatus" /><span class="selected"></span>
</a>
</li>
<%--<li class="classic-menu-dropdown">--%>
<%--<a href="${ctx}/storage/chart.html" name="data">--%>
<%--<fmt:message key="数据看板" /><span class="selected"></span>--%>
<%--</a>--%>
<%--</li>--%>
<%--<li class="classic-menu-dropdown">--%>
<%--<a href="${ctx}/system/dataReport.html" name="data">--%>
<%--<fmt:message key="menu.bigdata.dataReport" /><span class="selected"></span>--%>
<%--</a>--%>
<%--</li>--%>
<li class="classic-menu-dropdown">
<a href="${ctx}/dataLog/search.html" name="data">
<fmt:message key="menu.bigdata.dataLog" /><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/dataLog/alarmInfoSearch.html" name="data">
<fmt:message key="menu.bigdata.errorLog" /><span class="selected"></span>
</a>
</li>
</ul>
</security:authorize>
<%--system--%>
<ul class="hor-menu-system nav navbar-nav hide">
<li class="classic-menu-dropdown">
<a href="${ctx}/user/users.html" name="system">
<fmt:message key="menu.user.account"/><span class="selected"></span>
</a>
</li>
<security:authorize ifAnyGranted="ROLE_MANAGE_USER">
<li class="classic-menu-dropdown">
<a href="${ctx}/user/roleSearch.html" name="system">
<fmt:message key="menu.user.role"/><span class="selected"></span>
</a>
</li>
</security:authorize>
<security:authorize ifAnyGranted="ROLE_MANAGE_ROLE">
<li class="classic-menu-dropdown">
<a href="${ctx}/system/settings.html" name="system">
<fmt:message key="menu.system.settings"/><span class="selected"></span>
</a>
</li>
</security:authorize>
<security:authorize ifAnyGranted="ROLE_MANAGE_ROLE">
<li class="classic-menu-dropdown">
<a href="${ctx}/storage/storageSearch.html" name="system">
<fmt:message key="menu.boxManager"/><span class="selected"></span>
</a>
</li>
</security:authorize>
</ul>
</div>