{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}

队列设置 列表

{php $itemindex = 1} {loop $list $item} {if $itemindex%5==1}{php $curcolor = 'block-gray';}{/if} {if $itemindex%5==2}{php $curcolor = 'block-red';}{/if} {if $itemindex%5==3}{php $curcolor = 'block-primary';}{/if} {if $itemindex%5==4}{php $curcolor = 'block-success';}{/if} {if $itemindex%5==0}{php $curcolor = 'block-orange';}{/if}
删除
{$item['title']}
{if $item['status']==1}开放中{else}已关闭{/if}
{php $itemindex++;} {/loop}
{elseif $operation == 'post'}
队列设置 详情
设置为自动排号时,当排号客户的用餐人数少于等于此人数时,系统将自动为排号客户分配此队列
队列有状态变更时, 提前通知的人数
   
{elseif $operation=='setting'}
排号设置 详情
系统自动分配: 根据用户输入的人数自动分配队列. 队列可在队列设置中设置
用户自主选择: 用户可以自由选择不同的队列.
{php echo tpl_form_field_image('screen_bg', $cur_store['screen_bg'])}
{/if} {template 'public/footer'}