dever 3 år sedan
förälder
incheckning
aa2f289cd8
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      app/shop/database/buy_order.php

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

@@ -618,6 +618,7 @@ if ($search_option_source_type) {
 }
 
 
+
 $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;