dever 3 years ago
parent
commit
d1c8daf488
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/shop/database/buy_order.php

+ 9 - 0
app/shop/database/buy_order.php

@@ -623,6 +623,15 @@ if ($search_option_source_type) {
             array('导出订单', '工厂发货订单', ''),
             array('导出订单明细', '工厂发货订单明细', 'shop/excel.factory_buy_order_fa'),
         );
+
+        if ($search_option_type == 2) {
+            $struct['type']['list'] = false;
+            $struct['type']['search'] = 'hidden';
+            $struct['source_type']['search'] = 'hidden';
+            $struct['type_id']['name'] = '仓库名称';
+            $struct['type_id']['search'] = 'select';
+            $struct['type_id']['option'] = $store_list;
+        }
     }
 }