mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
11 lines
536 B
HTML
11 lines
536 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div id="ipt_<{$_input.domid}>" class='clearfix'>
|
||
<{input type="object" object="{$_input.object}" app=$_input.app_id id="sel_{$_input.domid}" data=$_input cols=$_input.cols filter=$_input.filter select='checkbox'}>
|
||
<div class="gridlist rows-body" id="handle_<{$_input.domid}>" <{if $_input.display_datarow != 'true'}>style="display:none;"<{/if}>>
|
||
<{include file="finder/input-row.html" app="desktop"}>
|
||
</div>
|
||
</div> |