调整批零订单取消订单问题
parent
d29b2dc1b1
commit
8732ba86b5
|
|
@ -106,8 +106,8 @@ class DealerOrderController extends AdminController
|
||||||
}
|
}
|
||||||
if ((
|
if ((
|
||||||
$actions->row->isPending() //待确认
|
$actions->row->isPending() //待确认
|
||||||
|| $actions->row->isPay() //待付款
|
|| $actions->row->isPendinged() //待付款
|
||||||
|| $actions->row->isPaid() //待收款
|
|| $actions->row->isPay()//待收款
|
||||||
) && Admin::user()->can('dcat.admin.dealer_orders.cancel')) {
|
) && Admin::user()->can('dcat.admin.dealer_orders.cancel')) {
|
||||||
$actions->append(new DealerOrderCancel());
|
$actions->append(new DealerOrderCancel());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue