Commit 80c163b9 by 朱继来

Merge branch 'zjl_adjust_20181026'

parents ac39c42f 8df827f7
Showing with 2 additions and 2 deletions
...@@ -587,7 +587,7 @@ ...@@ -587,7 +587,7 @@
@endif @endif
<!-- 已发货之后的状态 --> <!-- 已发货之后的状态 -->
@if ($order_info['status'] >= 4) @if ($order_info['status'] == 10)
<a href="{{URL('invShipping', ['order_id'=>$order_info['order_id']])}}" class="btn btn-default">寄送发票</a> <a href="{{URL('invShipping', ['order_id'=>$order_info['order_id']])}}" class="btn btn-default">寄送发票</a>
@endif @endif
...@@ -614,7 +614,7 @@ ...@@ -614,7 +614,7 @@
@endif @endif
@if ($order_info['status'] == 4 && in_array('self_order_express', $userPerms)) @if ($order_info['status'] == 4 && in_array('self_order_express', $userPerms))
<a class="btn btn-default self_express" href="javascript:;" data-id="{{$order_info['order_id']}}">填写快递单</a> <!-- <a class="btn btn-default self_express" href="javascript:;" data-id="{{$order_info['order_id']}}">填写快递单</a> -->
@endif @endif
<!-- 订单状态大于4,且处于开票状态,且存在权限 --> <!-- 订单状态大于4,且处于开票状态,且存在权限 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment