diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index 0a8258efe..e5121912e 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -60,6 +60,8 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte $item->order_type_name='一条龙订单'; }elseif($item->order_type==4){ $item->order_type_name='线上订单'; + }elseif($item->order_type==5){ + $item->order_type_name='仓库补货'; } }) ->toArray();