|
@@ -52,18 +52,18 @@
|
|
|
<shiro:hasPermission name="order:order:view">
|
|
|
<li class="active"><a href="${ctx}/order/orderList">订单列表</a></li>
|
|
|
</shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="order:order:form">
|
|
|
- <li><a href="${ctx}/order/form">添加订单</a></li>
|
|
|
- </shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="order:order:postageOrderForm">
|
|
|
- <li><a href="${ctx}/order/postageOrderForm">添加运费订单</a></li>
|
|
|
- </shiro:hasPermission>
|
|
|
+<%-- <shiro:hasPermission name="order:order:form">--%>
|
|
|
+<%-- <li><a href="${ctx}/order/form">添加订单</a></li>--%>
|
|
|
+<%-- </shiro:hasPermission>--%>
|
|
|
+<%-- <shiro:hasPermission name="order:order:postageOrderForm">--%>
|
|
|
+<%-- <li><a href="${ctx}/order/postageOrderForm">添加运费订单</a></li>--%>
|
|
|
+<%-- </shiro:hasPermission>--%>
|
|
|
<shiro:hasPermission name="order:order:secondhandOrder">
|
|
|
<li><a href="${ctx}/order/secondhandOrderList">二手订单列表</a></li>
|
|
|
</shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="order:order:secondeProductOrderForm">
|
|
|
- <li><a href="${ctx}/order/secondeProductOrderForm">添加二手订单</a></li>
|
|
|
- </shiro:hasPermission>
|
|
|
+<%-- <shiro:hasPermission name="order:order:secondeProductOrderForm">--%>
|
|
|
+<%-- <li><a href="${ctx}/order/secondeProductOrderForm">添加二手订单</a></li>--%>
|
|
|
+<%-- </shiro:hasPermission>--%>
|
|
|
</ul>
|
|
|
<sys:message content="${message}"/>
|
|
|
<form:form id="searchForm" modelAttribute="newOrder" onsubmit="return checkfun()" action="${ctx}/order/orderList"
|