|
|
@ -137,6 +137,7 @@
|
|
|
|
<?php endforeach;?>
|
|
|
|
<?php endforeach;?>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<?php endif;?>
|
|
|
|
<?php endif;?>
|
|
|
|
<div class="input-list search_item input-list-gamenoticestatus">
|
|
|
|
<div class="input-list search_item input-list-gamenoticestatus">
|
|
|
|
<select name="platform_type" style="color:#444" class="select_gallery" id="platform_type">
|
|
|
|
<select name="platform_type" style="color:#444" class="select_gallery" id="platform_type">
|
|
|
@ -145,6 +146,14 @@
|
|
|
|
<option value="2">聚合平台</option>
|
|
|
|
<option value="2">聚合平台</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="input-list search_item input-list-gamenoticestatus">
|
|
|
|
|
|
|
|
<select id="merchant_id" name="merchant_id" class="select_gallery">
|
|
|
|
|
|
|
|
<option value="0">请选择商户</option>
|
|
|
|
|
|
|
|
<volist name=":getMerchantList()" id="vo">
|
|
|
|
|
|
|
|
<option value="{$vo.id}">{$vo.name}</option>
|
|
|
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list search_item">
|
|
|
|
<div class="input-list search_item">
|
|
|
@ -175,6 +184,7 @@
|
|
|
|
<th>游戏名称</th>
|
|
|
|
<th>游戏名称</th>
|
|
|
|
<th>所属推广员</th>
|
|
|
|
<th>所属推广员</th>
|
|
|
|
<th>所属市场专员</th>
|
|
|
|
<th>所属市场专员</th>
|
|
|
|
|
|
|
|
<th>所属商户</th>
|
|
|
|
<th>充值ip</th>
|
|
|
|
<th>充值ip</th>
|
|
|
|
<th>区服ID</th>
|
|
|
|
<th>区服ID</th>
|
|
|
|
<th>游戏区服</th>
|
|
|
|
<th>游戏区服</th>
|
|
|
@ -240,6 +250,7 @@
|
|
|
|
</eq>
|
|
|
|
</eq>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td >{$data.market_admin_username}</td>
|
|
|
|
<td >{$data.market_admin_username}</td>
|
|
|
|
|
|
|
|
<td >{:getMerchantName($data['merchant_id'])}</td>
|
|
|
|
<td>{$data.spend_ip}</td>
|
|
|
|
<td>{$data.spend_ip}</td>
|
|
|
|
<empty name='data.server_name'>
|
|
|
|
<empty name='data.server_name'>
|
|
|
|
<td>— —</td>
|
|
|
|
<td>— —</td>
|
|
|
|