|
@@ -291,10 +291,11 @@ return array
|
|
|
'invoice_id' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '发票信息',
|
|
|
+ 'name' => $search_option_shop_type == 2 ? '下单手机号' : '发票信息',
|
|
|
'default' => '',
|
|
|
'desc' => '发票信息',
|
|
|
'match' => 'is_numeric',
|
|
|
+ 'search' => $search_option_shop_type == 2 ? 'fulltext' : 'hidden',
|
|
|
//'list' => 'Dever::load("passport/address-find#address", {address_id})';
|
|
|
),
|
|
|
|