|
|
@ -13,20 +13,66 @@
|
|
|
|
border-width: 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;
|
|
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
|
|
line-height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
line-height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
|
|
height: 26px;
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
|
|
height:26px;line-height:26px;font-size:12px;
|
|
|
|
height: 26px;
|
|
|
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.select2-results__option[aria-selected] {
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
/* display: block; */
|
|
|
|
|
|
|
|
/* color: #056dae; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip .tooltiptext {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
|
|
|
padding: 5px 10px 5px 5px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
bottom: 80%;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
border: #000 solid 1px;
|
|
|
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tooltip .tooltiptext::after {
|
|
|
|
|
|
|
|
content: "";
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 100%;
|
|
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
|
|
margin-left: -5px;
|
|
|
|
|
|
|
|
border-width: 5px;
|
|
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
|
|
border-color: black transparent transparent transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip:hover .tooltiptext {
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<!-- 标题栏 -->
|
|
|
|
<!-- 标题栏 -->
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
@ -52,7 +98,8 @@
|
|
|
|
<select id="company_id" name="company_id" class="select_gallery" style="width:150px;">
|
|
|
|
<select id="company_id" name="company_id" class="select_gallery" style="width:150px;">
|
|
|
|
<option value="">请选择推广公司</option>
|
|
|
|
<option value="">请选择推广公司</option>
|
|
|
|
<volist name=":getPromoteCompany()" id="vo">
|
|
|
|
<volist name=":getPromoteCompany()" id="vo">
|
|
|
|
<option value="{$vo.id}" <if condition="I('company_id') && $vo.id eq I('company_id')">selected</if> >{$vo.company_name}</option>
|
|
|
|
<option value="{$vo.id}" <if condition="I('company_id') && $vo.id eq I('company_id')">selected
|
|
|
|
|
|
|
|
</if> >{$vo.company_name}</option>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -64,10 +111,12 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" readonly id="time_start" name="time_start" class="" value="{:I('time_start')}" placeholder="开始时间" />
|
|
|
|
<input type="text" readonly id="time_start" name="time_start" class="" value="{:I('time_start')}"
|
|
|
|
|
|
|
|
placeholder="开始时间" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
|
|
<input type="text" readonly id="time_end" name="time_end" class="" value="{:I('time_end')}" placeholder="结束时间" />
|
|
|
|
<input type="text" readonly id="time_end" name="time_end" class="" value="{:I('time_end')}"
|
|
|
|
|
|
|
|
placeholder="结束时间" />
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -75,7 +124,8 @@
|
|
|
|
<select id="game_name" name="game_name" class="select_gallery">
|
|
|
|
<select id="game_name" name="game_name" class="select_gallery">
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
<volist name=":getAllGame()" id="vo">
|
|
|
|
<volist name=":getAllGame()" id="vo">
|
|
|
|
<option value="{$vo.game_name}" <if condition="$vo.game_name eq I('game_name')">selected</if> >{$vo.game_name}</option>
|
|
|
|
<option value="{$vo.game_name}" <if condition="$vo.game_name eq I('game_name')">selected</if>
|
|
|
|
|
|
|
|
>{$vo.game_name}</option>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -86,8 +136,10 @@
|
|
|
|
<option value="2" <?php echo I('game_type') == 2 ? "selected" : ''?>>苹果</option>
|
|
|
|
<option value="2" <?php echo I('game_type') == 2 ? "selected" : ''?>>苹果</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('FinancePromote/index','model='.$model['name'] .'&row='.I('row'),false)}">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search"
|
|
|
|
|
|
|
|
url="{:U('FinancePromote/index','model='.$model['name'] .'&row='.I('row'),false)}">
|
|
|
|
搜索</a>
|
|
|
|
搜索</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
@ -105,11 +157,41 @@
|
|
|
|
<th>推广公司</th>
|
|
|
|
<th>推广公司</th>
|
|
|
|
<th>会长渠道</th>
|
|
|
|
<th>会长渠道</th>
|
|
|
|
|
|
|
|
|
|
|
|
<th>游戏现金金额</th>
|
|
|
|
<th class="tooltip"><a class="paixu" data-order='cash_count'>
|
|
|
|
<th>平台币直充支出</th>
|
|
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'cash_count'">游戏现金金额▲
|
|
|
|
<th>内充支出</th>
|
|
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'cash_count'" />
|
|
|
|
<th>平台币内充</th>
|
|
|
|
游戏现金金额▼
|
|
|
|
<th>渠道游戏内充值合计</th>
|
|
|
|
<else />游戏现金金额<img src="__IMG__/up-down.png" width="13px">
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</a> <span class="tooltiptext">第三方支付(微信,支付宝,快捷)</span> </th>
|
|
|
|
|
|
|
|
<th class="tooltip"><a class="paixu" data-order='balance_coin_count'>
|
|
|
|
|
|
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'balance_coin_count'">
|
|
|
|
|
|
|
|
平台币直充支出▲
|
|
|
|
|
|
|
|
<elseif
|
|
|
|
|
|
|
|
condition="$userarpu_order eq 3 and $userarpu_order_type eq 'balance_coin_count'" />
|
|
|
|
|
|
|
|
平台币直充支出▼
|
|
|
|
|
|
|
|
<else />平台币直充支出<img src="__IMG__/up-down.png" width="13px">
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</a> <span class="tooltiptext">平台币购买游戏道具所产生的金额</span> </th>
|
|
|
|
|
|
|
|
<th class="tooltip"><a class="paixu" data-order='bind_coin_count'>
|
|
|
|
|
|
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'bind_coin_count'">
|
|
|
|
|
|
|
|
内充支出▲
|
|
|
|
|
|
|
|
<elseif
|
|
|
|
|
|
|
|
condition="$userarpu_order eq 3 and $userarpu_order_type eq 'bind_coin_count'" />
|
|
|
|
|
|
|
|
内充支出▼
|
|
|
|
|
|
|
|
<else />内充支出<img src="__IMG__/up-down.png" width="13px">
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</a> <span class="tooltiptext">公会下的玩家使用绑定币消费的金额</span> </th>
|
|
|
|
|
|
|
|
<th class="tooltip"><a class="paixu" data-order='inside_cash_count'>
|
|
|
|
|
|
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'inside_cash_count'">
|
|
|
|
|
|
|
|
平台币内充▲
|
|
|
|
|
|
|
|
<elseif
|
|
|
|
|
|
|
|
condition="$userarpu_order eq 3 and $userarpu_order_type eq 'inside_cash_count'" />
|
|
|
|
|
|
|
|
平台币内充▼
|
|
|
|
|
|
|
|
<else />平台币内充<img src="__IMG__/up-down.png" width="13px">
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</a> <span class="tooltiptext">管理后台直接下放给会长的平台币</span> </th>
|
|
|
|
|
|
|
|
<th class="tooltip">渠道游戏内充值合计 <span class="tooltiptext">游戏现金金额(游戏现金流水+平台币支出+公会内充支出=总流水</span> </th>
|
|
|
|
<th>操作</th>
|
|
|
|
<th>操作</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
@ -120,83 +202,48 @@
|
|
|
|
<else />
|
|
|
|
<else />
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td >{$data.id}</td>
|
|
|
|
<td>{$data.company_name}</td>
|
|
|
|
<if condition="I('type') eq 2">
|
|
|
|
<td>{:get_promote_name($data['p_id'])}</td>
|
|
|
|
<td >{:get_registertype($data['register_type'])}</td>
|
|
|
|
|
|
|
|
<td >{$data.account}</td>
|
|
|
|
|
|
|
|
<else/>
|
|
|
|
|
|
|
|
<td >{$data.account}</td>
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<td >
|
|
|
|
|
|
|
|
<if condition="$data['promote_account'] eq '自然注册'">
|
|
|
|
|
|
|
|
官方渠道
|
|
|
|
|
|
|
|
<else/>
|
|
|
|
|
|
|
|
<empty name='data["promote_account"]'>---<else/>{$data.promote_account}</empty>
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td >{$data.balance}</td>
|
|
|
|
|
|
|
|
<td >{$data.recharge_total}</td>
|
|
|
|
|
|
|
|
<td >{$data.gold_coin|default='0.00'}</td>
|
|
|
|
|
|
|
|
<td >{$data.alipay|default='--'}</td>
|
|
|
|
|
|
|
|
<td >
|
|
|
|
|
|
|
|
<gt name="data.small_count" value="0">
|
|
|
|
|
|
|
|
<a class="jssamlllist" data-url="{:U('Member/small_list',array('id'=>$data['id'],'account'=>$data['account']))}" data-account="{$data.account}" href="javascript:;">{$data.small_count|default=0}</a>
|
|
|
|
|
|
|
|
<else />--
|
|
|
|
|
|
|
|
</gt>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>{:get_vip_level($data['recharge_total'])}</td>
|
|
|
|
|
|
|
|
<if condition="I('type') eq 1 or I('type') eq ''">
|
|
|
|
|
|
|
|
<td >
|
|
|
|
|
|
|
|
<switch name="data['register_type']">
|
|
|
|
|
|
|
|
<case value='2'>手机号</case>
|
|
|
|
|
|
|
|
<case value='7'>邮箱</case>
|
|
|
|
|
|
|
|
<default />账号
|
|
|
|
|
|
|
|
</switch>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td >{$data.register_time|date='Y-m-d H:i:s',###}</td>
|
|
|
|
<td>{$data.cash_count}</td>
|
|
|
|
<td >{$data.register_ip}</td>
|
|
|
|
<td><span class='ljzc'
|
|
|
|
<td >
|
|
|
|
data-value="{$data['id']}"><a>{$data.balance_coin_count}</a></span></td>
|
|
|
|
<if condition="$data.login_time eq null">
|
|
|
|
<td><span class='ljzc' data-value="{$data['id']}"><a>{$data.bind_coin_count}</a></span>
|
|
|
|
空
|
|
|
|
|
|
|
|
<else />
|
|
|
|
|
|
|
|
<span class="login_old">{$data['login_time']|date='Y-m-d H:i:s',###}</span>
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td >{$data.device_number|encryptStr}</td>
|
|
|
|
<td><span class='ljzc'
|
|
|
|
|
|
|
|
data-value="{$data['id']}"><a>{$data.inside_cash_count}</a></span></td>
|
|
|
|
|
|
|
|
<td>{$data.allcount}</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if condition="get_info_status($data['lock_status'],4) eq 锁定">
|
|
|
|
|
|
|
|
<td style="color:red;">已{:get_info_status($data['lock_status'],4)}</td>
|
|
|
|
|
|
|
|
<else />
|
|
|
|
|
|
|
|
<td >{:get_info_status($data['lock_status'],4)}</td>
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<eq name="data.check_status" value="1">
|
|
|
|
|
|
|
|
<td>正常</td>
|
|
|
|
|
|
|
|
<else/>
|
|
|
|
|
|
|
|
<td style="color:red;">已拉黑</td>
|
|
|
|
|
|
|
|
</eq>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<a href="{:U('Member/edit?id='.$data['id'])}">查看 </a>
|
|
|
|
<a href="{:U('Finance/gameFinance',
|
|
|
|
<a class="ajax-get" href="{:U('Member/lock_status',array('id'=>$data['id'],'lock_status'=>1))}">启用 </a>
|
|
|
|
array('sign'=>$_GET['count_date']?1:'','count_date'=>$data['count_date'],'game_id'=>$_GET['game_id'],'partner_id'=>$_GET['partner_id'],'from'=>'index'))}" >游戏查看</a>
|
|
|
|
<a class="ajax-get" href="{:U('Member/lock_status',array('id'=>$data['id'],'lock_status'=>0))}">{:L('Lock')}</a>
|
|
|
|
<a href="{:U('Finance/getRootUser',
|
|
|
|
|
|
|
|
array('sign'=>$_GET['count_date']?1:'','count_date'=>$data['count_date'],'game_id'=>$_GET['game_id'],'partner_id'=>$_GET['partner_id'])
|
|
|
|
|
|
|
|
,false)}" >渠道查看</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
</empty>
|
|
|
|
</empty>
|
|
|
|
<tr class="data_summary">
|
|
|
|
<tr class="data_summary">
|
|
|
|
<td colspan="2" style="text-align: center;">汇总:</td>
|
|
|
|
<td colspan="2" style="text-align: center;">汇总:</td>
|
|
|
|
<td colspan="99">
|
|
|
|
<td>{$all_count['cash_count']}</td>
|
|
|
|
当前用户累计充值:{$now_count}  用户数:{$user_count}
|
|
|
|
<td>{$all_count['balance_coin_count']}</td>
|
|
|
|
|
|
|
|
<td>{$all_count['bind_coin_count']}</td>
|
|
|
|
|
|
|
|
<td>{$all_count['inside_cash_count']}</td>
|
|
|
|
|
|
|
|
<td>{$all_count['all_count']}</td>
|
|
|
|
|
|
|
|
<td style="text-align: center;">
|
|
|
|
|
|
|
|
<a href="{:U('Finance/gameFinance',array('sign'=>1,'game_id'=>$_GET['game_id'],'count_date'=>$_GET['count_date'],'partner_id'=>$_GET['partner_id'],'from'=>'index'))}" >游戏查看</a>
|
|
|
|
|
|
|
|
<a href="{:U('Finance/getRootUser',array('sign'=>1,'count_date'=>$_GET['count_date'],'game_id'=>$_GET['game_id'],'partner_id'=>$_GET['partner_id']))}" >渠道查看</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="page">
|
|
|
|
<div class="page">
|
|
|
|
<a class="sch-btn" href="{:U('Export/expUser',array_merge(['id'=>3,'xlsname'=>'玩家_玩家列表_'.(I('get.type')==2?'第三方玩家':'本站玩家')],I('get.')))}">导出</a>
|
|
|
|
<a class="sch-btn"
|
|
|
|
|
|
|
|
href="{:U('Export/expUser',array_merge(['id'=>3,'xlsname'=>'玩家_玩家列表_'.(I('get.type')==2?'第三方玩家':'本站玩家')],I('get.')))}">导出</a>
|
|
|
|
{$_page|default=''}
|
|
|
|
{$_page|default=''}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
@ -207,7 +254,12 @@
|
|
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
|
|
<input type="hidden" name="url" value="Member/user_info">
|
|
|
|
<input type="hidden" name="url" value="Member/user_info">
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;"
|
|
|
|
|
|
|
|
target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img
|
|
|
|
|
|
|
|
src="__IMG__/zwmimages/icon_jia.png"><span>
|
|
|
|
|
|
|
|
<notempty name='commonset'>已添加
|
|
|
|
|
|
|
|
<else />添加至常用设置</notempty>
|
|
|
|
|
|
|
|
</span></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--end 添加常用设置 -->
|
|
|
|
<!--end 添加常用设置 -->
|
|
|
|
|
|
|
|
|
|
|
@ -215,10 +267,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<block name="script">
|
|
|
|
<block name="script">
|
|
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
|
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
|
|
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '
|
|
|
|
|
|
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
|
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js"
|
|
|
|
|
|
|
|
charset="UTF-8"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
@ -256,6 +310,22 @@ $(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
window.location.href = url;
|
|
|
|
window.location.href = url;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
$(".paixu").click(function () {
|
|
|
|
|
|
|
|
var that = $(this);
|
|
|
|
|
|
|
|
$data_order = that.attr('data-order');
|
|
|
|
|
|
|
|
$order_type = '{$userarpu_order}';
|
|
|
|
|
|
|
|
if ($order_type == '' || $order_type == '4') {
|
|
|
|
|
|
|
|
$(".sortBy").attr('name', 'data_order');
|
|
|
|
|
|
|
|
val = '3,' + $data_order;
|
|
|
|
|
|
|
|
$(".sortBy").attr('value', val);
|
|
|
|
|
|
|
|
$("#search").click();
|
|
|
|
|
|
|
|
} else if ($order_type == '3') {
|
|
|
|
|
|
|
|
$(".sortBy").attr('name', 'data_order');
|
|
|
|
|
|
|
|
val = '4,' + $data_order;
|
|
|
|
|
|
|
|
$(".sortBy").attr('value', val);
|
|
|
|
|
|
|
|
$("#search").click();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$('.jssamlllist').click(function () {
|
|
|
|
$('.jssamlllist').click(function () {
|
|
|
|
var that = $(this), url = that.attr('data-url');
|
|
|
|
var that = $(this), url = that.attr('data-url');
|
|
|
|