mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 10:55:34 +08:00
30 lines
1.5 KiB
HTML
30 lines
1.5 KiB
HTML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<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> |