|
@@ -59,7 +59,7 @@
|
|
|
<table class="layui-table margin-top-10" lay-skin="line">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class='text-left nowrap'>货号</th>
|
|
|
+ <th class='text-left nowrap' style="width: 50%">商品</th>
|
|
|
<th class='text-left nowrap'>图片</th>
|
|
|
<th class='text-left nowrap'>数量</th>
|
|
|
<th class='text-left nowrap'>价格</th>
|
|
@@ -69,7 +69,7 @@
|
|
|
{foreach :json_decode($detail.pro_info,true) as $sk=>$sv}
|
|
|
<tr class="no_detail">
|
|
|
<td class='text-left nowrap'>
|
|
|
- <input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_no[]' value="{$sv['goods_no']}"/>
|
|
|
+ <input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_name[]' value="{$sv['goods_name']}"/>
|
|
|
</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
<img src="{$sv.spec_img|default=''}" data-tips-image="{$sv.spec_img|default=''}" height="30px" width="30px">
|