Browse Source

可用库存文案

sunhao 5 years ago
parent
commit
031d1a2bfa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      resources/views/goods/index.blade.php
  2. 1 1
      resources/views/goods/skulist.blade.php

+ 1 - 1
resources/views/goods/index.blade.php

@@ -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']}}&nbsp;&nbsp;  库存:{{$item['quantity']}} &nbsp;&nbsp;  预占库存:{{$item['w_num']}} @if($item['is_weigh']==1)【称重商品】 @endif <br>
53
+                                规格:{{$item['propsName']}}&nbsp;&nbsp;  可用库存:{{$item['quantity']}} &nbsp;&nbsp;  预占库存:{{$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>

+ 1 - 1
resources/views/goods/skulist.blade.php

@@ -20,7 +20,7 @@
20 20
                     <th width="7%">吊牌价</th>
21 21
                     <th width="7%">参考成本</th-->
22 22
                     <th width="7%">是否称重</th>
23
-                    <th width="7%">库存</th>
23
+                    <th width="7%">可用库存</th>
24 24
                     <th width="7%">是否启用</th>
25 25
                     <th width="10%">创建时间</th>
26 26
                     <th width="10%">操作</th>