...
|
...
|
@@ -364,6 +364,12 @@ class ReturnsModel |
|
|
$result['goods'][$key]['skc'] = $value['product_skc'];
|
|
|
$result['goods'][$key]['sku'] = $value['product_sku'];
|
|
|
$result['goods'][$key]['goods_type_id'] = $value['goods_type_id'];
|
|
|
|
|
|
// tar note 为每个特殊商品都添加标识
|
|
|
if ($value['is_limit_skn'] === 'Y') {
|
|
|
$result['goods'][$key]['specialNoticeBo'] = $data['data']['specialNoticeBo'];
|
|
|
}
|
|
|
|
|
|
//给前端标识出鞋类
|
|
|
if ($value['hasShoes']) {
|
|
|
$result['tips']['footwear'] = true;
|
...
|
...
|
|