Browse Source

修改bug

xian 3 years ago
parent
commit
3b460d08e2

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/order/salesOrder/sales_order_list.ftl

@@ -406,7 +406,7 @@
             </tbody>
         </table>
 
-        <#if identity != 2>
+        <#if identity != 2 || identity != 3>
             <div style="float: left;margin-top: 20px;">
                 <button onclick="confirmOrder()" type="button" class="btn" style="border: 1px solid #50a2ea;background-color: #fff;color: #50a2ea;-webkit-transform:translateY(-5%);height: 30px;">确认订单</button>
                 <button onclick="distribution_express(null)" type="button" class="btn" style="border: 1px solid #50a2ea;background-color: #fff;color: #50a2ea;-webkit-transform:translateY(-5%);height: 30px;">分配物流</button>