|
@@ -8,7 +8,7 @@ $button = array
|
|
|
);
|
|
|
$list_button = array
|
|
|
(
|
|
|
- 'list' => array('查看详情', '"goods_log&search_option_store_id={store_id}&earch_option_goods_id={goods_id}&earch_option_sku_id={sku_id}&oper_table=goods_sku&top_table=info"'),
|
|
|
+ 'list' => array('查看详情', '"goods_log&search_option_sid={id}&oper_table=goods_sku&top_table=info"'),
|
|
|
'fast_list' => array('库存设置', '"info_sku&project=goods&goods_id={goods_id}&other=store&other_id={store_id}&page_type=1"'),
|
|
|
);
|
|
|
if ($type != 1) {
|
|
@@ -16,7 +16,7 @@ if ($type != 1) {
|
|
|
unset($button['导出调整明细']);
|
|
|
unset($list_button['fast_list']);
|
|
|
|
|
|
- $list_button['list'] = array('查看详情', '"goods_log&search_option_store_id={store_id}&earch_option_goods_id={goods_id}&earch_option_sku_id={sku_id}&oper_table=goods_sku"');
|
|
|
+ $list_button['list'] = array('查看详情', '"goods_log&search_option_sid={id}&oper_table=goods_sku"');
|
|
|
}
|
|
|
$config = array
|
|
|
(
|