|
|
@ -91,6 +91,9 @@
|
|
|
|
border-right: solid 1px #b6cad2;
|
|
|
|
border-right: solid 1px #b6cad2;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.margintips{
|
|
|
|
|
|
|
|
color: #0FA6D8;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
|
|
|
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
|
|
@ -106,7 +109,7 @@
|
|
|
|
<th rowspan="2">年份</th>
|
|
|
|
<th rowspan="2">年份</th>
|
|
|
|
<th rowspan="2">月份</th>
|
|
|
|
<th rowspan="2">月份</th>
|
|
|
|
<th rowspan="2">游戏名</th>
|
|
|
|
<th rowspan="2">游戏名</th>
|
|
|
|
<th rowspan="2">流水</th>
|
|
|
|
<th rowspan="2" class="margintips" data-id="pay_amount">流水</th>
|
|
|
|
|
|
|
|
|
|
|
|
<th colspan="3">成本——上游CP</th>
|
|
|
|
<th colspan="3">成本——上游CP</th>
|
|
|
|
<th colspan="2">上游返点</th>
|
|
|
|
<th colspan="2">上游返点</th>
|
|
|
@ -125,18 +128,18 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>渠道费率</th>
|
|
|
|
<th class="margintips" data-id="cp_promote_ratio">渠道费率</th>
|
|
|
|
<th>分成比例</th>
|
|
|
|
<th>分成比例</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>返点比例</th>
|
|
|
|
<th>返点比例</th>
|
|
|
|
<th>返点金额</th>
|
|
|
|
<th>返点金额</th>
|
|
|
|
<th>推广流水</th>
|
|
|
|
<th class="margintips" data-id="pc_pay_amount">推广流水</th>
|
|
|
|
<th>分成比例</th>
|
|
|
|
<th>分成比例</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>内团毛利额</th>
|
|
|
|
<th>内团毛利额</th>
|
|
|
|
<th>内团毛利率</th>
|
|
|
|
<th>内团毛利率</th>
|
|
|
|
<th>推广流水</th>
|
|
|
|
<th class="margintips" data-id="pu_pay_amount">推广流水</th>
|
|
|
|
<th>分成比例</th>
|
|
|
|
<th class="margintips" data-id="pu_ratio">分成比例</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>结算金额</th>
|
|
|
|
<th>外团毛利额</th>
|
|
|
|
<th>外团毛利额</th>
|
|
|
|
<th>外团毛利率</th>
|
|
|
|
<th>外团毛利率</th>
|
|
|
@ -301,6 +304,20 @@
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
var tipsmsg ={
|
|
|
|
|
|
|
|
"pay_amount":"上游结算流水,已剔除退款、奖罚数据",
|
|
|
|
|
|
|
|
"cp_promote_ratio":"上游结算时的渠道费",
|
|
|
|
|
|
|
|
"pc_pay_amount":"内团结算流水,已剔除退款、奖罚数据、不结算数据",
|
|
|
|
|
|
|
|
"pu_pay_amount":"外团结算流水,已剔除退款、奖罚数据、不结算数据",
|
|
|
|
|
|
|
|
"pu_ratio":"外团结算比例,周结按当月最后一次结算的比例计算"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".margintips").on('mouseover', function(){
|
|
|
|
|
|
|
|
var that = this;
|
|
|
|
|
|
|
|
var id = $(this).data("id");
|
|
|
|
|
|
|
|
layer.tips(tipsmsg[id], that,{tips: [1, '#0FA6D8']}); //在元素的事件回调体中,follow直接赋予this即可
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$(".margin_edit").on("click",function(){
|
|
|
|
$(".margin_edit").on("click",function(){
|
|
|
|
var data = $(this).data();
|
|
|
|
var data = $(this).data();
|
|
|
|
layer.open({
|
|
|
|
layer.open({
|
|
|
|