|
@@ -117,9 +117,9 @@ if ($search_option_shop_type == 1) {
|
|
}
|
|
}
|
|
$mul = false;
|
|
$mul = false;
|
|
if (Dever::load('manage/auth')->checkFunc('menu_61.menu_85', 'piliangfafang', '批量收货')) {
|
|
if (Dever::load('manage/auth')->checkFunc('menu_61.menu_85', 'piliangfafang', '批量收货')) {
|
|
- $mul = '{status} == 4 && {shop_type} == 2';
|
|
|
|
|
|
+ $mul = '({status} == 4 || {status} == 2) && {shop_type} == 2';
|
|
} elseif (Dever::load('manage/auth')->checkFunc('menu_61.menu_218', 'piliangfafang', '批量收货')) {
|
|
} elseif (Dever::load('manage/auth')->checkFunc('menu_61.menu_218', 'piliangfafang', '批量收货')) {
|
|
- $mul = '{status} == 4 && {shop_type} == 2';
|
|
|
|
|
|
+ $mul = '({status} == 4 || {status} == 2) && {shop_type} == 2';
|
|
}
|
|
}
|
|
return array
|
|
return array
|
|
(
|
|
(
|
|
@@ -596,7 +596,7 @@ return array
|
|
'list' => true,
|
|
'list' => true,
|
|
'list_order' => 14,
|
|
'list_order' => 14,
|
|
'mul' => true,
|
|
'mul' => true,
|
|
- 'mul_option' => array(2 => '批量审核', 5 => '确认收货'),
|
|
|
|
|
|
+ 'mul_option' => array(3 => '批量审核', 5 => '确认收货'),
|
|
),
|
|
),
|
|
|
|
|
|
'audit' => array
|
|
'audit' => array
|