<div class="layui-tab-item layui-form"> <table class='wst-form wst-box-top'> <tr> <th width='400'>购户吉日获得“已获优惠券”为:<br>(填写时间,例子:2020/10/01,2021/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>