|
@@ -40,13 +40,14 @@
|
|
|
<td class='list-table-check-td think-checkbox'>
|
|
|
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
|
|
|
</td>
|
|
|
- <td class='text-left nowrap'>{$vo.goods_category_first|default='--'} - {$vo.goods_category_id|default='--'}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.goods_category_one.name|default='--'} -
|
|
|
+ {$vo.goods_category.name|default='--'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.goods_no|default='--'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.goods_name|default='--'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.goods_brand|default='--'}</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
{foreach $vo.goods_stock as $k=>$v}
|
|
|
- <p><span class="color-desc">{$v.name}</span><span>库存:{$v.stock}</span></p>
|
|
|
+ <p><span class="color-desc">{$v.name}</span><span> 库存:{$v.stock}</span></p>
|
|
|
{/foreach}
|
|
|
</td>
|
|
|
<td class='list-table-sort-td'>
|