Commit e226498f by 朱继来

添加退货状态

parent bc2d6f7d
Showing with 1 additions and 1 deletions
......@@ -805,7 +805,7 @@
<!-- <a class="btn btn-default self_express" href="javascript:;" data-id="{{$order_info['order_id']}}">填写快递单</a> -->
@endif
@if (in_array($order_info['status'], [7, 8]) && in_array('self_order_refund', $userPerms))
@if (in_array($order_info['status'], [7, 8, 10]) && in_array('self_order_refund', $userPerms))
<a href="/return/{{$order_info['order_id']}}?tags=self" class="btn btn-info order_refund">退货申请</a>
@endif
......
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