mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
19 lines
1009 B
HTML
19 lines
1009 B
HTML
<!--
|
||
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> |