Commit 9989a072 by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_add_order_20210624

parents 312801f0 5fc278d2
Showing with 1 additions and 1 deletions
......@@ -455,7 +455,7 @@
<!-- 解锁审单 -->
<?php $is_lock_check = App\Http\Controllers\isLockCheck($v['order_id']); ?>
@if (in_array($role, [1, 2]) && $is_lock_check)
@if (in_array($role, [1, 2]) && $is_lock_check && in_array($v['status'], [1, 2]) && $order_extend->is_manager_audit != 3)
<a class="btn btn-danger unlock_check" data-oid="{{$v['order_id']}}">解锁审单</a>
@endif
</div>
......
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