Files
OMS/app/ome/view/admin/goods/detail/params.html
2025-12-28 23:13:25 +08:00

25 lines
632 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<!--
<h3><{t}>属性参数<{/t}></h3>
<div class="division" id='goods-type-params'>
<br>
<table>
<{foreach from=$goods.type.params item=param key=group}>
<tr>
<th colspan="2" style="text-align:left; background:none;"><{$group}></th>
</tr>
<{foreach from=$param item=value key=item}>
<tr>
<th><{$item}></th>
<{assign var="params" value="params"}>
<td><{input type="text" name="goods[params][{$group}][{$item}]" value="{$goods[$params][$group][$item]}" }></td>
</tr>
<{/foreach}>
<{/foreach}>
</table>
</div>
-->