Files
OMS/app/console/view/admin/stock/artificial/input-row.html
2025-12-28 23:13:25 +08:00

23 lines
804 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.
-->
<{foreach from=$_input.items item=item key=key}>
<div class="row">
<div class='row-line'>
<div class="span-auto">
<span class="opt"><{img app="desktop" src="bundle/delecate.gif" onclick="this.getParent('.row').dispose();" }></span>
</div>
<div class="span-auto">
<{$item.material_bn}>
<{assign var="id" value=$item[$_input.idcol]}>
<input type="hidden" name="<{$_input.name}>[]" item_id="<{$item[$_input.idcol]}>" value="<{$item[$_input.idcol]}>" />
<{foreach from=$_input._textcol item=_key}>
<{$item[$_key]}>
<{/foreach}>
</div>
</div>
</div>
<{/foreach}>