diff --git a/app/admin/lists/warehouse_product/WarehouseProductLists.php b/app/admin/lists/warehouse_product/WarehouseProductLists.php index 3cd8cedd6..295e4b348 100644 --- a/app/admin/lists/warehouse_product/WarehouseProductLists.php +++ b/app/admin/lists/warehouse_product/WarehouseProductLists.php @@ -92,6 +92,7 @@ class WarehouseProductLists extends BaseAdminDataLists implements ListsSearchInt $item->unit_name = ''; $item->store_info = ''; $item->top_cate_name = ''; + $item->order_type_name = ''; if ($item->financial_pm == 0) { $item->financial_pm_name = '出库'; } else { @@ -222,6 +223,7 @@ class WarehouseProductLists extends BaseAdminDataLists implements ListsSearchInt 'warehouse_name' => '仓库', 'store_name' => '商品名称', 'top_cate_name' => '分类', + 'order_type_name' => '订单类型', 'store_info' => '规格', 'unit_name' => '单位', 'financial_pm_name' => '出入库',