{template 'public/header'} {template 'public/comhead'}
批量创建预订时间点
温馨提示:

系统会根据您填写的起始时间点,和创建间隔, 批量创建预订时间点。
例如: 想要在 18:00 开始预订, 每隔30分钟创建一个预订时间点, 创建4个预订时间点。
系统会创建: 18:00, 18:30, 19:00, 19:30 共4个时间点
排序会在初始设置值上累加

{php echo tpl_form_field_clock('time', $item['time']);}
例如每30分钟设立一个预订时间点: 30
一次最多创建15个预订时间点
{template 'common/footer'}