新增打款结算列表
parent
6929f53e6e
commit
29a502d0f5
@ -0,0 +1,194 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/base.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/common.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
||||
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
||||
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
||||
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
||||
<script type="text/javascript" src="__STATIC__/layer3/layer.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 src="__STATIC__/juicer-min.js" type="text/javascript"></script>
|
||||
<script src="__STATIC__/table2excel.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
min-width:100%;
|
||||
}
|
||||
body {
|
||||
padding: 0px 10px 150px 10px;
|
||||
/* width: 960px; */
|
||||
margin: auto;
|
||||
}
|
||||
/* .tabcon1711 table{
|
||||
width: 480px;
|
||||
} */
|
||||
table{
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
tr{
|
||||
border-bottom: dotted 1px #c7c7c7;
|
||||
}
|
||||
.hidebox{
|
||||
display: none;
|
||||
}
|
||||
.r{
|
||||
width: 300px;
|
||||
}
|
||||
.l{
|
||||
width: 180px;
|
||||
}
|
||||
.select2-container--default .select2-selection--single {
|
||||
color: #000;
|
||||
resize: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
||||
box-shadow: 0px 3px 3px #F7F8F9 inset;
|
||||
height: 35px;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 35px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-results__option[aria-selected] {
|
||||
font-size: 12px;
|
||||
}
|
||||
.input-list, .i_list {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
||||
海南万盟天下科技有限公司
|
||||
</div> -->
|
||||
|
||||
<div class="data_list box_mt" style="margin-top: 10px;">
|
||||
<div class="">
|
||||
<table id="exporttable">
|
||||
<!-- 表头 -->
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">合作公司</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">平台</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">结算日期</th>
|
||||
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">产品</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">平台流水</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">未结算平台流水</th>
|
||||
|
||||
<th colspan=2 style="border-right: solid 1px #b6cad2;">分成比例</th>
|
||||
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">渠道费率</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">税费费率</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">合作方待结算分成</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">违规罚款</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">奖励</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">合作待结算金额</th>
|
||||
<th rowspan="2" style="border-right: solid 1px #b6cad2;">备注</th>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="border-right: solid 1px #b6cad2;min-width: 50px;">合作方</th>
|
||||
<th style="min-width: 50px;">我方</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="statementShow">
|
||||
<foreach name="data" item="com">
|
||||
<tr>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_name}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.matche_platform}</td>
|
||||
<!-- <td rowspan="{$com.statement_count}">{$com.statement_begin_time} ~ {$com.statement_end_time}</td> -->
|
||||
<td>{$com['statement_info'][0]['statement_begin_time']} ~ {$com['statement_info'][0]['statement_end_time']}</td>
|
||||
|
||||
<td>{$com['statement_info'][0]['game_name']}</td>
|
||||
<td>{$com['statement_info'][0]['pay_amount']}</td>
|
||||
<td>{$com['statement_info'][0]['pay_amount']}</td>
|
||||
<td>{$com['statement_info'][0]['ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['company_ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['promote_ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['fax_ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['d_statement_money']}</td>
|
||||
|
||||
<td rowspan="{$com.statement_count}">{$com.fine}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.reward}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.statement_money}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.renark}</td>
|
||||
</tr>
|
||||
<foreach name="com.statement_info" item="it" key="k">
|
||||
<if condition="$k neq 0">
|
||||
<tr>
|
||||
<td>{$it['statement_begin_time']} ~ {$it['statement_end_time']}</td>
|
||||
<td>{$it['game_name']}</td>
|
||||
<td>{$it['pay_amount']}</td>
|
||||
<td>{$it['pay_amount']}</td>
|
||||
<td>{$it['ratio']}%</td>
|
||||
<td>{$it['company_ratio']}%</td>
|
||||
<td>{$it['promote_ratio']}%</td>
|
||||
<td>{$it['fax_ratio']}%</td>
|
||||
<td>{$it['d_statement_money']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
|
||||
</foreach>
|
||||
</foreach>
|
||||
<tr>
|
||||
<td colspan=4 >合计:</td>
|
||||
<td>{$count.platform_amount}</td>
|
||||
<td>{$count.platform_amount2}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{$count.d_statement_money}</td>
|
||||
<td>{$count.fine}</td>
|
||||
<td>{$count.reward}</td>
|
||||
<td>{$count.statement_money}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
<if condition="$is_export">
|
||||
$(function(){
|
||||
$("#exporttable").table2excel({
|
||||
filename: "{$title}.xls", // do include extension
|
||||
preserveColors: false // set to true if you want background colors and font colors preserved
|
||||
});
|
||||
});
|
||||
</if>
|
||||
</script>
|
||||
</html>
|
@ -0,0 +1,177 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/base.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/common.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
||||
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
||||
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
||||
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
||||
<script type="text/javascript" src="__STATIC__/layer3/layer.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 src="__STATIC__/juicer-min.js" type="text/javascript"></script>
|
||||
<script src="__STATIC__/table2excel.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
min-width:100%;
|
||||
}
|
||||
body {
|
||||
padding: 0px 10px 150px 10px;
|
||||
/* width: 960px; */
|
||||
margin: auto;
|
||||
}
|
||||
/* .tabcon1711 table{
|
||||
width: 480px;
|
||||
} */
|
||||
table{
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
tr{
|
||||
border-bottom: dotted 1px #c7c7c7;
|
||||
}
|
||||
.hidebox{
|
||||
display: none;
|
||||
}
|
||||
.r{
|
||||
width: 300px;
|
||||
}
|
||||
.l{
|
||||
width: 180px;
|
||||
}
|
||||
.select2-container--default .select2-selection--single {
|
||||
color: #000;
|
||||
resize: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
||||
box-shadow: 0px 3px 3px #F7F8F9 inset;
|
||||
height: 35px;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 35px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-results__option[aria-selected] {
|
||||
font-size: 12px;
|
||||
}
|
||||
.input-list, .i_list {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
||||
海南万盟天下科技有限公司
|
||||
</div> -->
|
||||
|
||||
<div class="data_list box_mt" style="margin-top: 10px;">
|
||||
<div class="">
|
||||
<table id="exporttable">
|
||||
<!-- 表头 -->
|
||||
<thead>
|
||||
<tr>
|
||||
<th>序号</th>
|
||||
<th>公司名称</th>
|
||||
<th>合作产品名称</th>
|
||||
<th>平台总额(元)</th>
|
||||
<th>下游内团分成比例</th>
|
||||
<th>补点比例</th>
|
||||
<th>税费费率</th>
|
||||
<th>分成金额/元</th>
|
||||
<th>罚款</th>
|
||||
<th>奖励</th>
|
||||
<th>合计/元</th>
|
||||
<th>对账人</th>
|
||||
<th>结算日期</th>
|
||||
<th>备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="statementShow">
|
||||
<foreach name="data" item="com">
|
||||
<tr>
|
||||
<td rowspan="{$com.statement_count}">{$key-0+1}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_name}</td>
|
||||
<td>{$com['statement_info'][0]['game_name']}</td>
|
||||
<td>{$com['statement_info'][0]['pay_amount']}</td>
|
||||
<td>{$com['statement_info'][0]['ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['increment_ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['fax_ratio']}%</td>
|
||||
<td>{$com['statement_info'][0]['d_statement_money']}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.fine}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.reward}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.statement_money}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.settlement_contact}</td>
|
||||
<td>{$com['statement_info'][0]['statement_begin_time']} ~ {$com['statement_info'][0]['statement_end_time']}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.renark}</td>
|
||||
</tr>
|
||||
|
||||
<foreach name="com.statement_info" item="it" key="k">
|
||||
<if condition="$k neq 0">
|
||||
<tr>
|
||||
<td>{$it['game_name']}</td>
|
||||
<td>{$it['pay_amount']}</td>
|
||||
<td>{$it['ratio']}%</td>
|
||||
<td>{$it['increment_ratio']}%</td>
|
||||
<td>{$it['fax_ratio']}%</td>
|
||||
<td>{$it['d_statement_money']}</td>
|
||||
<td>{$it['statement_begin_time']} ~ {$it['statement_end_time']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
</foreach>
|
||||
</foreach>
|
||||
<tr>
|
||||
<td colspan=3 >合计:</td>
|
||||
<td>{$count.platform_amount}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{$count.d_statement_money}</td>
|
||||
<td>{$count.fine}</td>
|
||||
<td>{$count.reward}</td>
|
||||
<td>{$count.statement_money}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
<if condition="$is_export">
|
||||
$(function(){
|
||||
$("#exporttable").table2excel({
|
||||
filename: "{$title}.xls", // do include extension
|
||||
preserveColors: false // set to true if you want background colors and font colors preserved
|
||||
});
|
||||
});
|
||||
</if>
|
||||
</script>
|
||||
</html>
|
@ -0,0 +1,198 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/base.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/common.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
||||
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
||||
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
||||
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
||||
<script type="text/javascript" src="__STATIC__/layer3/layer.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 src="__STATIC__/juicer-min.js" type="text/javascript"></script>
|
||||
<script src="__STATIC__/table2excel.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
min-width:100%;
|
||||
}
|
||||
body {
|
||||
padding: 0px 10px 150px 10px;
|
||||
/* width: 960px; */
|
||||
margin: auto;
|
||||
}
|
||||
/* .tabcon1711 table{
|
||||
width: 480px;
|
||||
} */
|
||||
table{
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
tr{
|
||||
border-bottom: dotted 1px #c7c7c7;
|
||||
}
|
||||
.hidebox{
|
||||
display: none;
|
||||
}
|
||||
.r{
|
||||
width: 300px;
|
||||
}
|
||||
.l{
|
||||
width: 180px;
|
||||
}
|
||||
.select2-container--default .select2-selection--single {
|
||||
color: #000;
|
||||
resize: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
||||
box-shadow: 0px 3px 3px #F7F8F9 inset;
|
||||
height: 35px;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 35px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.select2-results__option[aria-selected] {
|
||||
font-size: 12px;
|
||||
}
|
||||
.input-list, .i_list {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
||||
海南万盟天下科技有限公司
|
||||
</div> -->
|
||||
|
||||
<div class="data_list box_mt" style="margin-top: 10px;">
|
||||
<div class="">
|
||||
<table id="exporttable">
|
||||
<!-- 表头 -->
|
||||
<thead>
|
||||
<tr>
|
||||
<th>序号</th>
|
||||
<th>下游名称</th>
|
||||
<th>会长账号</th>
|
||||
<th>下游类型</th>
|
||||
<th>市场员</th>
|
||||
<th>下游性质</th>
|
||||
<th>产品</th>
|
||||
<th>产品类型</th>
|
||||
<th>结算时间</th>
|
||||
<th>推广流水</th>
|
||||
<th>分成比例</th>
|
||||
<th>补点</th>
|
||||
<th>奖励</th>
|
||||
<th>罚款</th>
|
||||
<th>结算金额</th>
|
||||
<th>开户名</th>
|
||||
<th>银行卡号</th>
|
||||
<th>开户支行</th>
|
||||
<th>帐户类型</th>
|
||||
<th>备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="statementShow">
|
||||
<foreach name="data" item="com">
|
||||
<tr>
|
||||
<td rowspan="{$com.statement_count}">{$key-0+1}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_name}</td>
|
||||
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.account}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.company_relation_str}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.nickname}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.company_type_str}</td>
|
||||
|
||||
<td>{$com['statement_info'][0]['game_name']}</td>
|
||||
<td>{$com['statement_info'][0]['game_type_name']}</td>
|
||||
<td>{$com['statement_info'][0]['statement_begin_time']} ~ {$com['statement_info'][0]['statement_end_time']}</td>
|
||||
<td>{$com['statement_info'][0]['pay_amount']}</td>
|
||||
|
||||
<td>{$com['statement_info'][0]['ratio']|default=0}%</td>
|
||||
<td>{$com['statement_info'][0]['increment_ratio']|default=0}%</td>
|
||||
<td>{$com['statement_info'][0]['reward']}</td>
|
||||
<td>{$com['statement_info'][0]['fine']}</td>
|
||||
<td>{$com['statement_info'][0]['sum_money']}</td>
|
||||
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.payee_name}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.bank_account}</td>
|
||||
<td rowspan="{$com.statement_count}">{$com.company_info.opening_bank}</td>
|
||||
<td rowspan="{$com.statement_count}"></td>
|
||||
<td rowspan="{$com.statement_count}">{$com.remark}</td>
|
||||
</tr>
|
||||
|
||||
<foreach name="com.statement_info" item="it" key="k">
|
||||
<if condition="$k neq 0">
|
||||
<tr>
|
||||
<td>{$it['game_name']}</td>
|
||||
<td>{$it['game_type_name']}</td>
|
||||
<td>{$it['statement_begin_time']} ~ {$it['statement_end_time']}</td>
|
||||
<td>{$it['pay_amount']}</td>
|
||||
|
||||
<td>{$it['ratio']|default=0}%</td>
|
||||
<td>{$it['increment_ratio']|default=0}%</td>
|
||||
<td>{$it['reward']}</td>
|
||||
<td>{$it['fine']}</td>
|
||||
<td>{$it['sum_money']}</td>
|
||||
|
||||
</tr>
|
||||
</if>
|
||||
</foreach>
|
||||
</foreach>
|
||||
<tr>
|
||||
<td colspan=9 >合计:</td>
|
||||
<td>{$count.platform_amount}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{$count.sum_money}</td>
|
||||
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
<if condition="$is_export">
|
||||
$(function(){
|
||||
$("#exporttable").table2excel({
|
||||
filename: "{$title}.xls", // do include extension
|
||||
preserveColors: false // set to true if you want background colors and font colors preserved
|
||||
});
|
||||
});
|
||||
</if>
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue