|
@@ -618,6 +618,7 @@ if ($search_option_source_type) {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
$config = array
|
|
$config = array
|
|
(
|
|
(
|
|
# 表名
|
|
# 表名
|
|
@@ -866,4 +867,9 @@ $config = array
|
|
),
|
|
),
|
|
);
|
|
);
|
|
|
|
|
|
|
|
+
|
|
|
|
+$search_option_parent_order_id = Dever::input('search_option_parent_order_id');
|
|
|
|
+if ($search_option_parent_order_id) {
|
|
|
|
+ $config['manage']['search'] = false;
|
|
|
|
+}
|
|
return $config;
|
|
return $config;
|