tping 4 years ago
parent d6f34127df
commit 0f7b23ad57

@ -112,11 +112,13 @@
</div> </div>
</form> </form>
</div> </div>
<div class="input-list">
<p style="margin: 0px;">文件格式参考:请严格按照此格式,文件的第一行必须是字段名,且字段名不允许修改,游戏类型目前仅支持:国战、宫斗、返利服、商战、传奇、仙侠、卡牌、策略如果游戏为多个类型,请用“/”隔开,如:策略/卡牌</p>
</div>
</div> </div>
<!-- 数据列表 --> <!-- 数据列表 -->
<div class="data_list data_game_list"> <div class="data_list data_game_list society_list">
<div class=""> <div class="">
<table border="1"> <table border="1">
<!-- 表头 --> <!-- 表头 -->
@ -188,6 +190,60 @@
</table> </table>
</div> </div>
</div> </div>
<div class="data_list data_game_list model">
<div class="">
<table border="1">
<!-- 表头 -->
<thead>
<tr>
<th>省份</th>
<th>城市</th>
<th>公司</th>
<th>注册资本</th>
<th>负责人</th>
<th>电话</th>
<th>微信</th>
<th>QQ</th>
<th>游戏类型</th>
<th>所做游戏</th>
<th>合作平台</th>
<th>推广规模</th>
<th>流水</th>
<th>地址</th>
<th>联盟信息</th>
<th>是否为意向客户</th>
<th>备注信息</th>
<th>对接人</th>
</tr>
</thead>
<!-- 列表 -->
<tbody>
<tr <if condition="$data['is_gap_time'] eq 1"> style="background: yellow;" </if> >
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
<td rowspan="{$data.row}">--</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="page"> <div class="page">
{$_page|default=''} {$_page|default=''}
</div> </div>
@ -239,11 +295,15 @@
$("#excel_in").click(function () { $("#excel_in").click(function () {
$(".search_list").hide(); $(".search_list").hide();
$(".excel_list").show(); $(".excel_list").show();
$(".society_list,.page").hide();
$(".model").show();
return false; return false;
}); });
$("#excel_back").click(function () { $("#excel_back").click(function () {
$(".search_list").show(); $(".search_list").show();
$(".excel_list").hide(); $(".excel_list").hide();
$(".society_list,.page").show();
$(".model").hide();
return false; return false;
}); });
$("#timeset").click(function () { $("#timeset").click(function () {

Loading…
Cancel
Save