dever 3 years ago
parent
commit
daf14cc2ec
2 changed files with 2 additions and 1 deletions
  1. 1 1
      app/cash/database/store.php
  2. 1 0
      app/shop/database/buy_order.php

+ 1 - 1
app/cash/database/store.php

@@ -184,7 +184,7 @@ return array
 
             'list' => array('查看详情', '"order&project=cash&id={id}&page_type=1&type=store"'),
 
-            'oper'  => array('确认对账金额', '"cash/lib/set.audit?id={id}&type=store"', '{status} == 1', 'Dever::load("cash/lib/set.statYes", "{id}", "store")', '请确认'),
+            'oper'  => array('确认对账', '"cash/lib/set.audit?id={id}&type=store"', '{status} == 1', 'Dever::load("cash/lib/set.statYes", "{id}", "store")', '请确认'),
         ),
     ),
 

+ 1 - 0
app/shop/database/buy_order.php

@@ -53,6 +53,7 @@ return array
             'default'   => '',
             'desc'      => '采购人类型',
             'match'     => 'is_numeric',
+            'search'    => 'hidden',
         ),
 
         'type_id'      => array