|
@@ -528,6 +528,7 @@ return array
|
|
'desc' => '门店类型',
|
|
'desc' => '门店类型',
|
|
'match' => 'is_numeric',
|
|
'match' => 'is_numeric',
|
|
'option' => $shop_type,
|
|
'option' => $shop_type,
|
|
|
|
+ 'search' => 'hidden',
|
|
//'search' => 'select',
|
|
//'search' => 'select',
|
|
),
|
|
),
|
|
|
|
|
|
@@ -642,7 +643,7 @@ return array
|
|
|
|
|
|
'edit' => array('分配仓库', 'store_id', '{shop_type} == 2'),
|
|
'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'),
|
|
//'edit' => array('退款', 'status,tk_time,tk_pic,tk_desc,tk_admin,tk_status', '{status} == 6'),
|
|
//'delete' => array('删除', '', '{status} == 1'),
|
|
//'delete' => array('删除', '', '{status} == 1'),
|