mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 09:15:41 +08:00
10 lines
450 B
HTML
10 lines
450 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<input type='hidden' name='condition' value='frame'>
|
||
<div class="clearfix" id='rules_frame' style="margin:10px;">
|
||
<span class="fl mr15"> 商品状态</span>
|
||
<span class="fl"><{input type="select" options=$frame value=$data.content.result name="content[result]" required=true onchange="init_translation();"}></span>
|
||
</div> |