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

30 lines
1004 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">
<{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._bncol item=_key}>
基础物料编码:<{$item[$_key]}>
<{/foreach}>
&nbsp;
<{foreach from=$_input._textcol item=_key}>
基础物料名称:<{$item[$_key]}>
<{/foreach}>
</div>
<{if $_input.view}>
<{include file=$_input.view app=$_input.view_app}>
<{$env.capture.listBody}>
<{/if}>
</div>
</div>
<{/foreach}>