dever 6 年之前
父節點
當前提交
d35c1a61be
共有 1 個文件被更改,包括 12 次插入2 次删除
  1. 12 2
      journal/database/order.php

+ 12 - 2
journal/database/order.php

@@ -103,6 +103,16 @@ return array
             //'list'        => '"{order_id}" ? "{order_id}" : "{code}"',
             //'list'        => '"{order_id}" ? "{order_id}" : "{code}"',
         ), 
         ), 
 
 
+        'cate_journal'     => array
+        (
+            'name'      => '小刊',
+            'default'   => '',
+            'desc'      => '小刊',
+            'search'    => 'linkage',
+            'search_col' => 'cate_id,product_id',
+            'option'    => Dever::url('lib/manage.search_cate_journal', 'journal'),
+        ),
+
         'cate_id'       => array
         'cate_id'       => array
         (
         (
             'type'      => 'int-11',
             'type'      => 'int-11',
@@ -112,7 +122,7 @@ return array
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
             'update'    => 'select',
             'update'    => 'select',
             'option'    => $cate,
             'option'    => $cate,
-            'search'    => 'select',
+            //'search'    => 'select',
             'list'      => true,
             'list'      => true,
         ),
         ),
 
 
@@ -158,7 +168,7 @@ return array
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
             'update'    => 'select',
             'update'    => 'select',
             'option'    => $product,
             'option'    => $product,
-            'search'    => 'select',
+            //'search'    => 'select',
             //'list'        => true,
             //'list'        => true,
         ),
         ),