@@ -241,7 +241,9 @@
渠道游戏内充值合计 游戏现金金额(游戏现金流水+平台币支出+公会内充支出=总流水)
| 渠道游戏内不结算充值合计 游戏现金金额(游戏不结算现金流水)
|
- 操作 |
+
+ 操作 |
+
@@ -257,21 +259,33 @@
{$data['company_belong']} |
{$data['develop_type_text']} |
{$data.cash_count} |
-
- {$data.balance_coin_count}
- |
-
- {$data.bind_coin_count}
- |
-
- {$data.inside_cash_count}
- |
+
+
+ {$data.balance_coin_count}
+ |
+
+ {$data.bind_coin_count}
+ |
+
+ {$data.inside_cash_count}
+ |
+
+
+ {$data.balance_coin_count}
+ |
+
+ {$data.bind_coin_count}
+ |
+
+ {$data.inside_cash_count}
+ |
+
{$data.allcount} |
{$data.unallcount} |
-
+
游戏查看
@@ -284,6 +298,7 @@
渠道查看
-->
|
+
@@ -295,11 +310,13 @@
{$all_count['inside_cash_count']} |
{$all_count['all_count']} |
{$all_count['unallcount']} |
-
- 游戏查看
- 渠道查看
- |
+
+
+ 游戏查看
+ 渠道查看
+ |
+
内外团占比: |
diff --git a/Application/Admin/View/FinancialSummary/index.html b/Application/Admin/View/FinancialSummary/index.html
index d24b8ff3a..9d912a930 100644
--- a/Application/Admin/View/FinancialSummary/index.html
+++ b/Application/Admin/View/FinancialSummary/index.html
@@ -225,6 +225,24 @@
+
@@ -285,26 +303,70 @@
window.location.href = url;
});
$("#updateStatement").on("click",function(){
- layer.confirm("重算需要花费2分钟左右时间,并且只统计上个月信息,无需重算请取消,上次重算时间【{$lastRecount}】",{title:false}, function(index){
- $.ajax({
- type: 'post',
- url: "{:U('updateStatement')}",
- data:{},
- success: function(data) {
- if(data.success){
- layer.alert('添加重算任务成功,请2分钟后刷新查看',function(){
- window.location.reload();
- });
- }else{
- layer.alert('添加任务失败,已有重算任务。请等待上个重算任务完成');
+ var html = $("#updateStatementTpl").html();
+ layer.open({
+ type: 1,
+ title: "汇总重算",
+ maxWidth:720,
+ closeBtn: 1,
+ shadeClose: true,
+ content: html,
+ success:function(){
+ $("#updateStatementSubmit").off("click");
+ $("#updateStatementTime").datetimepicker({
+ format: 'yyyy-mm',
+ language: "zh-CN",
+ showMeridian:true,
+ pickDate:true,
+ startView: 3,
+ minView: 3,
+ autoclose: true,
+ pickTime:true
+ });
+ $("#updateStatementSubmit").on("click",function() {
+ var subtime= $("#updateStatementTime").val();
+ if(subtime == ''){
+ layer.msg('请先选择要重算的月份');
+ return false;
}
- },
- error:function(){
- layer.alert("网络错误或超时");
- return false;
- }
- });
- });
+ var subtimeArr = subtime.split("-");
+
+ var today = new Date();
+ today.setTime(today.getTime());
+ var year = today.getFullYear();
+ var month = today.getMonth()+1;
+
+ if(subtimeArr[0] > year){
+ layer.msg('要重算的月份必须小于当前时间');
+ return false;
+ }
+ if(subtimeArr[0] == year && subtimeArr[1] >= month){
+ layer.msg('要重算的月份必须小于当前时间');
+ return false;
+ }
+
+ $.ajax({
+ type: 'post',
+ url: "{:U('updateStatement')}",
+ data:{time:subtime},
+ success: function(data) {
+ if(data.success){
+ layer.alert('添加重算任务成功,请2分钟后刷新查看',function(){
+ window.location.reload();
+ });
+ }else{
+ layer.alert('添加任务失败,已有重算任务。请等待上个重算任务完成');
+ }
+ },
+ error:function(){
+ layer.alert("网络错误或超时");
+ return false;
+ }
+ });
+ });
+
+ }
+ });
})
//回车自动提交
diff --git a/Application/Admin/View/Platform/promote_pool.html b/Application/Admin/View/Platform/promote_pool.html
index dbca80e3b..237e588bb 100644
--- a/Application/Admin/View/Platform/promote_pool.html
+++ b/Application/Admin/View/Platform/promote_pool.html
@@ -40,7 +40,7 @@
推广员充值统计
推广员汇总
- 说明:统计各工会每月注册及充值总额(注册数:以玩家最后归属的公会为准,非去重)
+ 说明:统计各工会每月注册及充值总额(注册数:以玩家最后归属的公会为准,非去重)/ 支付信息仅统计已固定的订单数据
diff --git a/Application/Admin/View/Platform/promotepay_statistics.html b/Application/Admin/View/Platform/promotepay_statistics.html
index 397b1b053..3dd22b267 100644
--- a/Application/Admin/View/Platform/promotepay_statistics.html
+++ b/Application/Admin/View/Platform/promotepay_statistics.html
@@ -36,7 +36,7 @@
推广员充值统计
- 说明:针对所有推广员下的充值金额,进行充值排行统计:游戏、平台币、绑币的现金充值总额
+ 说明:针对所有推广员下的充值金额,进行充值排行统计:游戏、平台币、绑币的现金充值总额/ 支付信息仅统计已固定的订单数据
diff --git a/Application/Admin/View/SubSpend/lists.html b/Application/Admin/View/SubSpend/lists.html
new file mode 100644
index 000000000..f1ab220f9
--- /dev/null
+++ b/Application/Admin/View/SubSpend/lists.html
@@ -0,0 +1,982 @@
+
+
+
+
+
+
+
+
+
+
+
游戏充值
+
说明:游戏SDK内所有支付的订单 / 最后固定数据时间:【{$lastSynTime}】
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
导出
+ {$_page|default=''}
+
+
+
+
+
+
+
+
+
+
+
+ if(C('COLOR_STYLE')=='blue_color') echo '
+
+ ';
+
+
+
+
+
+
+
+
+
diff --git a/Application/Admin/View/SubSpend/showChooseSubSpendCount.html b/Application/Admin/View/SubSpend/showChooseSubSpendCount.html
new file mode 100644
index 000000000..2397374c6
--- /dev/null
+++ b/Application/Admin/View/SubSpend/showChooseSubSpendCount.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 说明:换绑后的数据将归属到选择的公司
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
所选订单统计:
+
+
+
+
+
+ 公司 |
+ 金额 |
+
+
+
+
+
+
+ {$vo.company_name} |
+ {$vo.pay_amount} |
+
+
+
+ 合计: |
+ {$data['count']} |
+
+
+
+
+
+
+
+
+
diff --git a/Application/Admin/View/TestingResource/apply.html b/Application/Admin/View/TestingResource/apply.html
index 153a22811..557f12371 100644
--- a/Application/Admin/View/TestingResource/apply.html
+++ b/Application/Admin/View/TestingResource/apply.html
@@ -264,9 +264,9 @@ body {
@@ -273,7 +273,7 @@