Files
OMS/app/desktop/view/rel_items.html
2025-12-28 23:13:25 +08:00

13 lines
688 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.
-->
<{capture name="listHeader"}>
<div class="span-2"><{t}>关联方式<{/t}></div>
<{/capture}>
<{capture name="listBody"}>
<div class="span-5">
<input type="radio" name="linktype[<{$item.goods_id}>]" value="left" <{if $goods.glink.moreinfo[$item.goods_id].manual=='left' || $goods.glink.moreinfo[$id].manual==''}>checked="checked"<{/if}>><{t}>单向相关<{/t}>
<input type="radio" name="linktype[<{$item.goods_id}>]" value="both" <{if $goods.glink.moreinfo[$item.goods_id].manual=='both'}>checked="checked"<{/if}>><{t}>双向相关<{/t}></div>
<{/capture}>