diff --git a/Application/Admin/View/CompanyStatementPool/editPuPool.html b/Application/Admin/View/CompanyStatementPool/editPuPool.html
new file mode 100644
index 000000000..593a2aef1
--- /dev/null
+++ b/Application/Admin/View/CompanyStatementPool/editPuPool.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Application/Admin/View/CompanyStatementPool/viewPuPool.html b/Application/Admin/View/CompanyStatementPool/viewPuPool.html
index 593a2aef1..473160ddf 100644
--- a/Application/Admin/View/CompanyStatementPool/viewPuPool.html
+++ b/Application/Admin/View/CompanyStatementPool/viewPuPool.html
@@ -160,11 +160,10 @@
{$com['statement_info'][0]['game_list'][0]['game_type_name']} |
{$com['statement_info'][0]['game_list'][0]['statement_begin_time']}-{$com['statement_info'][0]['game_list'][0]['statement_end_time']} |
{$com['statement_info'][0]['game_list'][0]['pay_amount']} |
- |
- % |
- % |
- {$com['statement_info'][0]['game_list'][0]['sum_money']}
- |
+ {$com['statement_info'][0]['game_list'][0]['refund']|default=0} |
+ {$com['statement_info'][0]['game_list'][0]['ratio']}% |
+ {$com['statement_info'][0]['game_list'][0]['increment_ratio']}% |
+ {$com['statement_info'][0]['game_list'][0]['sum_money']} |
{$com['reward']} |
{$com['fine']} |
{$com['statement_money']} |
@@ -216,10 +215,10 @@
{$game['game_type_name']} |
{$game['statement_begin_time']}-{$game['statement_end_time']} |
{$game['pay_amount']} |
- |
- % |
- % |
- {$game['sum_money']} |
+ {$game['refund']|default=0} |
+ {$game['ratio']}% |
+ {$game['increment_ratio']}% |
+ {$game['sum_money']} |
@@ -241,10 +240,10 @@
{$account['game_list'][0]['pay_amount']} |
- |
- % |
- % |
- {$account['game_list'][0]['sum_money']} |
+ {$account['game_list'][0]['refund']|default=0} |
+ {$account['game_list'][0]['ratio']}% |
+ {$account['game_list'][0]['increment_ratio']}% |
+ {$account['game_list'][0]['sum_money']} |
- |
@@ -267,10 +266,10 @@
{$game['pay_amount']} |
- |
- % |
- % |
- {$game['sum_money']} |
+ {$game['refund']|default=0} |
+ {$game['ratio']}% |
+ {$game['increment_ratio']}% |
+ {$game['sum_money']} |