wupengfei 3 years ago
parent
commit
9af2e0558d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      application/store/view/integral_order/detail.html

+ 4 - 0
application/store/view/integral_order/detail.html

@@ -60,6 +60,7 @@
                 <thead>
                 <tr>
                     <th class='text-left nowrap' style="width: 50%">商品</th>
+                    <th class='text-left nowrap' style="width: 15%">货号</th>
                     <th class='text-left nowrap'>图片</th>
                     <th class='text-left nowrap'>数量</th>
                     <th class='text-left nowrap'>价格</th>
@@ -72,6 +73,9 @@
                         <input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_name[]' value="{$sv['goods_name']}"/>
                     </td>
                     <td class='text-left nowrap'>
+                        <input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_no[]' value="{$sv['goods_no']}"/>
+                    </td>
+                    <td class='text-left nowrap'>
                         <img  src="{$sv.spec_img|default=''}"  data-tips-image="{$sv.spec_img|default=''}" height="30px" width="30px">
                     </td>
                     <td class='text-left nowrap'>