This commit is contained in:
2020-09-29 15:13:25 +08:00
parent 425f003747
commit 018f73673b
4 changed files with 74 additions and 2 deletions

View File

@ -0,0 +1,44 @@
<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>