|
@@ -50,7 +50,7 @@
|
50
|
50
|
<td class="text-c">{{$a['productCode']}}</td>
|
51
|
51
|
<td class="text-c">
|
52
|
52
|
@foreach($a['sku_list'] as $item)
|
53
|
|
- 规格:{{$item['propsName']}} 库存:{{$item['quantity']}} 预占库存:{{$item['w_num']}} @if($item['is_weigh']==1)【称重商品】 @endif <br>
|
|
53
|
+ 规格:{{$item['propsName']}} 可用库存:{{$item['quantity']}} 预占库存:{{$item['w_num']}} @if($item['is_weigh']==1)【称重商品】 @endif <br>
|
54
|
54
|
@endforeach
|
55
|
55
|
</td>
|
56
|
56
|
<td class="text-c">{{$a['description']}}</td>
|