rabin 3 yıl önce
ebeveyn
işleme
3314080863
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      app/shop/database/record.php

+ 3 - 2
app/shop/database/record.php

@@ -99,7 +99,8 @@ $config = array
             'default'   => '',
             'desc'      => '店铺名称',
             'match'     => 'is_numeric',
-            'option'    => $shop,
+            'update'    => 'select',
+            'update_search' => 'shop/lib/manage.search_all_shop',
             'search'    => array
             (
                 'api' => 'shop/info-like',
@@ -118,7 +119,7 @@ $config = array
             'default'   => '',
             'desc'      => '店铺编号',
             'match'     => 'is_string',
-            'update'    => 'text',
+            //'update'    => 'text',
             # 绑定js脚本,更新时使用,第一个参数是执行的方式,第二个参数执行的方法,第三个参数是传值。
             'bind'        => array('onblur', 'loading', array('url' => Dever::url("shop/lib/record.search"))),
         ),