Quellcode durchsuchen

联合丽格V1.0.2

kaick vor 1 Jahr
Ursprung
Commit
f32ef8e67d

+ 9 - 9
src/main/webapp/WEB-INF/views/modules/order/newOrderList.jsp

@@ -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"

+ 9 - 9
src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

@@ -157,18 +157,18 @@
     <shiro:hasPermission name="order:order:view">
         <li><a href="${ctx}/order/orderList">订单列表</a></li>
     </shiro:hasPermission>
-    <shiro:hasPermission name="order:order:form">
-        <li class="active"><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 class="active"><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>
 <br/>
 <form:form id="inputForm" modelAttribute="newOrder"

+ 11 - 11
src/main/webapp/WEB-INF/views/modules/order/secondProductOrderForm.jsp

@@ -197,20 +197,20 @@
     <shiro:hasPermission name="order:order:view">
         <li><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 class="active"><a
-                href="${ctx}/order/secondeProductOrderForm?id=${order.orderID}">${empty order.orderID?'添加':'编辑'}二手订单</a>
-        </li>
-    </shiro:hasPermission>
+<%--    <shiro:hasPermission name="order:order:secondeProductOrderForm">--%>
+<%--        <li class="active"><a--%>
+<%--                href="${ctx}/order/secondeProductOrderForm?id=${order.orderID}">${empty order.orderID?'添加':'编辑'}二手订单</a>--%>
+<%--        </li>--%>
+<%--    </shiro:hasPermission>--%>
 
 </ul>
 <br/>

+ 9 - 9
src/main/webapp/WEB-INF/views/modules/order/secondhandOrderList.jsp

@@ -52,18 +52,18 @@
 <shiro:hasPermission name="order:order:view">
     <li><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 class="active"><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}"/>