<#TimeCon id="insertTime" name="添加时间" isTime="false"/>
<#NameCon id="name" name="调度名称" />
<#NameCon id="companyName" name="所属分公司" />
<#NameCon id="franchiseeName" name="所属加盟商" />
<#NameCon id="account" name="账号" />
<#SelectCon id="state" name="状态" >
#SelectCon>
<#button name="搜索" icon="fa-search" clickFun="TDispatch.search()"/>
<#button name="重置" icon="fa-trash" clickFun="TDispatch.resetSearch()" space="true"/>
@if(shiro.hasPermission("/tDispatch/add")){
<#button name="添加" icon="fa-plus" clickFun="TDispatch.openAddTDispatch()"/>
@}
@if(shiro.hasPermission("/tDispatch/update")){
<#button name="编辑" icon="fa-edit" clickFun="TDispatch.openTDispatchDetail()" space="true"/>
@}
@if(shiro.hasPermission("/tDispatch/delete")){
<#button name="删除" icon="fa-remove" clickFun="TDispatch.opt(1)" space="true"/>
@}
@if(shiro.hasPermission("/tDispatch/freeze")){
<#button name="冻结" icon="fa-remove" clickFun="TDispatch.opt(2)" space="true"/>
@}
@if(shiro.hasPermission("/tDispatch/thaw")){
<#button name="解冻" icon="fa-remove" clickFun="TDispatch.opt(3)" space="true"/>
@}