mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-27 03:05:45 +08:00
16 lines
500 B
HTML
16 lines
500 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<h3><{t}>配件<{/t}></h3>
|
||
<div class="division division-skin">
|
||
<{button label="添加配件" type="button" onclick="goodsEditor.adj.addGrp.bind(goodsEditor)('goods-adj')" icon="btn_add.gif"}>
|
||
<div class="adjs" id="goods-adj">
|
||
<{foreach from=$goods.adjunct item=adjunct key=key}>
|
||
<{if $adjunct.type}>
|
||
<{include file="product/adjunct/row.html"}>
|
||
<{/if}>
|
||
<{/foreach}>
|
||
</div>
|
||
</div> |