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

14 lines
770 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.
-->
<{if $data}>
<div>
<{input type='dealer_object' object='shop@ome' multiple=true breakpoint='0' name='shop_id' textcol='name' value=$data.bind_shop_ids callback='shop_object_callback' replacehtml=$replacehtml emptytext='选取经销店铺' style='float:left;width:500px;' filter=$data.filter }>
</div>
<{else}>
<div>
<{input type='dealer_object' object='shop@ome' multiple=true breakpoint='0' name='shop_id' textcol='name' value=$data.bind_shop_ids callback='shop_object_callback' replacehtml=$replacehtml emptytext='选取经销店铺' style='float:left;width:500px;' filter="delivery_mode=shopyjdf" }>
</div>
<{/if}>