|
@@ -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'>
|