Files
OMS/app/taoexlib/view/admin/setting.html
2025-12-28 23:13:25 +08:00

19 lines
1009 B
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.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<tr>
<th>是否开启短信提醒发送:</th>
<td>
<input type="radio" name="set[taoexlib.message.switch]" value="on" <{if $setData.taoexlib_message_switch == 'on'}> checked<{/if}>>开启
<input type="radio" name="set[taoexlib.message.switch]" value="off" <{if $setData.taoexlib_message_switch == 'off'}> checked<{/if}>>关闭
<{help}>开启发货的同时通知用户已发货<{/help}>
</td>
</tr>
<tr>
<th>短信预警条数:</th>
<td><input type="text" name="set[taoexlib.message.warningnumber]" value="<{$setData.taoexlib_message_warningnumber}>" size="5" vtype="required"/>
<{help}>可以使用的短信剩余多少条发起预警,提示充值<{/help}>
</td>
</tr>