|
@@ -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,
|
|
),
|
|
),
|
|
|
|
|