|
@@ -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;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|