|
|
|
@ -1446,8 +1446,10 @@ class CompanyStatementController extends ThinkController
|
|
|
|
|
$statement_info[$k]['statement_type'] = 0;
|
|
|
|
|
$statement_info[$k]['fax_ratio'] = $company_data['fax_ratio'];
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
$statement_info[$k]['statement_begin_time'] = dateFormat($v['statement_begin_time']);
|
|
|
|
|
$statement_info[$k]['statement_end_time'] = dateFormat($v['statement_end_time']);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ($company_data['company_type'] == 2) {
|
|
|
|
|
|
|
|
|
@ -1493,8 +1495,8 @@ class CompanyStatementController extends ThinkController
|
|
|
|
|
|
|
|
|
|
$game_list['ratio'] = $v['ratio'];
|
|
|
|
|
$game_list['fax_ratio'] = $company_data['fax_ratio'];
|
|
|
|
|
$game_list['sum_money'] = number_format(($aval['pay_amount']*($v['increment_ratio']))/100,2,'.','');
|
|
|
|
|
$game_list['increment_ratio'] = number_format($v['increment_ratio'],2,'.','');
|
|
|
|
|
$game_list['sum_money'] = ($aval['pay_amount']*($v['increment_ratio']))/100;
|
|
|
|
|
$game_list['increment_ratio'] = $v['increment_ratio'];
|
|
|
|
|
$game_list['statement_begin_time'] = $v['statement_begin_time'];
|
|
|
|
|
$game_list['statement_end_time'] = $v['statement_end_time'];
|
|
|
|
|
$game_list['statement_type'] = '0';
|
|
|
|
|