|
@@ -48,8 +48,7 @@ class LabelDealJob implements ShouldQueue
|
|
$return = [];
|
|
$return = [];
|
|
foreach ($data['lead_out']['brand_out_stock_list'] as $value){
|
|
foreach ($data['lead_out']['brand_out_stock_list'] as $value){
|
|
$tmp = $value['brand_out_stock_dtl'];
|
|
$tmp = $value['brand_out_stock_dtl'];
|
|
- $return[] = [
|
|
|
|
- 'box_code' => $value['send_box_code'],
|
|
|
|
|
|
+ $return[$value['send_box_code']] = [
|
|
'fake_qty' => $tmp['fake_qty'],
|
|
'fake_qty' => $tmp['fake_qty'],
|
|
'detail' => explode(',',$tmp['brand_qr_code_list'])
|
|
'detail' => explode(',',$tmp['brand_qr_code_list'])
|
|
];
|
|
];
|