2020-09-29 15:13:25 +08:00

44 lines
1.1 KiB
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.

<div class="layui-tab-item layui-form">
<table class='wst-form wst-box-top'>
<tr>
<th width='400'>购户吉日获得“已获优惠券”为:<br>(填写时间,例子2020/10/012021/04/30</th>
<td><input type="text" id='jiri' class='ipt' value="{$object['jiri']}" maxLength='100' placeholder='日期'/></td>
</tr>
<tr>
<th width='400'>购户吉日获得“已获优惠券”的留言?:</th>
<td><input type="text" id='jiri_jiyan' class='ipt' value="{$object['jiri_jiyan']}" placeholder='留言'/></td>
</tr>
<tr>
<th>购户吉日获得“已获优惠券”为“助购值”的?%</th>
<td><input type="number" id='jiri_get_percent' class='ipt' value="{$object['jiri_get_percent']}" max='1000' min="0" placeholder='百分比'/></td>
</tr>
<tr>
<td colspan='2' align='center'>
<button type="button" onclick='javascript:edit()' style='margin-right:15px;' class='btn btn-primary btn-mright'><i class="fa fa-check"></i>保存</button>
<button type="reset" class='btn'><i class="fa fa-refresh"></i>重置</button>
</td>
</tr>
</table>
</div>