diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index 4f8693612..77da3c764 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -75,7 +75,7 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte } } $item['warehousing']=''; - $item['outbound_id']=''; + $item['outbound']=''; if($item['warehousing_id']>0){ $item->warehousing='已入库|'.$item['warehousing_id']; }