|
@@ -119,6 +119,7 @@ return array
|
|
|
'update' => 'radio',
|
|
|
'option' => $prize_type,
|
|
|
'control' => 'prize_type',
|
|
|
+ 'show' => 'audit=1',
|
|
|
),
|
|
|
|
|
|
'price' => array
|
|
@@ -131,7 +132,7 @@ return array
|
|
|
'update' => 'text',
|
|
|
'value' => Dever::input('price'),
|
|
|
'list' => true,
|
|
|
- 'show' => 'prize_type=1',
|
|
|
+ 'show' => 'prize_type=1&audit=1',
|
|
|
),
|
|
|
|
|
|
'cstatus' => array
|
|
@@ -143,6 +144,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'radio',
|
|
|
'option' => $cstatus,
|
|
|
+ 'show' => 'audit=1',
|
|
|
),
|
|
|
|
|
|
'soft_price' => array
|
|
@@ -154,7 +156,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'text',
|
|
|
'value' => Dever::input('soft_price', '0'),
|
|
|
- 'show' => 'cstatus=2',
|
|
|
+ 'show' => 'cstatus=2&audit=1',
|
|
|
),
|
|
|
|
|
|
'desc' => array
|