master
ELF 3 years ago
parent 7e1387aef2
commit e4ebf3218e

@ -871,8 +871,8 @@ class CompanyStatementPoolController extends ThinkController
//本次应支付
$count["st_count"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是"),2)';
$count["online_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Z2:Z'.$line.',"是"),2)';
$count["offline_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Z2:Z'.$line.',"否"),2)';
$count["online_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Y2:Y'.$line.',"是"),2)';
$count["offline_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Y2:Y'.$line.',"否"),2)';
}
$count["platform_amount"] = "=ROUND(SUM(L2:L".$line."),2)";
$count["week_money"] = "=ROUND(SUM(T2:T".$line."),2)";

@ -178,7 +178,7 @@
</tr>
</foreach>
<tr>
<td colspan="4">合计</td>
<td colspan="5">合计</td>
<td></td>
<td>{$data.statement_count.pay_amount}</td>
<td></td>

Loading…
Cancel
Save