更新订单退货
This commit is contained in:
parent
12b834bf33
commit
0bc83fef6c
@ -130,6 +130,7 @@ class StoreRefundOrder extends BaseController
|
||||
if (!$order->refund_status)
|
||||
return app('json')->fail('订单已过退款/退货期限');
|
||||
if ($order->status < 0) return app('json')->fail('订单已退款');
|
||||
if ($order->status == 1) return app('json')->fail('订单已发货不支持退款');
|
||||
if ($order->status == 10) return app('json')->fail('订单不支持退款');
|
||||
if($order->is_virtual && $data['refund_type'] == 2) return app('json')->fail('订单不支持退款退货');
|
||||
if ($type == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user