[/span>extend name="Public:public"/>
[/span>block name="admin"
[/span>div class="main-content"
[/span>div class="container-fluid"
[/span>div class="container-fluid"
[/span>div class="row"
[/span>div class="panel"
[/span>div class="panel-heading"
[/span>h3 class="panel-title"
[/span>div class="panel-body"
[/span>form class="form-inline" id="searchForm" method="post" action="{:U('XmrechargeBuyerAccount/index')}"
[/span>div class="form-group" style="margin-left: 20px; margin-top: 25px"
[/span>label for="merchant_no" style="width: 100px"
[/span>input style="width: 245px" type="text" name="account" class="form-control" id="account" placeholder="请输入备注" value="{$params【'desc'】}"
[/span>div class="form-group" style="margin-left: 20px; margin-top: 25px"
[/span>label for="platform_type"
[/span>select style="width: 200px" class="selectbox form-control" id="status" name="status"
[/span>option value=""
[/span>option value="1"
[/span>option value="2"
[/span>div style="float: right;margin-top:23px"
//代码参考:https://weibo.com/u/7931859757
[/span>select class="selectbox1" onchange="changeLimit()" id="pid" name="size" style="padding: 6px 12px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;"
[/span>option grade='10' value="10"
[/span>option grade='25' value="25"
[/span>option grade='50' value="50"
[/span>option grade='100' value="100"
条
[/span>a href="MODULE/XmrechargeBuyerAccount/add"div style="margin-left: 10px;" class="btn btn-info"
[/span>button style="margin-left: 10px;" type="submit" class="btn btn-info"
[/span>button style="margin-left: 10px;" type="button" class="btn btn-success" onclick="batch()"
批量导入手机账号
批量禁用
批量启用
批量删除
#第一步 设置按钮,然后点击方法
#第二步设置打开窗口layui
#第三步把隐藏的div盒子显示处理,并且写好div布局
#第四步提交文件内容
[/span>div class="panel-body"
[/span>table class="table table-striped table-bordered "
[/span>thead
[/span>tr
[/span>th style="width: 14%"
[/span>th style="width: 14%"
[/span>th style="width: 14%"
[/span>th style="width: 14%"
[/span>th style="width: 16%"
[/span>tbody class="listTd"
[/span>if condition="empty($list)"
[/span>tr class="even gradeC "td colspan="10" align="center" Height</span>="50px"
[/span>else />
[/span>volist name="list" id="litem"
[/span>tr class="even gradeC "
[/span>td style="line-height: 40px;"
[/span>td style="line-height: 40px;"
[/span>td style="line-height: 40px;"
[/span>td style="line-height: 40px;"
[/span>td
[/span>a href="MODULE/XmrechargeBuyerAccount/edit?id={$litem【'id'】}"button class="btn btn-info" href style="margin-top:5px;"
<?php if($litem【'status'】 == 1){ ?>
[/span>a href="javascript:void(0)" onclick="unseleve({$litem【'id'】},2,'禁用')"button class="btn btn-danger" href style="margin-top:5px;"
<?php }else{ ?>
[/span>a href="javascript:void(0)" onclick="unseleve({$litem【'id'】},1,'启用')"button class="btn btn-info" href style="margin-top:5px;"
<?php } ?>
[/span>a href="javascript:void(0)" onclick="delAccount({$litem【'id'】})"button class="btn btn-danger" href style="margin-top:5px;"
[/span>a href="javascript:void(0)" onclick="synchronization({$litem【'id'】})" button class="btn btn-info" href style="margin-top:5px;"