dever 3 năm trước cách đây
mục cha
commit
0b1caac2bd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/shop/database/sell_order.php

+ 2 - 1
app/shop/database/sell_order.php

@@ -528,6 +528,7 @@ return array
             'desc'      => '门店类型',
             'match'     => 'is_numeric',
             'option'    => $shop_type,
+            'search'    => 'hidden',
             //'search'    => 'select',
         ),
 
@@ -642,7 +643,7 @@ return array
 
             'edit' => array('分配仓库', 'store_id', '{shop_type} == 2'),
 
-            'fast1' => array('发货', '"sell_order_ps&where_id={id}&search_option_order_id={id}&oper_save_jump=sell_order&oper_table=sell_order&oper_parent=sell_order"', '{status} < 3 && {shop_type} == 2'),
+            'fast1' => array('发货', '"sell_order_ps&where_id={id}&search_option_order_id={id}&oper_save_jump=sell_order&oper_table=sell_order&oper_parent=sell_order"', '{status} == 2 && {shop_type} == 2'),
 
             //'edit' => array('退款', 'status,tk_time,tk_pic,tk_desc,tk_admin,tk_status', '{status} == 6'),
             //'delete' => array('删除', '', '{status} == 1'),