dever %!s(int64=3) %!d(string=hai) anos
pai
achega
e485c17536
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      service/agent/database/soft_cash.php

+ 10 - 2
service/agent/database/soft_cash.php

@@ -162,8 +162,10 @@ return array
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
             // 'search'    => 'select',
             // 'search'    => 'select',
             // 'update'    => 'select',
             // 'update'    => 'select',
-            'option'    => $role,
-            'list'      => $search_auth == 2 ? false : true,
+            //'option'    => $role,
+            //'list'      => $search_auth == 2 ? false : true,
+            //'list_name' => '管理员备注',
+            //'list'      => $search_auth == 2 ? false : '{admin_desc}',
         ),
         ),
 
 
         'agreement_id'      => array
         'agreement_id'      => array
@@ -283,6 +285,12 @@ return array
             'desc'      => '管理员备注',
             'desc'      => '管理员备注',
             'match'     => 'option',
             'match'     => 'option',
             'update'    => 'textarea',
             'update'    => 'textarea',
+            'exist' = array
+            (
+                'no|逾期' => '没有包含逾期的订单',
+                '逾期' => '查找逾期的订单',
+            );
+            'list'  => $search_auth == 2 ? false : true,
         ),
         ),
 
 
         'buy_date'     => array
         'buy_date'     => array