| | |
| | | <div class="row row-lg"> |
| | | <div class="col-sm-12"> |
| | | <div class="row"> |
| | | <div class="col-sm-3"> |
| | | <#NameCon id="condition" name="名称" /> |
| | | <div class="col-sm-2"> |
| | | <#NameCon id="branchOfficeName" name="分公司名称" /> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <div class="col-sm-2"> |
| | | <#NameCon id="principal" name="负责人名称" /> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <#NameCon id="principalPhone" name="负责人电话" /> |
| | | </div> |
| | | <!--<div class="col-sm-2"> |
| | | <#NameCon id="condition" name="管理人名称" /> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <#NameCon id="condition" name="管理人电话" /> |
| | | </div>--> |
| | | <div class="col-sm-2"> |
| | | <select class="input-group" id="operatingBusiness" style="width: 180px;height: 33px" name="operatingBusiness"> |
| | | <option value="">选择经营业务</option> |
| | | <option value="1">司机代驾</option> |
| | | </select> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <select class="input-group" id="status" style="width: 180px;height: 33px" name="status"> |
| | | <option value="">选择状态</option> |
| | | <option value="1">正常</option> |
| | | <option value="2">冻结</option> |
| | | <option value="3">已删除</option> |
| | | </select> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <#button name="搜索" icon="fa-search" clickFun="TBranchOffice.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TBranchOffice.resetSearch()" space="true"/> |
| | | </div> |
| | | <div class="col-sm-12"> |
| | | @if(shiro.hasPermission("/tBranchOffice/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TBranchOffice.openAddTBranchOffice()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tBranchOffice/update")){ |
| | | <#button name="编辑" icon="fa-edit" clickFun="TBranchOffice.openTBranchOfficeDetail()" space="true"/> |
| | | @} |
| | | <#button name="冻结" icon="fa-edit" clickFun="TBranchOffice.stop()" space="true"/> |
| | | <#button name="启动" icon="fa-edit" clickFun="TBranchOffice.start()" space="true"/> |
| | | </div> |
| | | </div> |
| | | <div class="hidden-xs" id="TBranchOfficeTableToolbar" role="group"> |
| | | <!--<div class="hidden-xs" id="TBranchOfficeTableToolbar" role="group"> |
| | | @if(shiro.hasPermission("/tBranchOffice/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TBranchOffice.openAddTBranchOffice()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tBranchOffice/update")){ |
| | | <#button name="修改" icon="fa-edit" clickFun="TBranchOffice.openTBranchOfficeDetail()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tBranchOffice/delete")){ |
| | | <#button name="删除" icon="fa-remove" clickFun="TBranchOffice.delete()" space="true"/> |
| | | @} |
| | | </div> |
| | | </div>--> |
| | | <#table id="TBranchOfficeTable"/> |
| | | </div> |
| | | </div> |