|
@@ -130,6 +130,28 @@ $config = array
|
|
|
'show' => 'type=2,4',
|
|
|
),
|
|
|
|
|
|
+ 'price' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-50',
|
|
|
+ 'name' => '售价',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '售价',
|
|
|
+ 'match' => 'option',
|
|
|
+ 'update' => 'text',
|
|
|
+ 'show' => 'type=2,3,4,11',
|
|
|
+ ),
|
|
|
+
|
|
|
+ 's_price' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-50',
|
|
|
+ 'name' => '原价',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '原价',
|
|
|
+ 'match' => 'option',
|
|
|
+ 'update' => 'text',
|
|
|
+ 'show' => 'type=2,3,4,11',
|
|
|
+ ),
|
|
|
+
|
|
|
'brand_id' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|