You've already forked qlg.tsgz.moe
吉日
This commit is contained in:
44
hyhproject/admin/view/sysconfigs/jiriConfigs.html
Normal file
44
hyhproject/admin/view/sysconfigs/jiriConfigs.html
Normal 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/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>
|
Reference in New Issue
Block a user