|
@@ -25,6 +25,17 @@ if ($cate) {
|
|
|
$type = $type_config;
|
|
|
}
|
|
|
|
|
|
+$product = function()
|
|
|
+{
|
|
|
+ $array = array();
|
|
|
+ $info = Dever::db('product/info')->state();
|
|
|
+ if($info)
|
|
|
+ {
|
|
|
+ $array += $info;
|
|
|
+ }
|
|
|
+ return $array;
|
|
|
+};
|
|
|
+
|
|
|
$is_button = array
|
|
|
(
|
|
|
1 => '显示',
|
|
@@ -134,7 +145,7 @@ return array
|
|
|
'list' => true,
|
|
|
//增加预览
|
|
|
'preview' => true,
|
|
|
- 'show' => 'type=3,5,6,31,32',
|
|
|
+ 'show' => 'type=3,5,6,32',
|
|
|
),
|
|
|
|
|
|
'url' => array
|
|
@@ -341,7 +352,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'checkbox',
|
|
|
'show' => 'type=31',
|
|
|
- 'update_search' => 'journal/lib/manage.search_product',
|
|
|
+ 'option' => $product,
|
|
|
),
|
|
|
|
|
|
'text' => array
|