|
@@ -1,6 +1,4 @@
|
|
|
<?php
|
|
|
-
|
|
|
-$mid = Dever::input('search_option_mid');
|
|
|
$shop = function()
|
|
|
{
|
|
|
$array = array();
|
|
@@ -62,7 +60,6 @@ return array
|
|
|
'desc' => '店铺名称',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $shop,
|
|
|
- // 'list' => 'Dever::db("shop/info-find#name", {old_shop_id})',
|
|
|
'list' => true,
|
|
|
//'list_order' => 6,
|
|
|
),
|
|
@@ -75,7 +72,6 @@ return array
|
|
|
'desc' => '店铺名称',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $shop,
|
|
|
- // 'list' => 'Dever::db("shop/info-find#name", {new_shop_id})',
|
|
|
'list' => true,
|
|
|
//'list_order' => 6,
|
|
|
),
|
|
@@ -107,7 +103,6 @@ return array
|
|
|
'edit' => false,
|
|
|
'insert' => false,
|
|
|
'delete' => false,
|
|
|
- // 'button' => $button,
|
|
|
),
|
|
|
|
|
|
'request' => array
|